Searched refs:SAXException (Results 251 - 275 of 475) sorted by relevance

<<111213141516171819

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DStAXEvent2SAX.java38 import org.xml.sax.SAXException;
105 public void parse(InputSource unused) throws IOException, SAXException {
109 throw new SAXException(e);
115 public void parse() throws IOException, SAXException, XMLStreamException {
120 /* public void parse() throws IOException, SAXException {
266 } catch (SAXException e) {
272 private void handleEndDocument() throws SAXException {
276 private void handleStartDocument(final XMLEvent event) throws SAXException {
307 } catch (SAXException e) {
318 } catch (SAXException
[all...]
H A DXSLTCSource.java38 import org.xml.sax.SAXException;
99 throws SAXException
116 throw new SAXException(err.toString());
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DValidatorHandlerImpl.java82 import org.xml.sax.SAXException;
344 catch (SAXException e) {
364 catch (SAXException e) {
378 catch (SAXException e) {
415 catch (SAXException e) {
427 catch (SAXException e) {
441 catch (SAXException e) {
459 catch (SAXException e) {
483 public void startDocument() throws SAXException {
505 public void endDocument() throws SAXException {
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/jxc/
H A DNGCCRuntimeEx.java36 import org.xml.sax.SAXException;
65 public File getBaseDir(String baseDir) throws SAXException {
162 protected void unexpectedX(String token) throws SAXException {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/internalizer/
H A DContentHandlerNamespacePrefixAdapter.java31 import org.xml.sax.SAXException;
80 public void startPrefixMapping(String prefix, String uri) throws SAXException {
94 public void startElement(String uri, String localName, String qName, Attributes atts) throws SAXException {
H A DVersionChecker.java39 import org.xml.sax.SAXException;
86 throws SAXException {
114 public void endDocument() throws SAXException {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/parser/
H A DCustomizationContextChecker.java40 import org.xml.sax.SAXException;
152 public void startElement(String namespaceURI, String localName, String qName, Attributes atts) throws SAXException {
182 throws SAXException {
H A DSchemaConstraintChecker.java43 import org.xml.sax.SAXException;
79 } catch (SAXException e) {
92 } catch (SAXException e) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/
H A DLeafPropertyXsiLoader.java40 import org.xml.sax.SAXException;
57 public void startElement(UnmarshallingContext.State state, TagName ea) throws SAXException {
63 protected Loader selectLoader(UnmarshallingContext.State state, TagName ea) throws SAXException {
H A DScope.java32 import org.xml.sax.SAXException;
97 public void add( Accessor<BeanT,PropT> acc, Lister<BeanT,PropT,ItemT,PackT> lister, ItemT value) throws SAXException{
121 public void start( Accessor<BeanT,PropT> acc, Lister<BeanT,PropT,ItemT,PackT> lister) throws SAXException{
H A DXsiTypeLoader.java39 import org.xml.sax.SAXException;
58 public void startElement(UnmarshallingContext.State state, TagName ea) throws SAXException {
68 /*pacakge*/ static JaxBeanInfo parseXsiType(UnmarshallingContext.State state, TagName ea, @Nullable JaxBeanInfo defaultBeanInfo) throws SAXException {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/stream/buffer/
H A DMutableXMLStreamBuffer.java33 import org.xml.sax.SAXException;
171 public void createFromXMLReader(XMLReader reader, InputStream in) throws SAXException, IOException {
192 public void createFromXMLReader(XMLReader reader, InputStream in, String systemId) throws SAXException, IOException {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/message/stream/
H A DPayloadStreamReaderMessage.java38 import org.xml.sax.SAXException;
105 public void writeTo(ContentHandler contentHandler, ErrorHandler errorHandler) throws SAXException {
109 protected void writePayloadTo(ContentHandler contentHandler, ErrorHandler errorHandler, boolean fragment) throws SAXException {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/parser/
H A DJAXPParser.java39 import org.xml.sax.SAXException;
68 throws SAXException, IOException {
125 public InputSource resolveEntity(String publicId, String systemId) throws SAXException {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DXMLSerializer.java71 import org.xml.sax.SAXException;
111 * {@link IOException}, {@link SAXException}, and {@link XMLStreamException}
211 private String getIdFromObject(Object identifiableObject) throws SAXException, JAXBException {
215 private void handleMissingObjectError(String fieldName) throws SAXException, IOException, XMLStreamException {
224 public void reportError( ValidationEvent ve ) throws SAXException {
247 public final void reportError(String fieldName, Throwable t) throws SAXException {
283 public void endAttributes() throws SAXException, IOException, XMLStreamException {
302 public void endElement() throws SAXException, IOException, XMLStreamException {
308 public void leafElement( Name tagName, String data, String fieldName ) throws SAXException, IOException, XMLStreamException {
328 public void leafElement( Name tagName, Pcdata data, String fieldName ) throws SAXException, IOExceptio
[all...]
H A DContentHandlerAdaptor.java36 import org.xml.sax.SAXException;
80 throws SAXException {
137 public void endElement(String namespaceURI, String localName, String qName) throws SAXException {
148 private void flushText() throws SAXException, IOException, XMLStreamException {
H A DLeafBeanInfoImpl.java42 import org.xml.sax.SAXException;
109 public final void serializeBody(BeanT bean, XMLSerializer w) throws SAXException, IOException, XMLStreamException {
124 public final void serializeRoot(BeanT bean, XMLSerializer target) throws SAXException, IOException, XMLStreamException {
140 public final void serializeURIs(BeanT bean, XMLSerializer target) throws SAXException {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/dtdparser/
H A DInputEntity.java29 import org.xml.sax.SAXException;
141 throws IOException, SAXException {
169 throws SAXException {
180 throws SAXException {
200 public boolean isEOF() throws IOException, SAXException {
235 public char getNameChar() throws IOException, SAXException {
253 public char getc() throws IOException, SAXException {
312 public boolean peekc(char c) throws IOException, SAXException {
348 throws IOException, SAXException {
396 throws IOException, SAXException {
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/client/
H A DClientSchemaValidationTube.java38 import org.xml.sax.SAXException;
79 } catch(SAXException e) {
118 } catch(SAXException se) {
131 } catch(SAXException se) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/server/
H A DServerSchemaValidationTube.java41 import org.xml.sax.SAXException;
84 } catch(SAXException e) {
111 } catch(SAXException se) {
132 } catch(SAXException se) {
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/bind/util/
H A DJAXBSource.java33 import org.xml.sax.SAXException;
230 public void parse(InputSource input) throws SAXException {
234 public void parse(String systemId) throws SAXException {
238 public void parse() throws SAXException {
245 // wrap it to a SAXException
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/state/
H A DSimpleType_Restriction.java28 import org.xml.sax.SAXException;
78 private void action0()throws SAXException {
84 private void action1()throws SAXException {
91 private void action2()throws SAXException {
98 private void action3()throws SAXException {
102 public void enterElement(String $__uri, String $__local, String $__qname, Attributes $attrs) throws SAXException {
203 public void leaveElement(String $__uri, String $__local, String $__qname) throws SAXException {
274 public void enterAttribute(String $__uri, String $__local, String $__qname) throws SAXException {
333 public void leaveAttribute(String $__uri, String $__local, String $__qname) throws SAXException {
381 public void text(String $value) throws SAXException {
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DEntityResolverWrapper.java34 import org.xml.sax.SAXException;
128 catch (SAXException e) {
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DXMLString.java45 * @throws org.xml.sax.SAXException
48 throws org.xml.sax.SAXException;
57 * @throws org.xml.sax.SAXException
60 throws org.xml.sax.SAXException;
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/objects/
H A DXStringForChars.java140 * @throws org.xml.sax.SAXException
143 throws org.xml.sax.SAXException
155 * @throws org.xml.sax.SAXException
158 throws org.xml.sax.SAXException

Completed in 43 milliseconds

<<111213141516171819