/external/libxml2/ |
D | SAX.c | 69 hdlr->ignorableWhitespace = xmlSAX2Characters; in initxmlDefaultSAXHandler() 117 hdlr->ignorableWhitespace = xmlSAX2IgnorableWhitespace; in inithtmlDefaultSAXHandler() 164 hdlr->ignorableWhitespace = xmlSAX2IgnorableWhitespace; in initdocbDefaultSAXHandler()
|
D | legacy.c | 245 ctxt->sax->ignorableWhitespace; in xmlGetFeature() 362 ctxt->sax->ignorableWhitespace = in xmlSetFeature() 1199 ignorableWhitespace(void *ctx ATTRIBUTE_UNUSED, in ignorableWhitespace() function
|
D | HTMLparser.c | 2790 if (ctxt->sax->ignorableWhitespace != NULL) in htmlParseCharData() 2791 ctxt->sax->ignorableWhitespace(ctxt->userData, in htmlParseCharData() 2823 if (ctxt->sax->ignorableWhitespace != NULL) in htmlParseCharData() 2824 ctxt->sax->ignorableWhitespace(ctxt->userData, buf, nbchar); in htmlParseCharData() 5028 if (ctxt->sax->ignorableWhitespace != NULL) in htmlParseTryOrFinish() 5029 ctxt->sax->ignorableWhitespace( in htmlParseTryOrFinish() 5960 ctxt->sax->ignorableWhitespace = xmlSAX2IgnorableWhitespace; in htmlCtxtUseOptions()
|
D | parser.c | 2689 if (ctxt->sax->ignorableWhitespace == ctxt->sax->characters) in areBlanks() 4076 (ctxt->sax->ignorableWhitespace != in xmlParseCharData() 4079 if (ctxt->sax->ignorableWhitespace != NULL) in xmlParseCharData() 4080 ctxt->sax->ignorableWhitespace(ctxt->userData, in xmlParseCharData() 4125 (ctxt->sax->ignorableWhitespace != in xmlParseCharData() 4132 if (ctxt->sax->ignorableWhitespace != NULL) in xmlParseCharData() 4133 ctxt->sax->ignorableWhitespace(ctxt->userData, in xmlParseCharData() 4221 if (ctxt->sax->ignorableWhitespace != NULL) in xmlParseCharDataComplex() 4222 ctxt->sax->ignorableWhitespace(ctxt->userData, in xmlParseCharDataComplex() 4228 ctxt->sax->ignorableWhitespace) && in xmlParseCharDataComplex() [all …]
|
D | SAX2.c | 2766 hdlr->ignorableWhitespace = xmlSAX2Characters; in xmlSAXVersion() 2844 hdlr->ignorableWhitespace = xmlSAX2IgnorableWhitespace; in xmlSAX2InitHtmlDefaultSAXHandler() 2902 hdlr->ignorableWhitespace = xmlSAX2IgnorableWhitespace; in xmlSAX2InitDocbDefaultSAXHandler()
|
D | parserInternals.c | 1651 ctxt->sax->ignorableWhitespace = xmlSAX2IgnorableWhitespace; in xmlInitParserCtxt()
|
D | xmlreader.c | 2089 ret->sax->ignorableWhitespace = xmlTextReaderCharacters; in xmlNewTextReader() 4961 reader->sax->ignorableWhitespace = xmlTextReaderCharacters; in xmlTextReaderSetup()
|
D | xmlschemas.c | 28309 (ctxt->user_sax->ignorableWhitespace != NULL)) in ignorableWhitespaceSplit() 28310 ctxt->user_sax->ignorableWhitespace(ctxt->user_data, ch, len); in ignorableWhitespaceSplit() 28433 ret->schemas_sax.ignorableWhitespace = xmlSchemaSAXHandleText; in xmlSchemaSAXPlug() 28497 if ((old_sax->ignorableWhitespace != NULL) && in xmlSchemaSAXPlug() 28498 (old_sax->ignorableWhitespace != old_sax->characters)) in xmlSchemaSAXPlug() 28499 ret->schemas_sax.ignorableWhitespace = ignorableWhitespaceSplit; in xmlSchemaSAXPlug() 28501 ret->schemas_sax.ignorableWhitespace = charactersSplit; in xmlSchemaSAXPlug()
|
/external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/ |
D | SAX1ParserAdapter.java | 140 public void ignorableWhitespace(char[] ch, int start, int length) in ignorableWhitespace() method in SAX1ParserAdapter.DocHandlerWrapper 143 docHandler.ignorableWhitespace(ch, start, length); in ignorableWhitespace()
|
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
D | Parser.java | 65 private boolean ignorableWhitespace = DEFAULT_IGNORABLE_WHITESPACE; field in Parser 341 else if (name.equals(ignorableWhitespaceFeature)) ignorableWhitespace = value; in setFeature() 988 if (ignorableWhitespace) { in pcdata() 989 theContentHandler.ignorableWhitespace(buff, offset, length); in pcdata()
|
D | XMLWriter.java | 683 public void ignorableWhitespace (char ch[], int start, int length) in ignorableWhitespace() method in XMLWriter 687 super.ignorableWhitespace(ch, start, length); in ignorableWhitespace()
|
D | PYXWriter.java | 159 public void ignorableWhitespace(char[] buff, int offset, int length) throws SAXException { in ignorableWhitespace() method in PYXWriter
|
/external/libxml2/include/libxml/ |
D | SAX.h | 122 ignorableWhitespace (void *ctx,
|
D | parser.h | 727 ignorableWhitespaceSAXFunc ignorableWhitespace; member 768 ignorableWhitespaceSAXFunc ignorableWhitespace; member
|
/external/webkit/WebCore/dom/ |
D | XMLTokenizerLibxml2.cpp | 1288 sax.ignorableWhitespace = ignorableWhitespaceHandler; in initializeParserContext()
|
/external/webkit/WebCore/ |
D | ChangeLog-2006-05-10 | 36695 (khtml::XMLTokenizer::finish): install an ignorableWhitespace callback to
|