Home
last modified time | relevance | path

Searched defs:endDocument (Results 1 – 17 of 17) sorted by relevance

/libcore/luni/src/main/java/org/xml/sax/
DDocumentHandler.java105 public abstract void endDocument () in endDocument() method
DContentHandler.java127 public void endDocument() in endDocument() method
DHandlerBase.java181 public void endDocument () in endDocument() method in HandlerBase
/libcore/luni/src/main/java/org/xml/sax/helpers/
DDefaultHandler.java201 public void endDocument () in endDocument() method in DefaultHandler
DXMLReaderAdapter.java290 public void endDocument () in endDocument() method in XMLReaderAdapter
DXMLFilterImpl.java471 public void endDocument () in endDocument() method in XMLFilterImpl
DParserAdapter.java460 public void endDocument () in endDocument() method in ParserAdapter
/libcore/luni/src/test/java/libcore/javax/xml/validation/
DValidatorHandlerTest.java143 public void endDocument() throws SAXException { in endDocument() method in ValidatorHandlerTest.ValidatorHandlerImpl
/libcore/xml/src/main/java/org/xmlpull/v1/
DXmlSerializer.java117 void endDocument () in endDocument() method
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/support/
DMockHandler.java49 public void endDocument() throws SAXException { in endDocument() method in MockHandler
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/xml/parsers/
DSAXParserTestSupport.java228 public void endDocument() { in endDocument() method in SAXParserTestSupport.MyDefaultHandler
408 public void endDocument() { in endDocument() method in SAXParserTestSupport.MyHandler
/libcore/dom/src/test/java/org/w3c/domts/
DXercesHTMLDocumentBuilderFactory.java134 public void endDocument() throws SAXException { in endDocument() method in XercesHTMLDocumentBuilderFactory.HTMLHandler
DXercesHTML2DocumentBuilderFactory.java134 public void endDocument() throws SAXException { in endDocument() method in XercesHTML2DocumentBuilderFactory.HTMLHandler
/libcore/xml/src/main/java/com/android/org/kxml2/io/
DKXmlSerializer.java217 public void endDocument() throws IOException { in endDocument() method in KXmlSerializer
/libcore/luni/src/test/java/libcore/xml/
DXmlPullParserFactoryTest.java188 public void endDocument() throws IOException { in endDocument() method in XmlPullParserFactoryTest.XmlSerializerStub
DExpatSaxParserTest.java212 public void endDocument() throws SAXException { in endDocument() method in ExpatSaxParserTest.NamespaceHandler
/libcore/luni/src/main/java/org/apache/harmony/xml/
DExpatParser.java541 private void endDocument() throws SAXException { in endDocument() method in ExpatParser