HomeSort by relevance Sort by last modified time
    Searched defs:wellFormed (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/
DecodedDataDocumentParser.h 37 virtual bool wellFormed() const { return true; }
Document.h 555 bool wellFormed() const { return m_wellFormed; }
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/xml/parser/
XMLDocumentParser.h 91 virtual bool wellFormed() const { return !m_sawError; }
XMLDocumentParser.cpp 516 bool wellFormed = parser->appendFragmentSource(chunk);
520 return wellFormed; // appendFragmentSource()'s wellFormed is more permissive than wellFormed().
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DOMConfigurationImpl.java 159 && config.wellFormed
171 config.wellFormed = true;
277 return config.wellFormed;
280 config.wellFormed = (Boolean) value;
297 private boolean wellFormed = true;
460 if (wellFormed && !isValid(s)) {
  /external/chromium_org/third_party/libxml/src/include/libxml/
parser.h 188 int wellFormed; /* is the document well formed */
    [all...]
  /external/libxml2/include/libxml/
parser.h 188 int wellFormed; /* is the document well formed */
    [all...]

Completed in 257 milliseconds