Searched refs:SAXException (Results 51 - 75 of 475) sorted by relevance

1234567891011>>

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/output/
H A DXmlOutput.java37 import org.xml.sax.SAXException;
117 public void startDocument(XMLSerializer serializer, boolean fragment, int[] nsUriIndex2prefixIndex, NamespaceContextImpl nsContext) throws IOException, SAXException, XMLStreamException;
125 public void endDocument(boolean fragment) throws IOException, SAXException, XMLStreamException;
150 public void endStartTag() throws IOException, SAXException;
152 public void endTag(Name name) throws IOException, SAXException, XMLStreamException;
154 public void endTag(int prefix, String localName) throws IOException, SAXException, XMLStreamException;
164 public void text( String value, boolean needsSeparatingWhitespace ) throws IOException, SAXException, XMLStreamException;
174 public void text( Pcdata value, boolean needsSeparatingWhitespace ) throws IOException, SAXException, XMLStreamException;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/reflect/
H A DListIterator.java32 import org.xml.sax.SAXException;
47 * @throws SAXException
52 E next() throws SAXException, JAXBException;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/
H A DIntercepter.java28 import org.xml.sax.SAXException;
47 Object intercept(UnmarshallingContext.State state, Object o) throws SAXException;
H A DProxyLoader.java28 import org.xml.sax.SAXException;
42 public final void startElement(UnmarshallingContext.State state, TagName ea) throws SAXException {
53 protected abstract Loader selectLoader(UnmarshallingContext.State state, TagName ea) throws SAXException;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/org/jvnet/fastinfoset/sax/
H A DExtendedContentHandler.java31 import org.xml.sax.SAXException;
42 * @throws org.xml.sax.SAXException any SAX exception, possibly
46 public void characters(char[] ch, int start, int length, boolean index) throws SAXException;
/openjdk7/jaxp/src/org/xml/sax/
H A DSAXException.java29 // $Id: SAXException.java,v 1.3 2004/11/03 22:55:32 jsuttor Exp $
50 * exceptions, it must wrap those exceptions in a SAXException
51 * or an exception derived from a SAXException.</p>
62 public class SAXException extends Exception { class in inherits:Exception
66 * Create a new SAXException.
68 public SAXException () method in class:SAXException
76 * Create a new SAXException.
80 public SAXException (String message) { method in class:SAXException
87 * Create a new SAXException wrapping an existing exception.
91 * the SAXException
95 public SAXException (Exception e) method in class:SAXException
111 public SAXException (String message, Exception e) method in class:SAXException
[all...]
H A DEntityResolver.java130 * @exception org.xml.sax.SAXException Any SAX exception, possibly
139 throws SAXException, IOException;
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DSAX2StAXStreamWriter.java35 import org.xml.sax.SAXException;
73 public void startDocument() throws SAXException {
82 public void endDocument() throws SAXException {
90 throw new SAXException(e);
99 Attributes attributes) throws SAXException {
115 throw new SAXException(e);
190 throw new SAXException(e);
201 throws SAXException {
209 throw new SAXException(e);
219 public void comment(char[] ch, int start, int length) throws SAXException {
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/txw2/output/
H A DXMLWriter.java37 import org.xml.sax.SAXException;
415 public void startPrefixMapping( String prefix, String uri ) throws SAXException {
429 * @exception org.xml.sax.SAXException If there is an error
435 throws SAXException
453 throw new SAXException(e);
463 * @exception org.xml.sax.SAXException If there is an error
469 throws SAXException
481 throw new SAXException(e);
484 throw new SAXException(e);
503 * @exception org.xml.sax.SAXException I
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DToHTMLSAXHandler.java37 import org.xml.sax.SAXException;
95 public void indent(int n) throws SAXException
116 public boolean setEscaping(boolean escape) throws SAXException
187 throws SAXException
196 public void elementDecl(String name, String model) throws SAXException
205 throws SAXException
215 throws SAXException
239 * @throws org.xml.sax.SAXException Any SAX exception, possibly
244 throws SAXException
257 public void endPrefixMapping(String prefix) throws SAXException
[all...]
H A DToTextSAXHandler.java34 import org.xml.sax.SAXException;
51 public void endElement(String elemName) throws SAXException
61 throws SAXException
81 throws org.xml.sax.SAXException
87 public void comment(String data) throws org.xml.sax.SAXException
127 public void indent(int n) throws SAXException
204 throws SAXException
211 public void elementDecl(String arg0, String arg1) throws SAXException
219 throws SAXException
227 throws SAXException
[all...]
H A DToTextStream.java30 import org.xml.sax.SAXException;
60 * @throws org.xml.sax.SAXException Any SAX exception, possibly
63 * @throws org.xml.sax.SAXException
65 protected void startDocumentInternal() throws org.xml.sax.SAXException
83 * @throws org.xml.sax.SAXException Any SAX exception, possibly
86 * @throws org.xml.sax.SAXException
88 public void endDocument() throws org.xml.sax.SAXException
121 * @throws org.xml.sax.SAXException Any SAX exception, possibly
126 * @throws org.xml.sax.SAXException
130 throws org.xml.sax.SAXException
[all...]
H A DToSAXHandler.java30 import org.xml.sax.SAXException;
93 protected void startDocumentInternal() throws SAXException
108 throws SAXException
118 * @throws org.xml.sax.SAXException
122 public void characters(String characters) throws SAXException
138 public void comment(String comment) throws SAXException
165 throws SAXException
170 protected void closeStartTag() throws SAXException
174 protected void closeCDATA() throws SAXException
184 * @throws org.xml.sax.SAXException An
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/util/xml/
H A DContentHandlerToXMLStreamWriter.java30 import org.xml.sax.SAXException;
66 public void endDocument() throws SAXException {
71 throw new SAXException(e);
80 public void startDocument() throws SAXException {
84 throw new SAXException(e);
94 throws SAXException {
99 throw new SAXException(e);
110 throws SAXException {
120 public void endPrefixMapping(String prefix) throws SAXException {
132 public void skippedEntity(String name) throws SAXException {
[all...]
/openjdk7/jaxp/src/org/xml/sax/helpers/
H A DXMLReaderFactory.java38 import org.xml.sax.SAXException;
57 * } catch (SAXException e) {
128 * @exception org.xml.sax.SAXException If no default XMLReader class
133 throws SAXException
197 throw new SAXException ("Can't create default XMLReader; "
214 * @exception org.xml.sax.SAXException If the class cannot be
219 throws SAXException
225 throws SAXException
230 throw new SAXException("SAX2 driver class " + className +
233 throw new SAXException("SAX
[all...]
/openjdk7/jaxp/src/org/xml/sax/ext/
H A DEntityResolver2.java38 import org.xml.sax.SAXException;
153 * @exception SAXException Any SAX exception, possibly wrapping
159 throws SAXException, IOException;
210 * @exception SAXException Any SAX exception, possibly wrapping
220 ) throws SAXException, IOException;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/xml/sax/
H A DJAXPXMLReaderCreator.java51 import org.xml.sax.SAXException;
81 public XMLReader createXMLReader() throws SAXException {
85 throw new SAXException(e);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/stream/buffer/sax/
H A DSAXBufferCreator.java30 import org.xml.sax.SAXException;
68 public MutableXMLStreamBuffer create(XMLReader reader, InputStream in) throws IOException, SAXException {
72 public MutableXMLStreamBuffer create(XMLReader reader, InputStream in, String systemId) throws IOException, SAXException {
82 } catch (SAXException e) {
103 public void startDocument() throws SAXException {
107 public void endDocument() throws SAXException {
111 public void startPrefixMapping(String prefix, String uri) throws SAXException {
115 public void startElement(String uri, String localName, String qName, Attributes attributes) throws SAXException {
131 public void endElement(String uri, String localName, String qName) throws SAXException {
137 public void characters(char ch[], int start, int length) throws SAXException {
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DStopParseException.java32 public class StopParseException extends org.xml.sax.SAXException
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/jxc/gen/config/
H A DNGCCHandler.java29 import org.xml.sax.SAXException;
88 protected abstract void onChildCompleted( Object result, int cookie, boolean needAttCheck ) throws SAXException;
96 String uri, String localname, String qname, Attributes atts) throws SAXException {
102 String uri, String localname, String qname) throws SAXException {
108 String uri, String localname, String qname) throws SAXException {
114 String uri, String localname, String qname) throws SAXException {
120 String value) throws SAXException {
132 String uri,String local,String qname, Attributes atts ) throws SAXException {
139 String uri,String local,String qname ) throws SAXException {
152 String uri,String local,String qname ) throws SAXException {
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/marshaller/
H A DXMLWriter.java43 import org.xml.sax.SAXException;
399 public void startPrefixMapping( String prefix, String uri ) throws SAXException {
413 * @exception org.xml.sax.SAXException If there is an error
419 throws SAXException
437 throw new SAXException(e);
451 * @exception org.xml.sax.SAXException If there is an error
457 throws SAXException
463 throw new SAXException(e);
482 * @exception org.xml.sax.SAXException If there is an error
489 throws SAXException
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/tools/
H A DSAXEventSerializer.java39 import org.xml.sax.SAXException;
61 public void startDocument() throws SAXException {
68 throw new SAXException(e);
72 public void endDocument() throws SAXException {
80 throw new SAXException(e);
86 throws SAXException
103 throws SAXException
114 throw new SAXException(e);
121 throws SAXException
199 throw new SAXException(
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/message/
H A DRootElementSniffer.java29 import org.xml.sax.SAXException;
53 public void startElement(String uri, String localName, String qName, Attributes a) throws SAXException {
80 private static final SAXException aSAXException = new SAXException();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/state/
H A DNGCCHandler.java29 import org.xml.sax.SAXException;
88 protected abstract void onChildCompleted( Object result, int cookie, boolean needAttCheck ) throws SAXException;
96 String uri, String localname, String qname, Attributes atts) throws SAXException {
102 String uri, String localname, String qname) throws SAXException {
108 String uri, String localname, String qname) throws SAXException {
114 String uri, String localname, String qname) throws SAXException {
120 String value) throws SAXException {
132 String uri,String local,String qname, Attributes atts ) throws SAXException {
139 String uri,String local,String qname ) throws SAXException {
152 String uri,String local,String qname ) throws SAXException {
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/resolver/readers/
H A DSAXParserHandler.java59 throws SAXException {
75 throws SAXException {
82 throws SAXException {
89 throws SAXException {
96 throws SAXException {
103 throws SAXException {
110 throws SAXException {
123 throws SAXException {
130 throws SAXException {
138 throws SAXException {
[all...]

Completed in 52 milliseconds

1234567891011>>