Searched refs:SAXException (Results 151 - 175 of 475) sorted by relevance

1234567891011>>

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/
H A DLeafPropertyLoader.java31 import org.xml.sax.SAXException;
48 public void text(UnmarshallingContext.State state, CharSequence text) throws SAXException {
H A DSAXConnector.java36 import org.xml.sax.SAXException;
94 public void startDocument() throws SAXException {
98 public void endDocument() throws SAXException {
102 public void startPrefixMapping(String prefix, String uri) throws SAXException {
106 public void endPrefixMapping(String prefix) throws SAXException {
110 public void startElement(String uri, String local, String qname, Attributes atts) throws SAXException {
138 public void endElement(String uri, String localName, String qName) throws SAXException {
164 private void processText( boolean ignorable ) throws SAXException {
H A DTextLoader.java31 import org.xml.sax.SAXException;
52 public void text(UnmarshallingContext.State state, CharSequence text) throws SAXException {
H A DValuePropertyLoader.java33 import org.xml.sax.SAXException;
50 public void text(UnmarshallingContext.State state, CharSequence text) throws SAXException {
H A DWildcardLoader.java32 import org.xml.sax.SAXException;
38 * Note that the SAXException returned by the ContentHandler is
56 protected Loader selectLoader(UnmarshallingContext.State state, TagName tag) throws SAXException {
H A DXsiNilLoader.java38 import org.xml.sax.SAXException;
55 protected Loader selectLoader(UnmarshallingContext.State state, TagName ea) throws SAXException {
86 protected void onNil(UnmarshallingContext.State state) throws SAXException {
97 protected void onNil(UnmarshallingContext.State state) throws SAXException {
H A DStAXConnector.java34 import org.xml.sax.SAXException;
74 protected final void handleStartDocument(NamespaceContext nsc) throws SAXException {
94 protected final void handleEndDocument() throws SAXException {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/org/jvnet/fastinfoset/sax/
H A DFastInfosetReader.java34 import org.xml.sax.SAXException;
169 public void parse(InputStream s) throws IOException, FastInfosetException, SAXException;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/txw2/output/
H A DSaxSerializer.java30 import org.xml.sax.SAXException;
83 } catch (SAXException e) {
143 } catch (SAXException e) {
154 } catch (SAXException e) {
162 } catch (SAXException e) {
175 } catch (SAXException e) {
186 } catch (SAXException e) {
194 } catch (SAXException e) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/wsdl/parser/
H A DXMLEntityResolver.java30 import org.xml.sax.SAXException;
50 throws SAXException, IOException, XMLStreamException;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/
H A DParserContext.java39 import org.xml.sax.SAXException;
91 } catch( SAXException e ) {
112 public void parse( InputSource source ) throws SAXException {
117 public XSSchemaSet getResult() throws SAXException {
161 public void reportError( String msg, Locator src ) throws SAXException {
185 public void warning(SAXParseException e) throws SAXException {
189 public void error(SAXParseException e) throws SAXException {
194 public void fatalError(SAXParseException e) throws SAXException {
H A DBaseContentRef.java32 import org.xml.sax.SAXException;
42 public void run() throws SAXException {
62 public void run() throws SAXException {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/state/
H A Dannotation.java28 import org.xml.sax.SAXException;
71 private void action0()throws SAXException {
84 public void enterElement(String $__uri, String $__local, String $__qname, Attributes $attrs) throws SAXException {
115 public void leaveElement(String $__uri, String $__local, String $__qname) throws SAXException {
145 public void enterAttribute(String $__uri, String $__local, String $__qname) throws SAXException {
164 public void leaveAttribute(String $__uri, String $__local, String $__qname) throws SAXException {
183 public void text(String $value) throws SAXException {
194 public void onChildCompleted(Object $__result__, int $__cookie__, boolean $__needAttCheck__)throws SAXException {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/property/
H A DProperty.java43 import org.xml.sax.SAXException;
73 public void serializeBody(BeanT beanT, XMLSerializer target, Object outerPeer) throws SAXException, AccessorException, IOException, XMLStreamException;
78 public void serializeURIs(BeanT beanT, XMLSerializer target) throws SAXException, AccessorException;
103 String getIdValue(BeanT bean) throws AccessorException, SAXException;
H A DPropertyImpl.java38 import org.xml.sax.SAXException;
62 public void serializeBody(BeanT o, XMLSerializer w, Object outerPeer) throws SAXException, AccessorException, IOException, XMLStreamException {
65 public void serializeURIs(BeanT o, XMLSerializer w) throws SAXException, AccessorException {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/util/
H A DParserPool.java29 import org.xml.sax.SAXException;
61 } catch (SAXException ex) {
68 SAXException {
73 throw new SAXException(ex);
/openjdk7/jaxp/src/javax/xml/validation/
H A DValidator.java35 import org.xml.sax.SAXException;
104 * @throws SAXException
105 * If the {@link ErrorHandler} throws a {@link SAXException} or
122 throws SAXException, IOException {
222 * @throws SAXException
224 * <code>SAXException</code> or
238 throws SAXException, IOException;
252 * by throwing {@link SAXException} from the handler. Or for example
263 * throw {@link SAXException} without first reporting it to
271 * public void fatalError( {@link org.xml.sax.SAXParseException} e ) throws {@link SAXException} {
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/parser/
H A DDOMForestParser.java33 import org.xml.sax.SAXException;
72 public void parse(InputSource source, ContentHandler handler, EntityResolver entityResolver, ErrorHandler errHandler) throws SAXException, IOException {
78 throws SAXException, IOException {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DInlineBinaryTransducer.java35 import org.xml.sax.SAXException;
59 public void writeText(XMLSerializer w, V o, String fieldName) throws IOException, SAXException, XMLStreamException, AccessorException {
69 public void writeLeafElement(XMLSerializer w, Name tagName, V o, String fieldName) throws IOException, SAXException, XMLStreamException, AccessorException {
H A DMimeTypedTransducer.java36 import org.xml.sax.SAXException;
68 public void writeText(XMLSerializer w, V o, String fieldName) throws IOException, SAXException, XMLStreamException, AccessorException {
78 public void writeLeafElement(XMLSerializer w, Name tagName, V o, String fieldName) throws IOException, SAXException, XMLStreamException, AccessorException {
H A DSchemaTypeTransducer.java36 import org.xml.sax.SAXException;
69 public void writeText(XMLSerializer w, V o, String fieldName) throws IOException, SAXException, XMLStreamException, AccessorException {
79 public void writeLeafElement(XMLSerializer w, Name tagName, V o, String fieldName) throws IOException, SAXException, XMLStreamException, AccessorException {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/xml/
H A DDtdContext.java49 import org.xml.sax.SAXException;
69 throws SAXException {
78 throws SAXException {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/reflect/
H A DTransducedAccessor.java54 import org.xml.sax.SAXException;
87 public void declareNamespace( BeanT o, XMLSerializer w ) throws AccessorException, SAXException {
99 public abstract @Nullable CharSequence print(@NotNull BeanT o) throws AccessorException, SAXException;
113 * @throws SAXException
117 public abstract void parse(BeanT o, CharSequence lexical) throws AccessorException, SAXException;
174 public abstract void writeLeafElement(XMLSerializer w, Name tagName, BeanT o, String fieldName) throws SAXException, AccessorException, IOException, XMLStreamException;
180 public abstract void writeText(XMLSerializer w, BeanT o, String fieldName) throws AccessorException, SAXException, IOException, XMLStreamException;
201 public void writeLeafElement(XMLSerializer w, Name tagName, BeanT o, String fieldName) throws SAXException, AccessorException, IOException, XMLStreamException {
231 public void parse(BeanT bean, CharSequence lexical) throws AccessorException, SAXException {
240 public void writeLeafElement(XMLSerializer w, Name tagName, BeanT o, String fieldName) throws SAXException, AccessorExceptio
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DStAXValidatorHelper.java44 import org.xml.sax.SAXException;
67 throws SAXException, IOException {
93 if( e.getException() instanceof SAXException )
94 throw (SAXException)e.getException();
95 throw new SAXException(e);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DErrorHandlerWrapper.java28 import org.xml.sax.SAXException;
107 catch (SAXException e) {
142 catch (SAXException e) {
185 catch (SAXException e) {
226 /** Creates an XNIException from a SAXException.
229 protected static XNIException createXNIException(SAXException exception) {
231 } // createXNIException(SAXException):XMLParseException

Completed in 46 milliseconds

1234567891011>>