Searched defs:endDocument (Results 1 - 25 of 32) sorted by relevance

12

/dalvik/libcore/xml/src/main/java/org/xml/sax/
H A DDocumentHandler.java104 public abstract void endDocument () method in interface:DocumentHandler
H A DContentHandler.java81 * {@link #endDocument endDocument} is called. The
100 * @see #endDocument
113 * assumptions about whether endDocument() will or will not be
127 public void endDocument() method in interface:ContentHandler
H A DHandlerBase.java181 * @see org.xml.sax.DocumentHandler#endDocument
183 public void endDocument ()
180 public void endDocument () method in class:HandlerBase
/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
H A DSAX2RTFDTM.java215 * might want to consider folding the start/endDocument changes back
239 * might want to consider folding the start/endDocument changes back
245 * @see org.xml.sax.ContentHandler#endDocument
247 public void endDocument() throws SAXException method in class:SAX2RTFDTM
307 * constructed -- only between endDocument and the next startDocument
/dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/
H A DToXMLStream.java184 public void endDocument() throws org.xml.sax.SAXException method in class:ToXMLStream
H A DToTextStream.java86 public void endDocument() throws org.xml.sax.SAXException method in class:ToTextStream
H A DToTextSAXHandler.java336 * @see org.xml.sax.ContentHandler#endDocument()
338 public void endDocument() throws SAXException { method in class:ToTextSAXHandler
341 m_saxHandler.endDocument();
H A DToXMLSAXHandler.java175 * @see org.xml.sax.ContentHandler#endDocument()
177 public void endDocument() throws SAXException method in class:ToXMLSAXHandler
183 m_saxHandler.endDocument();
H A DToHTMLStream.java752 public final void endDocument() throws org.xml.sax.SAXException method in class:ToHTMLStream
/dalvik/libcore/xml/src/main/java/org/xml/sax/helpers/
H A DDefaultHandler.java203 * @see org.xml.sax.ContentHandler#endDocument
205 public void endDocument ()
202 public void endDocument () method in class:DefaultHandler
H A DXMLFilterImpl.java477 public void endDocument ()
481 contentHandler.endDocument();
471 public void endDocument () method in class:XMLFilterImpl
H A DXMLReaderAdapter.java287 * @see org.xml.sax.ContentHandler#endDocument method in class:XMLReaderAdapter
289 public void endDocument ()
293 documentHandler.endDocument();
329 * @see org.xml.sax.ContentHandler#endDocument
H A DParserAdapter.java460 * @see org.xml.sax.DocumentHandler#endDocument method in class:ParserAdapter
462 public void endDocument ()
466 contentHandler.endDocument();
/dalvik/libcore/xml/src/main/java/org/xmlpull/v1/
H A DXmlSerializer.java117 void endDocument () method in interface:XmlSerializer
/dalvik/libcore/dom/src/test/java/org/w3c/domts/
H A DXercesHTML2DocumentBuilderFactory.java134 public void endDocument() throws SAXException { method in class:XercesHTML2DocumentBuilderFactory.HTMLHandler
135 htmlBuilder.endDocument();
H A DXercesHTMLDocumentBuilderFactory.java134 public void endDocument() throws SAXException { method in class:XercesHTMLDocumentBuilderFactory.HTMLHandler
135 htmlBuilder.endDocument();
/dalvik/libcore/xml/src/main/java/org/apache/xml/utils/
H A DDOMBuilder.java289 public void endDocument() throws org.xml.sax.SAXException method in class:DOMBuilder
/dalvik/libcore/xml/src/main/java/org/kxml2/io/
H A DKXmlSerializer.java167 public void endDocument() throws IOException { method in class:KXmlSerializer
/dalvik/libcore/xml/src/test/java/tests/api/org/xml/sax/support/
H A DMockHandler.java49 public void endDocument() throws SAXException { method in class:MockHandler
50 logger.add("endDocument");
/dalvik/libcore/xml/src/test/java/tests/xml/
H A DSimpleParserTest.java104 public void endDocument() { method in class:SimpleParserTest
/dalvik/libcore/xml/src/main/java/org/apache/xalan/transformer/
H A DTransformerHandlerImpl.java386 * @see org.xml.sax.ContentHandler#endDocument
388 public void endDocument() throws SAXException method in class:TransformerHandlerImpl
392 System.out.println("TransformerHandlerImpl#endDocument");
398 m_contentHandler.endDocument();
755 * the start/endDocument events from ContentHandler and
H A DTransformerIdentityImpl.java396 this.endDocument();
956 * @see org.xml.sax.ContentHandler#endDocument
960 public void endDocument() throws SAXException method in class:TransformerIdentityImpl
963 m_resultContentHandler.endDocument();
1206 * the start/endDocument events from ContentHandler and
/dalvik/libcore/xml/src/main/java/org/apache/harmony/xml/
H A DExpatParser.java484 endDocument();
494 endDocument();
536 private void endDocument() throws SAXException { method in class:ExpatParser
540 contentHandler.endDocument();
/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/
H A DIncrementalSAXSource_Filter.java87 // because input stream ran to completion (endDocument), or because
209 // Note that for everything except endDocument and fatalError, we do the count-and-yield
214 // %REVIEW% Glenn suggests that pausing after endElement, endDocument,
232 public void endDocument() method in class:IncrementalSAXSource_Filter
237 clientContentHandler.endDocument();
426 // abends before endDocument is delivered. If that means explicitly calling
439 // just as with endDocument, this terminates the event stream.
485 * at the end of endDocument() handling.
/dalvik/libcore/xml/src/test/java/org/apache/harmony/xml/
H A DExpatParserTest.java354 public void endDocument() throws SAXException { method in class:ExpatParserTest.NamespaceHandler

Completed in 147 milliseconds

12