Searched refs:SAXException (Results 276 - 300 of 475) sorted by relevance

<<111213141516171819

/openjdk7/jdk/src/share/classes/java/util/prefs/
H A DXmlSupport.java215 } catch(SAXException e) {
239 throws SAXException, IOException
391 } catch(SAXException e) {
398 throws SAXException
406 throw new SAXException("Invalid system identifier: " + sid);
411 public void error(SAXParseException x) throws SAXException {
414 public void fatalError(SAXParseException x) throws SAXException {
417 public void warning(SAXParseException x) throws SAXException {
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/NetworkConnection/src/com/sun/hotspot/igv/connection/
H A DClient.java38 import org.xml.sax.SAXException;
71 } catch (SAXException ex) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/parser/
H A DAbstractReferenceFinderImpl.java32 import org.xml.sax.SAXException;
73 throws SAXException {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/binary/
H A DBinaryPattern.java48 import org.xml.sax.SAXException;
64 void checkRecursion(int depth) throws SAXException {
H A DPattern.java51 import org.xml.sax.SAXException;
98 void checkRecursion(int depth) throws SAXException { }
H A DRefPattern.java51 import org.xml.sax.SAXException;
93 void checkRecursion(int depth) throws SAXException {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/message/
H A DEmptyMessageImpl.java36 import org.xml.sax.SAXException;
114 public void writePayloadTo(ContentHandler contentHandler, ErrorHandler errorHandler, boolean fragment) throws SAXException {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/wsdl/parser/
H A DMexEntityResolver.java33 import org.xml.sax.SAXException;
72 public Parser resolveEntity(String publicId, String systemId) throws SAXException, IOException, XMLStreamException {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/state/
H A Dnotation.java28 import org.xml.sax.SAXException;
71 private void action0()throws SAXException {
75 public void enterElement(String $__uri, String $__local, String $__qname, Attributes $attrs) throws SAXException {
164 public void leaveElement(String $__uri, String $__local, String $__qname) throws SAXException {
246 public void enterAttribute(String $__uri, String $__local, String $__qname) throws SAXException {
314 public void leaveAttribute(String $__uri, String $__local, String $__qname) throws SAXException {
381 public void text(String $value) throws SAXException {
456 public void onChildCompleted(Object $__result__, int $__cookie__, boolean $__needAttCheck__)throws SAXException {
H A DattributeUses.java28 import org.xml.sax.SAXException;
77 private void action0()throws SAXException {
83 private void action1()throws SAXException {
87 private void action2()throws SAXException {
94 private void action3()throws SAXException {
98 private void action4()throws SAXException {
111 private void action5()throws SAXException {
118 private void action6()throws SAXException {
129 private void action7()throws SAXException {
140 public void enterElement(String $__uri, String $__local, String $__qname, Attributes $attrs) throws SAXException {
[all...]
H A DSchema.java28 import org.xml.sax.SAXException;
87 private void action0()throws SAXException {
92 private void action1()throws SAXException {
96 private void action2()throws SAXException {
101 private void action3()throws SAXException {
106 private void action4()throws SAXException {
112 private void action5()throws SAXException {
117 private void action6()throws SAXException {
122 private void action7()throws SAXException {
127 private void action8()throws SAXException {
[all...]
H A DidentityConstraint.java28 import org.xml.sax.SAXException;
71 private void action0()throws SAXException {
75 private void action1()throws SAXException {
82 private void action2()throws SAXException {
93 public void enterElement(String $__uri, String $__local, String $__qname, Attributes $attrs) throws SAXException {
225 public void leaveElement(String $__uri, String $__local, String $__qname) throws SAXException {
339 public void enterAttribute(String $__uri, String $__local, String $__qname) throws SAXException {
418 public void leaveAttribute(String $__uri, String $__local, String $__qname) throws SAXException {
469 public void text(String $value) throws SAXException {
542 public void onChildCompleted(Object $__result__, int $__cookie__, boolean $__needAttCheck__)throws SAXException {
[all...]
H A DattributeDeclBody.java28 import org.xml.sax.SAXException;
78 private void action0()throws SAXException {
85 private void action1()throws SAXException {
89 public void enterElement(String $__uri, String $__local, String $__qname, Attributes $attrs) throws SAXException {
173 public void leaveElement(String $__uri, String $__local, String $__qname) throws SAXException {
245 public void enterAttribute(String $__uri, String $__local, String $__qname) throws SAXException {
314 public void leaveAttribute(String $__uri, String $__local, String $__qname) throws SAXException {
387 public void text(String $value) throws SAXException {
474 public void onChildCompleted(Object $__result__, int $__cookie__, boolean $__needAttCheck__)throws SAXException {
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/builders/
H A DLayoutParser.java105 throws SAXException {
121 throws SAXException {
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DListingErrorHandler.java41 import org.xml.sax.SAXException;
98 * @exception org.xml.sax.SAXException Any SAX exception, possibly
103 throws SAXException
137 * @exception org.xml.sax.SAXException Any SAX exception, possibly
142 throws SAXException
169 * @exception org.xml.sax.SAXException Any SAX exception, possibly
174 throws SAXException
320 else if(cause instanceof SAXException)
321 cause = ((SAXException)cause).getException();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/
H A DStAXStreamConnector.java39 import org.xml.sax.SAXException;
188 } catch (SAXException e) {
201 private void handleEndElement() throws SAXException {
216 private void handleStartElement() throws SAXException {
311 protected void handleCharacters() throws XMLStreamException, SAXException {
319 private void processText( boolean ignorable ) throws SAXException {
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DBaseMarkupSerializer.java78 import org.xml.sax.SAXException;
485 throws SAXException
490 throw new SAXException( except.toString() );
497 throws SAXException
571 throw new SAXException( except );
577 throws SAXException
593 throw new SAXException( except );
599 throws SAXException
604 throw new SAXException( except );
652 throws SAXException
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DToHTMLStream.java35 import org.xml.sax.SAXException;
658 * @throws org.xml.sax.SAXException Any SAX exception, possibly
661 * @throws org.xml.sax.SAXException
663 protected void startDocumentInternal() throws org.xml.sax.SAXException
706 throw new SAXException(e);
717 * @throws org.xml.sax.SAXException Any SAX exception, possibly
720 * @throws org.xml.sax.SAXException
722 public final void endDocument() throws org.xml.sax.SAXException
734 throw new SAXException(e);
751 * @throws org.xml.sax.SAXException An
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/
H A DSAXParserImpl.java53 import org.xml.sax.SAXException;
121 throws SAXException {
130 throws SAXException
249 public Parser getParser() throws SAXException {
267 catch (SAXException x) {
276 catch (SAXException x) {
289 catch (SAXException exc) {
313 throws SAXException, IOException {
328 throws SAXException, IOException {
351 catch (SAXException ex
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/
H A DSAX2DTM.java507 * @throws SAXException
511 throws SAXException
741 * @throws org.xml.sax.SAXException
744 throws org.xml.sax.SAXException
1578 * @throws SAXException Any SAX exception, possibly
1582 * @throws SAXException
1585 throws SAXException
1605 * @throws SAXException Any SAX exception, possibly
1609 * @throws SAXException
1612 throws SAXException
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/resolver/readers/
H A DOASISXMLCatalogReader.java107 throws SAXException {
115 throws SAXException {
135 throws SAXException {
439 throws SAXException {
507 throws SAXException {
513 throws SAXException {
519 throws SAXException {
525 throws SAXException {
531 throws SAXException {
537 throws SAXException {
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/internalizer/
H A DDOMForest.java72 import org.xml.sax.SAXException;
240 } catch (SAXException e) {
259 public Document parse( InputSource source, boolean root ) throws SAXException {
273 public Document parse( String systemId, boolean root ) throws SAXException, IOException {
365 public Document parse( String systemId, InputSource inputSource, boolean root ) throws SAXException {
469 } catch (SAXException e) {
477 } catch (SAXException e) {
488 } catch (SAXException _) {
502 public void parse(InputSource input) throws SAXException, IOException {
506 public void parse(String systemId) throws SAXException, IOExceptio
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DDOM2SAX.java41 import org.xml.sax.SAXException;
91 throws SAXException
125 throws SAXException
151 public void parse(InputSource unused) throws IOException, SAXException {
155 public void parse() throws IOException, SAXException {
176 private void parse(Node node) throws IOException, SAXException {
367 public void parse(String sysId) throws IOException, SAXException {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/property/
H A DSingleMapNodeProperty.java59 import org.xml.sax.SAXException;
147 public void startElement(UnmarshallingContext.State state, TagName ea) throws SAXException {
165 public void leaveElement(State state, TagName ea) throws SAXException {
176 public void childElement(UnmarshallingContext.State state, TagName ea) throws SAXException {
209 public void childElement(UnmarshallingContext.State state, TagName ea) throws SAXException {
243 public void serializeBody(BeanT o, XMLSerializer w, Object outerPeer) throws SAXException, AccessorException, IOException, XMLStreamException {
275 private void bareStartTag(XMLSerializer w, Name tagName, Object peer) throws IOException, XMLStreamException, SAXException {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/
H A DModelLoader.java73 import org.xml.sax.SAXException;
173 } catch (SAXException e) {
178 // however, a bug in XJC might throw unexpected SAXException.
246 ErrorHandler errorHandler, EntityResolver entityResolver ) throws SAXException, IOException {
292 * @throws SAXException
296 throws SAXException {
342 public XSSchemaSet loadXMLSchema() throws SAXException {
371 throws SAXException {
417 public InputSource resolveEntity(String publicId, String systemId) throws SAXException, IOException {
440 public void startElement(String uri, String localName, String qName, Attributes attributes) throws SAXException {
[all...]

Completed in 66 milliseconds

<<111213141516171819