HomeSort by relevance Sort by last modified time
    Searched full:enddocument (Results 1 - 25 of 95) sorted by null

1 2 3 4

  /external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
SAX1ParserAdapter.java 120 public void endDocument()
123 docHandler.endDocument();
  /libcore/luni/src/test/java/tests/api/org/xml/sax/support/
MockHandler.java 49 public void endDocument() throws SAXException {
50 logger.add("endDocument");
  /external/libxml2/
SAX.c 63 hdlr->endDocument = xmlSAX2EndDocument;
111 hdlr->endDocument = xmlSAX2EndDocument;
158 hdlr->endDocument = xmlSAX2EndDocument;
legacy.c 117 "SAX function endDocument",
233 } else if (!strcmp(name, "SAX function endDocument")) {
234 *((endDocumentSAXFunc *) result) = ctxt->sax->endDocument;
351 } else if (!strcmp(name, "SAX function endDocument")) {
352 ctxt->sax->endDocument = *((endDocumentSAXFunc *) value);
    [all...]
  /libcore/luni/src/main/java/org/apache/xml/serializer/
SerializationHandler.java 124 * If one calls endDocument() then one need not call
125 * this method since a call to endDocument() will
128 * endDocument() is not called and it may be
ToTextSAXHandler.java 336 * @see org.xml.sax.ContentHandler#endDocument()
338 public void endDocument() throws SAXException {
341 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();
  /libcore/luni/src/main/java/org/apache/xml/utils/
TreeWalker.java 145 * traversal, startDocument and endDocument will always be issued to the
158 this.m_contentHandler.endDocument();
165 * startDocument() and endDocument() events to the SAX listener.
215 * traversal, startDocument and endDocument will always be issued to the
258 this.m_contentHandler.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/dtm/ref/
IncrementalSAXSource_Filter.java 87 // 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()
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.
  /libcore/luni/src/main/java/org/xml/sax/
ErrorHandler.java 111 * org.xml.sax.ContentHandler#endDocument}. Until this ambiguity
113 * assumptions about whether endDocument() will or will not be
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()
  /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/helpers/
DefaultHandlerTest.java 110 method = "endDocument",
115 h.endDocument();
ParserAdapterTest.java 358 method = "endDocument",
363 adapter.endDocument();
369 assertEquals("endDocument", logger.getMethod());
XMLReaderAdapterTest.java 273 method = "endDocument",
278 adapter.endDocument();
284 assertEquals("endDocument", logger.getMethod());
  /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
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
XMLWriter.java 49 * the {@link #endDocument endDocument} method. There are convenience
75 * w.endDocument();
96 * w.endDocument();
138 * w.endDocument();
170 * w.endDocument();
187 * w.endDocument();
382 * {@link #endDocument endDocument} method after writing a
542 * @see org.xml.sax.ContentHandler#endDocument
    [all...]
  /external/libxml2/include/libxml/
SAX.h 102 endDocument (void *ctx);
  /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
  /libcore/xml/src/main/java/org/kxml2/kdom/
Document.java 125 writer.endDocument();
  /libcore/xml/src/test/java/org/kxml2/io/
KXmlSerializerTest.java 109 serializer.endDocument();
  /libcore/luni/src/main/java/org/xml/sax/ext/
LexicalHandler.java 29 * endDocument events.</p>
68 * the start/endDocument events from ContentHandler and

Completed in 705 milliseconds

1 2 3 4