Home
last modified time | relevance | path

Searched refs:ignorableWhitespace (Results 1 – 16 of 16) sorted by relevance

/external/libxml2/
DSAX.c69 hdlr->ignorableWhitespace = xmlSAX2Characters; in initxmlDefaultSAXHandler()
117 hdlr->ignorableWhitespace = xmlSAX2IgnorableWhitespace; in inithtmlDefaultSAXHandler()
164 hdlr->ignorableWhitespace = xmlSAX2IgnorableWhitespace; in initdocbDefaultSAXHandler()
Dlegacy.c245 ctxt->sax->ignorableWhitespace; in xmlGetFeature()
362 ctxt->sax->ignorableWhitespace = in xmlSetFeature()
1199 ignorableWhitespace(void *ctx ATTRIBUTE_UNUSED, in ignorableWhitespace() function
DHTMLparser.c2790 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()
Dparser.c2689 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 …]
DSAX2.c2766 hdlr->ignorableWhitespace = xmlSAX2Characters; in xmlSAXVersion()
2844 hdlr->ignorableWhitespace = xmlSAX2IgnorableWhitespace; in xmlSAX2InitHtmlDefaultSAXHandler()
2902 hdlr->ignorableWhitespace = xmlSAX2IgnorableWhitespace; in xmlSAX2InitDocbDefaultSAXHandler()
DparserInternals.c1651 ctxt->sax->ignorableWhitespace = xmlSAX2IgnorableWhitespace; in xmlInitParserCtxt()
Dxmlreader.c2089 ret->sax->ignorableWhitespace = xmlTextReaderCharacters; in xmlNewTextReader()
4961 reader->sax->ignorableWhitespace = xmlTextReaderCharacters; in xmlTextReaderSetup()
Dxmlschemas.c28309 (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/
DSAX1ParserAdapter.java140 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/
DParser.java65 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()
DXMLWriter.java683 public void ignorableWhitespace (char ch[], int start, int length) in ignorableWhitespace() method in XMLWriter
687 super.ignorableWhitespace(ch, start, length); in ignorableWhitespace()
DPYXWriter.java159 public void ignorableWhitespace(char[] buff, int offset, int length) throws SAXException { in ignorableWhitespace() method in PYXWriter
/external/libxml2/include/libxml/
DSAX.h122 ignorableWhitespace (void *ctx,
Dparser.h727 ignorableWhitespaceSAXFunc ignorableWhitespace; member
768 ignorableWhitespaceSAXFunc ignorableWhitespace; member
/external/webkit/WebCore/dom/
DXMLTokenizerLibxml2.cpp1288 sax.ignorableWhitespace = ignorableWhitespaceHandler; in initializeParserContext()
/external/webkit/WebCore/
DChangeLog-2006-05-1036695 (khtml::XMLTokenizer::finish): install an ignorableWhitespace callback to