Home
last modified time | relevance | path

Searched defs:ignorableWhitespace (Results 1 – 17 of 17) 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/
DDefaultHandler.java344 public void ignorableWhitespace (char ch[], int start, int length) in ignorableWhitespace() method in DefaultHandler
DXMLReaderAdapter.java390 public void ignorableWhitespace (char ch[], int start, int length) in ignorableWhitespace() method in XMLReaderAdapter
DXMLFilterImpl.java580 public void ignorableWhitespace (char ch[], int start, int length) in ignorableWhitespace() method in XMLFilterImpl
DParserAdapter.java667 public void ignorableWhitespace (char ch[], int start, int length) in ignorableWhitespace() method in ParserAdapter
/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/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/support/
DMockHandler.java73 public void ignorableWhitespace(char[] ch, int start, int length) throws SAXException { in ignorableWhitespace() method in MockHandler
/libcore/luni/src/test/java/libcore/xml/
DSaxTest.java255 @Override public void ignorableWhitespace(char[] ch, int start, int length) { in ignorableWhitespace() method in SaxTest.ThrowingHandler
DXmlPullParserFactoryTest.java245 public void ignorableWhitespace(String text) throws IOException { in ignorableWhitespace() method in XmlPullParserFactoryTest.XmlSerializerStub
DExpatSaxParserTest.java345 public void ignorableWhitespace(char ch[], int start, int length) in ignorableWhitespace() method in ExpatSaxParserTest.NamespaceHandler
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/xml/parsers/
DSAXParserTestSupport.java264 public void ignorableWhitespace(char[] ch, int start, int length) { in ignorableWhitespace() method in SAXParserTestSupport.MyDefaultHandler
437 public void ignorableWhitespace(char[] ch, int start, int length) { in ignorableWhitespace() method in SAXParserTestSupport.MyHandler
/libcore/dom/src/test/java/org/w3c/domts/
DXercesHTMLDocumentBuilderFactory.java157 public void ignorableWhitespace(char ch[], int start, int length) throws in ignorableWhitespace() method in XercesHTMLDocumentBuilderFactory.HTMLHandler
DXercesHTML2DocumentBuilderFactory.java157 public void ignorableWhitespace(char ch[], int start, int length) throws in ignorableWhitespace() method in XercesHTML2DocumentBuilderFactory.HTMLHandler
/libcore/xml/src/main/java/com/android/org/kxml2/io/
DKXmlSerializer.java308 public void ignorableWhitespace(String s) in ignorableWhitespace() method in KXmlSerializer