Searched defs:wellFormed (Results 1 – 6 of 6) sorted by relevance
39 virtual bool wellFormed() const { return true; } in wellFormed() function
529 bool wellFormed() const { return m_wellFormed; } in wellFormed() function
93 virtual bool wellFormed() const OVERRIDE { return !m_sawError; } in wellFormed() function
520 bool wellFormed = parser->appendFragmentSource(chunk); in parseDocumentFragment() local
188 int wellFormed; /* is the document well formed */ member