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

12345

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/istack/internal/
H A DFragmentContentHandler.java54 public void endDocument() throws SAXException { method in class:FragmentContentHandler
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/
H A DIDResolver.java94 public void endDocument() throws SAXException { method in class:IDResolver
/openjdk7/jaxp/src/org/xml/sax/
H A DDocumentHandler.java128 public abstract void endDocument () method in interface:DocumentHandler
H A DContentHandler.java105 * {@link #endDocument endDocument} is called. The
124 * @see #endDocument
137 * assumptions about whether endDocument() will or will not be
151 public void endDocument() method in interface:ContentHandler
H A DHandlerBase.java202 * @see org.xml.sax.DocumentHandler#endDocument
204 public void endDocument () method in class:HandlerBase
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/parser/
H A DVersionChecker.java113 public void endDocument() throws SAXException { method in class:VersionChecker
114 super.endDocument();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/internalizer/
H A DVersionChecker.java114 public void endDocument() throws SAXException { method in class:VersionChecker
115 super.endDocument();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/parser/
H A DIncorrectNamespaceURIChecker.java82 public void endDocument() throws SAXException { method in class:IncorrectNamespaceURIChecker
90 super.endDocument();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/output/
H A DForkXmlOutput.java57 public void endDocument(boolean fragment) throws IOException, SAXException, XMLStreamException { method in class:ForkXmlOutput
58 lhs.endDocument(fragment);
59 rhs.endDocument(fragment);
H A DMTOMXmlOutput.java64 public void endDocument(boolean fragment) throws IOException, SAXException, XMLStreamException { method in class:MTOMXmlOutput
65 next.endDocument(fragment);
66 super.endDocument(fragment);
H A DXMLEventWriterOutput.java66 public void endDocument(boolean fragment) throws IOException, SAXException, XMLStreamException { method in class:XMLEventWriterOutput
71 super.endDocument(fragment);
H A DXmlOutput.java91 * CALLSEQUENCE := {@link #startDocument startDocument} ELEMENT {@link #endDocument endDocument}
125 public void endDocument(boolean fragment) throws IOException, SAXException, XMLStreamException; method in interface:XmlOutput
H A DXmlOutputAbstractImpl.java72 public void endDocument(boolean fragment) throws IOException, SAXException, XMLStreamException { method in class:XmlOutputAbstractImpl
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/
H A DXmlVisitor.java41 * CALL SEQUENCE := startDocument ELEMENT endDocument
87 void endDocument() throws SAXException; method in interface:XmlVisitor
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/txw2/output/
H A DDumpSerializer.java84 public void endDocument() { method in class:DumpSerializer
H A DStaxSerializer.java129 public void endDocument() { method in class:StaxSerializer
H A DTXWSerializer.java48 public void endDocument() { method in class:TXWSerializer
H A DXmlSerializer.java47 * WHOLE_SEQUENCE := startDocument ELEMENT endDocument
143 void endDocument(); method in interface:XmlSerializer
/openjdk7/jdk/test/java/beans/XMLDecoder/
H A DTest4864117.java105 public void endDocument() { method in class:Test4864117
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DSAX2StAXStreamWriter.java82 public void endDocument() throws SAXException { method in class:SAX2StAXStreamWriter
94 super.endDocument();
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/
H A DSAX2RTFDTM.java217 * might want to consider folding the start/endDocument changes back
241 * might want to consider folding the start/endDocument changes back
247 * @see org.xml.sax.ContentHandler#endDocument
249 public void endDocument() throws SAXException method in class:SAX2RTFDTM
309 * constructed -- only between endDocument and the next startDocument
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/resolver/readers/
H A DSAXParserHandler.java81 public void endDocument() method in class:SAXParserHandler
84 ch.endDocument();
H A DXCatalogReader.java81 /** The SAX <code>endDocument</code> method does nothing. */
82 public void endDocument () method in class:XCatalogReader
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DToXMLStream.java198 public void endDocument() throws org.xml.sax.SAXException method in class:ToXMLStream
/openjdk7/jaxp/src/org/xml/sax/helpers/
H A DDefaultHandler.java224 * @see org.xml.sax.ContentHandler#endDocument
226 public void endDocument () method in class:DefaultHandler

Completed in 120 milliseconds

12345