HomeSort by relevance Sort by last modified time
    Searched refs:endDocument (Results 1 - 25 of 87) sorted by null

1 2 3 4

  /libcore/luni/src/main/java/org/xml/sax/
DocumentHandler.java 105 public abstract void endDocument ()
ContentHandler.java 81 * {@link #endDocument endDocument} is called. The
100 * @see #endDocument
113 * assumptions about whether endDocument() will or will not be
127 public void endDocument()
HandlerBase.java 182 * @see org.xml.sax.DocumentHandler#endDocument
184 public void endDocument ()
  /external/libxml2/
SAX.c 63 hdlr->endDocument = xmlSAX2EndDocument;
111 hdlr->endDocument = xmlSAX2EndDocument;
158 hdlr->endDocument = xmlSAX2EndDocument;
  /libcore/xml/src/main/java/org/kxml2/kdom/
Document.java 125 writer.endDocument();
  /external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
SAX1ParserAdapter.java 120 public void endDocument()
123 docHandler.endDocument();
  /libcore/luni/src/main/java/org/xml/sax/helpers/
XMLReaderAdapter.java 285 * @see org.xml.sax.ContentHandler#endDocument
287 public void endDocument ()
291 documentHandler.endDocument();
327 * @see org.xml.sax.ContentHandler#endDocument
DefaultHandler.java 202 * @see org.xml.sax.ContentHandler#endDocument
204 public void endDocument ()
XMLFilterImpl.java 476 public void endDocument ()
480 contentHandler.endDocument();
  /libcore/xml/src/main/java/org/xmlpull/v1/
XmlSerializer.java 117 void endDocument ()
  /libcore/xml/src/test/java/org/kxml2/io/
KXmlSerializerTest.java 109 serializer.endDocument();
  /external/webkit/WebCore/dom/
XMLTokenizer.h 232 void endDocument();
248 void endDocument();
  /libcore/dom/src/test/java/org/w3c/domts/
XercesHTML2DocumentBuilderFactory.java 134 public void endDocument() throws SAXException {
135 htmlBuilder.endDocument();
XercesHTMLDocumentBuilderFactory.java 134 public void endDocument() throws SAXException {
135 htmlBuilder.endDocument();
  /libcore/luni/src/main/java/org/apache/xml/serializer/
ToTextSAXHandler.java 336 * @see org.xml.sax.ContentHandler#endDocument()
338 public void endDocument() throws SAXException {
341 m_saxHandler.endDocument();
ToXMLSAXHandler.java 175 * @see org.xml.sax.ContentHandler#endDocument()
177 public void endDocument() throws SAXException
183 m_saxHandler.endDocument();
TreeWalker.java 129 * traversal, startDocument and endDocument will always be issued to the
176 this.m_contentHandler.endDocument();
184 * traversal, startDocument and endDocument will always be issued to the
227 this.m_contentHandler.endDocument();
  /external/jdiff/src/jdiff/
CommentsHandler.java 52 public void endDocument() {
  /external/libxml2/include/libxml/
SAX.h 102 endDocument (void *ctx);
  /frameworks/base/core/java/android/content/
DefaultDataHandler.java 219 public void endDocument() throws SAXException {
  /libcore/luni/src/main/java/org/apache/harmony/xml/
ExpatParser.java 481 endDocument();
491 endDocument();
533 private void endDocument() throws SAXException {
537 contentHandler.endDocument();
  /libcore/luni/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2RTFDTM.java 215 * 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
307 * constructed -- only between endDocument and the next startDocument
  /libcore/luni/src/test/java/tests/api/org/xml/sax/
HandlerBaseTest.java 98 method = "endDocument",
103 h.endDocument();
  /libcore/luni/src/test/java/tests/api/org/xml/sax/support/
MockHandler.java 49 public void endDocument() throws SAXException {
50 logger.add("endDocument");
  /packages/apps/Gallery3D/src/com/cooliris/picasa/
GDataParser.java 163 public void endDocument() throws SAXException {

Completed in 510 milliseconds

1 2 3 4