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

123

/external/python/cpython2/Demo/xml/
H A Delem_count.py27 def endDocument(self): member in class:FancyCounter
/external/libxml2/python/tests/
H A Dindexes.py27 def endDocument(self): member in class:callback
H A DpushSAX.py15 def endDocument(self): member in class:callback
17 log = log + "endDocument:"
52 reference = "startDocument:startElement foo {'url': 'tst'}:characters: bar:endElement foo:endDocument:"
H A DpushSAXhtml.py15 def endDocument(self): member in class:callback
17 log = log + "endDocument:"
53 :characters: bar:endElement foo:endElement body:endElement html:endDocument:"""
H A Dsync.py15 def endDocument(self): member in class:callback
17 log = log + "endDocument:"
/external/jdiff/src/jdiff/
H A DCommentsHandler.java52 public void endDocument() { method in class:CommentsHandler
H A DAPIHandler.java65 public void endDocument() { method in class:APIHandler
/external/apache-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
/external/apache-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();
/external/deqp/scripts/log/
H A Dlog_to_xml.py62 def endDocument (self): member in class:BuildXMLLogHandler
/external/protobuf/csharp/src/Google.Protobuf/
H A DJsonToken.cs47 private static readonly JsonToken endDocument = new JsonToken(TokenType.EndDocument); field in class:Google.Protobuf.JsonToken
56 internal static JsonToken EndDocument { get { return endDocument; } }
/external/python/cpython2/Lib/xml/sax/
H A Dhandler.py87 def endDocument(self): member in class:ContentHandler
H A Dsaxutils.py147 def endDocument(self): member in class:XMLGenerator
230 def endDocument(self): member in class:XMLFilterBase
231 self._cont_handler.endDocument()
/external/python/cpython3/Lib/xml/sax/
H A Dhandler.py87 def endDocument(self): member in class:ContentHandler
H A Dsaxutils.py155 def endDocument(self): member in class:XMLGenerator
259 def endDocument(self): member in class:XMLFilterBase
260 self._cont_handler.endDocument()
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DDOMBuilder.java289 public void endDocument() throws org.xml.sax.SAXException method in class:DOMBuilder
/external/python/cpython2/Lib/xml/dom/
H A Dpulldom.py194 def endDocument(self): member in class:PullDOM
/external/python/cpython3/Lib/xml/dom/
H A Dpulldom.py188 def endDocument(self): member in class:PullDOM
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DPYXWriter.java147 public void endDocument() throws SAXException { method in class:PYXWriter
/external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
H A DSAX1ParserAdapter.java120 public void endDocument() method in class:SAX1ParserAdapter.DocHandlerWrapper
123 docHandler.endDocument();
/external/apache-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
/external/annotation-tools/asmx/src/org/objectweb/asm/xml/
H A DASMContentHandler.java428 public final void endDocument() throws SAXException { method in class:ASMContentHandler

Completed in 697 milliseconds

123