Home
last modified time | relevance | path

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

12

/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
/external/libxml2/result/noent/
Dent2.sax213 SAX.ignorableWhitespace(
20 SAX.ignorableWhitespace(
Dent10.sax218 SAX.ignorableWhitespace(
/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/python/cpython2/Lib/xml/sax/
Dsaxutils.py190 def ignorableWhitespace(self, content): member in XMLGenerator
254 def ignorableWhitespace(self, chars): member in XMLFilterBase
255 self._cont_handler.ignorableWhitespace(chars)
Dhandler.py168 def ignorableWhitespace(self, whitespace): member in ContentHandler
/external/libxml2/result/
Dent10.sax18 SAX.ignorableWhitespace(
Dent10.sax218 SAX.ignorableWhitespace(
/external/python/cpython2/Demo/xml/
Droundtrip.py35 def ignorableWhitespace(self, content): member in ContentGenerator
/external/python/cpython2/Lib/xml/dom/
Dpulldom.py155 def ignorableWhitespace(self, chars): member in PullDOM
315 def ignorableWhitespace(self, chars): member in SAX2DOM
316 PullDOM.ignorableWhitespace(self, chars)
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DToXMLSAXHandler.java290 public void ignorableWhitespace(char[] arg0, int arg1, int arg2) in ignorableWhitespace() method in ToXMLSAXHandler
293 m_saxHandler.ignorableWhitespace(arg0,arg1,arg2); in ignorableWhitespace()
DToTextSAXHandler.java241 public void ignorableWhitespace(char[] arg0, int arg1, int arg2) in ignorableWhitespace() method in ToTextSAXHandler
DToUnknownStream.java839 public void ignorableWhitespace(char[] ch, int start, int length) in ignorableWhitespace() method in ToUnknownStream
846 m_handler.ignorableWhitespace(ch, start, length); in ignorableWhitespace()
DToTextStream.java418 public void ignorableWhitespace(char ch[], int start, int length) in ignorableWhitespace() method in ToTextStream
/external/tagsoup/src/org/ccil/cowan/tagsoup/
DParser.java66 private boolean ignorableWhitespace = DEFAULT_IGNORABLE_WHITESPACE; field in Parser
342 else if (name.equals(ignorableWhitespaceFeature)) ignorableWhitespace = value; in setFeature()
989 if (ignorableWhitespace) { in pcdata()
990 theContentHandler.ignorableWhitespace(buff, offset, length); in pcdata()
DPYXWriter.java159 public void ignorableWhitespace(char[] buff, int offset, int length) throws SAXException { in ignorableWhitespace() method in PYXWriter
DXMLWriter.java683 public void ignorableWhitespace (char ch[], int start, int length) in ignorableWhitespace() method in XMLWriter
687 super.ignorableWhitespace(ch, start, length); in ignorableWhitespace()
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DIncrementalSAXSource_Filter.java265 public void ignorableWhitespace(char[] ch, int start, int length) in ignorableWhitespace() method in IncrementalSAXSource_Filter
274 clientContentHandler.ignorableWhitespace(ch,start,length); in ignorableWhitespace()
/external/libxml2/include/libxml/
DSAX.h122 ignorableWhitespace (void *ctx,
Dparser.h738 ignorableWhitespaceSAXFunc ignorableWhitespace; member
779 ignorableWhitespaceSAXFunc ignorableWhitespace; member
/external/libxml2/os400/libxmlrpg/
DSAX.rpgle147 d ignorableWhitespace...
148 d pr extproc('ignorableWhitespace')
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
DTransformerHandlerImpl.java561 public void ignorableWhitespace(char ch[], int start, int length) in ignorableWhitespace() method in TransformerHandlerImpl
571 m_contentHandler.ignorableWhitespace(ch, start, length); in ignorableWhitespace()
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/kdom/
DNode.java336 writer.ignorableWhitespace((String) child); in writeChildren()
/external/apache-xml/src/main/java/org/apache/xalan/processor/
DXSLTElementProcessor.java215 public void ignorableWhitespace( in ignorableWhitespace() method in XSLTElementProcessor

12