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

  /external/webkit/Source/WebCore/dom/
DecodedDataDocumentParser.h 37 virtual bool wellFormed() const { return true; }
XMLDocumentParser.cpp 399 bool wellFormed = parser->appendFragmentSource(chunk);
403 return wellFormed; // appendFragmentSource()'s wellFormed is more permissive than wellFormed().
XMLDocumentParser.h 61 virtual bool wellFormed() const { return !m_sawError; }
214 virtual bool wellFormed() const { return !m_sawError; }
  /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/libxml2/include/libxml/
parser.h 188 int wellFormed; /* is the document well formed */
    [all...]

Completed in 196 milliseconds