Home
last modified time | relevance | path

Searched defs:wellFormed (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/dom/
DDecodedDataDocumentParser.h37 virtual bool wellFormed() const { return true; } in wellFormed() function
DXMLDocumentParser.h61 virtual bool wellFormed() const { return !m_sawError; } in wellFormed() function
214 virtual bool wellFormed() const { return !m_sawError; } in wellFormed() function
DXMLDocumentParser.cpp399 bool wellFormed = parser->appendFragmentSource(chunk); in parseDocumentFragment() local
DDocument.h580 bool wellFormed() const { return m_wellFormed; } in wellFormed() function
/external/libxml2/include/libxml/
Dparser.h188 int wellFormed; /* is the document well formed */ member