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

  /external/webkit/Source/WebCore/dom/
DecodedDataDocumentParser.h 37 virtual bool wellFormed() const { return true; }
XMLDocumentParser.h 61 virtual bool wellFormed() const { return !m_sawError; }
214 virtual bool wellFormed() const { return !m_sawError; }
XMLDocumentParser.cpp 399 bool wellFormed = parser->appendFragmentSource(chunk);
403 return wellFormed; // appendFragmentSource()'s wellFormed is more permissive than wellFormed().
Document.h 577 bool wellFormed() const { return m_wellFormed; }
    [all...]
XMLDocumentParserLibxml2.cpp     [all...]
Document.cpp     [all...]
  /external/webkit/Source/WebCore/wml/
WMLDocument.cpp 52 if (!parser->wellFormed()) {
WMLErrorHandling.cpp 48 if (!parser->wellFormed())
  /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/
SAX2.c 133 ctxt->wellFormed = 0;
386 (ctxt->wellFormed && ctxt->myDoc))) {
473 /* ctxt->wellFormed = oldwellFormed; */
750 if ((attr != NULL) && (ctxt->validate) && (ctxt->wellFormed) &&
800 if (ctxt->validate && ctxt->wellFormed &&
850 if ((ctxt->validate) && (ctxt->wellFormed) &&
1026 if (ctxt->validate && ctxt->wellFormed &&
    [all...]
legacy.c 198 *((int *) result) = ctxt->wellFormed;
316 ctxt->wellFormed = *((int *) value);
    [all...]
parser.c 261 ctxt->wellFormed = 0;
468 ctxt->wellFormed = 0;
494 ctxt->wellFormed = 0;
587 ctxt->wellFormed = 0;
619 ctxt->wellFormed = 0;
648 ctxt->wellFormed = 0;
    [all...]
parserInternals.c 151 ctxt->wellFormed = 0;
178 ctxt->wellFormed = 0;
206 ctxt->wellFormed = 0;
    [all...]
HTMLparser.c 120 ctxt->wellFormed = 0;
145 ctxt->wellFormed = 0;
    [all...]
xmlreader.c 857 if ((val != 0) || (reader->ctxt->wellFormed == 0))
865 if ((val != 0) || (reader->ctxt->wellFormed == 0))
898 if ((val != 0) || (reader->ctxt->wellFormed == 0))
    [all...]
xinclude.c 465 if (pctxt->wellFormed) {
    [all...]
catalog.c 933 if (ctxt->wellFormed)
    [all...]
xmllint.c     [all...]
xmlschemas.c     [all...]
  /external/libxslt/libxslt/
documents.c 96 if (pctxt->wellFormed) {
  /external/webkit/Source/WebCore/platform/mac/
HTMLConverter.mm     [all...]
  /external/libxml2/include/libxml/
parser.h 188 int wellFormed; /* is the document well formed */
    [all...]
  /external/webkit/Source/WebCore/svg/
SVGUseElement.cpp 134 ASSERT(!m_targetElementInstance || ((document()->isSVGDocument() || document()->isXHTMLDocument()) && !static_cast<XMLDocumentParser*>(document()->parser())->wellFormed()));
    [all...]
  /external/webkit/Source/WebCore/xml/
XMLHttpRequest.cpp 254 if (!m_responseXML->wellFormed())
    [all...]

Completed in 648 milliseconds