Searched refs:endDocument (Results 51 - 75 of 138) sorted by relevance

123456

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DSAX2StAXBaseWriter.java98 public void endDocument() throws SAXException { method in class:SAX2StAXBaseWriter
H A DDOM2SAX.java163 _sax.endDocument();
218 _sax.endDocument();
H A DDOM2TO.java95 _handler.endDocument();
139 _handler.endDocument();
H A DSAX2StAXEventWriter.java151 public void endDocument() throws SAXException { method in class:SAX2StAXEventWriter
165 super.endDocument();
H A DTransformerHandlerImpl.java67 private boolean _done = false; // Set in endDocument()
230 * Implements org.xml.sax.ContentHandler.endDocument()
233 public void endDocument() throws SAXException { method in class:TransformerHandlerImpl
235 _handler.endDocument();
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/resolver/readers/
H A DXCatalogReader.java81 /** The SAX <code>endDocument</code> method does nothing. */
82 public void endDocument () method in class:XCatalogReader
H A DSAXCatalogReader.java299 /** The SAX <code>endDocument</code> method. Does nothing. */
300 public void endDocument ()throws SAXException { method in class:SAXCatalogReader
302 saxParser.endDocument();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/
H A DDomLoader.java152 s.handler.endDocument();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/tools/
H A DSAX2StAXWriter.java72 public void endDocument() throws SAXException { method in class:SAX2StAXWriter
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/util/xml/
H A DContentHandlerToXMLStreamWriter.java64 * @see org.xml.sax.ContentHandler#endDocument()
66 public void endDocument() throws SAXException { method in class:ContentHandlerToXMLStreamWriter
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DSchemaContentHandler.java117 * @see org.xml.sax.ContentHandler#endDocument()
119 public void endDocument() throws SAXException { method in class:SchemaContentHandler
122 fSchemaDOMParser.endDocument(null);
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/resolver/tools/
H A DResolvingParser.java234 public void endDocument() throws SAXException { method in class:ResolvingParser
236 documentHandler.endDocument();
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DToXMLSAXHandler.java177 * @see org.xml.sax.ContentHandler#endDocument()
179 public void endDocument() throws SAXException method in class:ToXMLSAXHandler
185 m_saxHandler.endDocument();
H A DTreeWalker.java132 * traversal, startDocument and endDocument will always be issued to the
179 this.m_contentHandler.endDocument();
187 * traversal, startDocument and endDocument will always be issued to the
230 this.m_contentHandler.endDocument();
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DTreeWalker.java148 * traversal, startDocument and endDocument will always be issued to the
161 this.m_contentHandler.endDocument();
168 * startDocument() and endDocument() events to the SAX listener.
218 * traversal, startDocument and endDocument will always be issued to the
261 this.m_contentHandler.endDocument();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/jxc/gen/config/
H A DNGCCRuntime.java90 * as the runtime resets itself after the endDocument method.
292 redirect.endDocument();
364 public void endDocument() throws SAXException { method in class:NGCCRuntime
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/output/
H A DUTF8XmlOutput.java126 public void endDocument(boolean fragment) throws IOException, SAXException, XMLStreamException { method in class:UTF8XmlOutput
128 super.endDocument(fragment);
H A DFastInfosetStreamWriterOutput.java262 public void endDocument(boolean fragment) throws IOException, SAXException, XMLStreamException { method in class:FastInfosetStreamWriterOutput
263 super.endDocument(fragment);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/txw2/output/
H A DXMLWriter.java65 * the {@link #endDocument endDocument} method. There are convenience
91 * w.endDocument();
112 * w.endDocument();
154 * w.endDocument();
186 * w.endDocument();
203 * w.endDocument();
356 * {@link #endDocument endDocument} method after writing a
466 * @see org.xml.sax.ContentHandler#endDocument()
468 public void endDocument () method in class:XMLWriter
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/state/
H A DNGCCRuntime.java90 * as the runtime resets itself after the endDocument method.
292 redirect.endDocument();
364 public void endDocument() throws SAXException { method in class:NGCCRuntime
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DMarshallerImpl.java300 public void endDocument(boolean fragment) throws SAXException, IOException, XMLStreamException {
301 super.endDocument(false);
362 serializer.endDocument();
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DIncrementalSAXSource_Filter.java93 // because input stream ran to completion (endDocument), or because
215 // Note that for everything except endDocument and fatalError, we do the count-and-yield
220 // %REVIEW% Glenn suggests that pausing after endElement, endDocument,
238 public void endDocument() method in class:IncrementalSAXSource_Filter
243 clientContentHandler.endDocument();
432 // abends before endDocument is delivered. If that means explicitly calling
445 // just as with endDocument, this terminates the event stream.
491 * at the end of endDocument() handling.
/openjdk7/jaxp/src/org/xml/sax/helpers/
H A DParserAdapter.java483 * @see org.xml.sax.DocumentHandler#endDocument
485 public void endDocument () method in class:ParserAdapter
489 contentHandler.endDocument();
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DDefaultXMLDocumentHandler.java337 public void endDocument(Augmentations augs) throws XNIException { method in class:DefaultXMLDocumentHandler
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DValidatorHandlerImpl.java454 public void endDocument(Augmentations augs) throws XNIException { method in class:ValidatorHandlerImpl
457 fContentHandler.endDocument();
505 public void endDocument() throws SAXException { method in class:ValidatorHandlerImpl
508 fSchemaValidator.endDocument(null);

Completed in 70 milliseconds

123456