Home
last modified time | relevance | path

Searched refs:ignorableWhitespace (Results 1 – 24 of 24) 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.java390 public void ignorableWhitespace (char ch[], int start, int length) in ignorableWhitespace() method in XMLReaderAdapter
394 documentHandler.ignorableWhitespace(ch, start, length); in ignorableWhitespace()
DXMLFilterImpl.java580 public void ignorableWhitespace (char ch[], int start, int length) in ignorableWhitespace() method in XMLFilterImpl
584 contentHandler.ignorableWhitespace(ch, start, length); in ignorableWhitespace()
DDefaultHandler.java344 public void ignorableWhitespace (char ch[], int start, int length) in ignorableWhitespace() method in DefaultHandler
DParserAdapter.java667 public void ignorableWhitespace (char ch[], int start, int length) in ignorableWhitespace() method in ParserAdapter
671 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/luni/src/test/java/libcore/javax/xml/validation/
DValidatorHandlerTest.java168 public void ignorableWhitespace(char[] ch, int start, int length) throws SAXException { in ignorableWhitespace() method in ValidatorHandlerTest.ValidatorHandlerImpl
/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/com/android/org/kxml2/io/
DKXmlSerializer.java290 public void ignorableWhitespace(String s) in ignorableWhitespace() method in KXmlSerializer
/libcore/api/
Dcurrent.txt20299 method public void ignorableWhitespace(char[], int, int) throws org.xml.sax.SAXException;
20317 …method @Deprecated public void ignorableWhitespace(char[], int, int) throws org.xml.sax.SAXExcepti…
20341 …method @Deprecated public void ignorableWhitespace(char[], int, int) throws org.xml.sax.SAXExcepti…
20570 method public void ignorableWhitespace(char[], int, int) throws org.xml.sax.SAXException;
20626 method public void ignorableWhitespace(char[], int, int) throws org.xml.sax.SAXException;
20662 method public void ignorableWhitespace(char[], int, int) throws org.xml.sax.SAXException;
20691 method public void ignorableWhitespace(char[], int, int) throws org.xml.sax.SAXException;
20818 …method public void ignorableWhitespace(String) throws java.io.IOException, java.lang.IllegalArgume…