Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/org/xml/sax/
DDocumentHandler.java207 public abstract void ignorableWhitespace (char ch[], int start, int length) in ignorableWhitespace() method
DContentHandler.java360 public void ignorableWhitespace (char ch[], int start, int length) in ignorableWhitespace() method
DHandlerBase.java268 public void ignorableWhitespace (char ch[], int start, int length) in ignorableWhitespace() method in HandlerBase
/libcore/luni/src/main/java/org/xml/sax/helpers/
DXMLReaderAdapter.java385 public void ignorableWhitespace (char ch[], int start, int length) in ignorableWhitespace() method in XMLReaderAdapter
389 documentHandler.ignorableWhitespace(ch, start, length); in ignorableWhitespace()
DDefaultHandler.java344 public void ignorableWhitespace (char ch[], int start, int length) in ignorableWhitespace() method in DefaultHandler
DXMLFilterImpl.java577 public void ignorableWhitespace (char ch[], int start, int length) in ignorableWhitespace() method in XMLFilterImpl
581 contentHandler.ignorableWhitespace(ch, start, length); in ignorableWhitespace()
DParserAdapter.java663 public void ignorableWhitespace (char ch[], int start, int length) in ignorableWhitespace() method in ParserAdapter
667 contentHandler.ignorableWhitespace(ch, start, length); in ignorableWhitespace()
/libcore/dom/src/test/java/org/w3c/domts/
DXercesHTML2DocumentBuilderFactory.java157 public void ignorableWhitespace(char ch[], int start, int length) throws in ignorableWhitespace() method in XercesHTML2DocumentBuilderFactory.HTMLHandler
159 htmlBuilder.ignorableWhitespace(ch, start, length); in ignorableWhitespace()
DXercesHTMLDocumentBuilderFactory.java157 public void ignorableWhitespace(char ch[], int start, int length) throws in ignorableWhitespace() method in XercesHTMLDocumentBuilderFactory.HTMLHandler
159 htmlBuilder.ignorableWhitespace(ch, start, length); in ignorableWhitespace()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/
DHandlerBaseTest.java100 h.ignorableWhitespace(" ".toCharArray(), 4, 11); in testIgnorableWhitespace()
/libcore/xml/src/main/java/org/xmlpull/v1/
DXmlSerializer.java309 void ignorableWhitespace (String text) in ignorableWhitespace() method
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/helpers/
DDefaultHandlerTest.java128 h.ignorableWhitespace(" ".toCharArray(), 4, 11); in testIgnorableWhitespace()
DXMLReaderAdapterTest.java281 adapter.ignorableWhitespace(ch, 0, 5); in testIgnorableWhitespace()
DParserAdapterTest.java312 adapter.ignorableWhitespace(ch, 0, 5); in testIgnorableWhitespace()
DXMLFilterImplTest.java408 parent.ignorableWhitespace(ch, 0, 5); in testIgnorableWhitespace()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/support/
DMockHandler.java73 public void ignorableWhitespace(char[] ch, int start, int length) throws SAXException { in ignorableWhitespace() method in MockHandler
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/xml/parsers/
DSAXParserTestSupport.java260 public void ignorableWhitespace(char[] ch, int start, int length) { in ignorableWhitespace() method in SAXParserTestSupport.MyDefaultHandler
433 public void ignorableWhitespace(char[] ch, int start, int length) { in ignorableWhitespace() method in SAXParserTestSupport.MyHandler
/libcore/luni/src/test/java/libcore/xml/
DXmlPullParserFactoryTest.java221 public void ignorableWhitespace(String text) throws IOException { in ignorableWhitespace() method in XmlPullParserFactoryTest.XmlSerializerStub
DSimpleParserTest.java140 public void ignorableWhitespace(char[] ch, int start, int length) {}
DSaxTest.java255 @Override public void ignorableWhitespace(char[] ch, int start, int length) { in ignorableWhitespace() method in SaxTest.ThrowingHandler
DExpatSaxParserTest.java345 public void ignorableWhitespace(char ch[], int start, int length) in ignorableWhitespace() method in ExpatSaxParserTest.NamespaceHandler
/libcore/xml/src/main/java/org/kxml2/io/
DKXmlSerializer.java290 public void ignorableWhitespace(String s) in ignorableWhitespace() method in KXmlSerializer