Searched defs:wellFormed (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DDecodedDataDocumentParser.h37 virtual bool wellFormed() const { return true; } function in class:WebCore::DecodedDataDocumentParser
H A DXMLDocumentParser.h61 virtual bool wellFormed() const { return !m_sawError; } function in class:WebCore::XMLTokenizer
214 virtual bool wellFormed() const { return !m_sawError; }
H A DXMLDocumentParser.cpp399 bool wellFormed = parser->appendFragmentSource(chunk); local
403 return wellFormed; // appendFragmentSource()'s wellFormed is more permissive than wellFormed().
/external/libxml2/include/libxml/
H A Dparser.h188 int wellFormed; /* is the document well formed */ member in struct:_xmlParserCtxt

Completed in 129 milliseconds