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

  /external/webkit/WebCore/dom/
Tokenizer.h 52 virtual bool wellFormed() const { return true; }
XMLTokenizer.h 61 virtual bool wellFormed() const { return !m_sawError; }
217 virtual bool wellFormed() const { return !m_sawError; }
  /dalvik/libcore/xml/src/main/java/org/apache/harmony/xml/dom/
DOMConfigurationImpl.java 161 && config.wellFormed
173 config.wellFormed = true;
279 return config.wellFormed;
282 config.wellFormed = (Boolean) value;
299 private boolean wellFormed = true;
462 if (wellFormed && !isValid(s)) {
  /external/libxml2/include/libxml/
parser.h 188 int wellFormed; /* is the document well formed */
    [all...]

Completed in 64 milliseconds