Searched refs:SAXException (Results 126 - 150 of 475) sorted by relevance

1234567891011>>

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DSchemaContentHandler.java38 import org.xml.sax.SAXException;
103 public void startDocument() throws SAXException {
119 public void endDocument() throws SAXException {
135 public void startPrefixMapping(String prefix, String uri) throws SAXException {
158 public void endPrefixMapping(String prefix) throws SAXException {
165 public void startElement(String uri, String localName, String qName, Attributes atts) throws SAXException {
197 public void endElement(String uri, String localName, String qName) throws SAXException {
216 public void characters(char[] ch, int start, int length) throws SAXException {
232 public void ignorableWhitespace(char[] ch, int start, int length) throws SAXException {
248 public void processingInstruction(String target, String data) throws SAXException {
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/parser/
H A DWhitespaceStripper.java63 public void characters(char[] ch, int start, int length) throws SAXException {
92 public void startElement(String uri, String localName, String qName, Attributes atts) throws SAXException {
99 public void endElement(String uri, String localName, String qName) throws SAXException {
109 private void processPendingText() throws SAXException {
119 public void ignorableWhitespace(char[] ch, int start, int length) throws SAXException {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/parser/
H A DIncorrectNamespaceURIChecker.java33 import org.xml.sax.SAXException;
82 public void endDocument() throws SAXException {
94 public void startPrefixMapping(String prefix, String uri) throws SAXException {
105 public void endPrefixMapping(String prefix) throws SAXException {
112 throws SAXException {
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DToUnknownStream.java38 import org.xml.sax.SAXException;
223 public boolean setEscaping(boolean escape) throws SAXException
274 throws SAXException
296 throws SAXException
324 throws SAXException
340 public void characters(String chars) throws SAXException
355 public void endElement(String elementName) throws SAXException
370 public void startPrefixMapping(String prefix, String uri) throws SAXException
387 throws SAXException
406 throws SAXException
[all...]
H A DToXMLStream.java34 import org.xml.sax.SAXException;
114 * @throws org.xml.sax.SAXException Any SAX exception, possibly
117 * @throws org.xml.sax.SAXException
119 public void startDocumentInternal() throws org.xml.sax.SAXException
183 throw new SAXException(e);
193 * @throws org.xml.sax.SAXException Any SAX exception, possibly
196 * @throws org.xml.sax.SAXException
198 public void endDocument() throws org.xml.sax.SAXException
209 throw new SAXException(e);
229 * @throws org.xml.sax.SAXException
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DSAX2StAXEventWriter.java42 import org.xml.sax.SAXException;
120 public void startDocument() throws SAXException {
134 private void writeStartDocument() throws SAXException {
146 throw new SAXException(e);
151 public void endDocument() throws SAXException {
161 throw new SAXException(e);
172 public void startElement(String uri, String localName, String qName, Attributes attributes) throws SAXException {
197 throw new SAXException(e);
208 throws SAXException {
229 throw new SAXException(
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DTextSerializer.java37 import org.xml.sax.SAXException;
91 throws SAXException
99 throws SAXException
111 throws SAXException
141 throw new SAXException( except );
147 throws SAXException
152 throw new SAXException( except );
192 throws SAXException
201 throw new SAXException( except );
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/util/
H A DRejectDoctypeSaxFilter.java113 throws SAXException {
114 throw new SAXException("Document Type Declaration is not allowed");
117 public void endDTD() throws SAXException {
120 public void startEntity(String name) throws SAXException {
126 public void endEntity(String name) throws SAXException {
132 public void startCDATA() throws SAXException {
138 public void endCDATA() throws SAXException {
144 public void comment(char[] ch, int start, int length) throws SAXException {
155 String qName, Attributes atts) throws SAXException{
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/xml/
H A DSchemaParser.java85 import org.xml.sax.SAXException;
235 abstract State createChildState(String localName) throws SAXException;
256 boolean isRelaxNGElement(String uri) throws SAXException {
263 Attributes atts) throws SAXException {
285 String qName) throws SAXException {
291 void setName(String name) throws SAXException {
295 void setOtherAttribute(String name, String value) throws SAXException {
299 void endAttributes() throws SAXException {
302 void checkForeignElement() throws SAXException {
305 void attributes(Attributes atts) throws SAXException {
[all...]
/openjdk7/jaxp/src/javax/xml/validation/
H A DSchemaFactory.java36 import org.xml.sax.SAXException;
399 * of this property, {@link org.xml.sax.SAXException} will be thrown by the
406 * of this property, {@link org.xml.sax.SAXException} will be thrown by the
414 * {@link org.xml.sax.SAXException} will be thrown by the
422 * of this property, {@link org.xml.sax.SAXException} will be thrown by the
494 * by throwing {@link SAXException} from the handler. Or for example
506 * throw {@link SAXException} without first reporting it to
518 * public void fatalError( {@link org.xml.sax.SAXParseException} e ) throws {@link SAXException} {
521 * public void error( {@link org.xml.sax.SAXParseException} e ) throws {@link SAXException} {
524 * public void warning( {@link org.xml.sax.SAXParseException} e ) throws {@link SAXException} {
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/internalizer/
H A DWhitespaceStripper.java34 import org.xml.sax.SAXException;
68 public void characters(char[] ch, int start, int length) throws SAXException {
97 public void startElement(String uri, String localName, String qName, Attributes atts) throws SAXException {
104 public void endElement(String uri, String localName, String qName) throws SAXException {
114 private void processPendingText() throws SAXException {
124 public void ignorableWhitespace(char[] ch, int start, int length) throws SAXException {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/txw2/output/
H A DDataWriter.java33 import org.xml.sax.SAXException;
217 * @exception org.xml.sax.SAXException If there is an error
224 throws SAXException
250 * @exception org.xml.sax.SAXException If there is an error
256 throws SAXException
282 // * @exception org.xml.sax.SAXException If there is an error
289 // throws SAXException
306 * @exception org.xml.sax.SAXException If there is an error
312 throws SAXException
318 public void comment(char ch[], int start, int length) throws SAXException {
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthParser.java65 import org.xml.sax.SAXException;
245 catch (SAXException se) {
322 * returned, otherwise a SAXException is thrown.
324 private Object checkCast(Object value, Class type) throws SAXException {
326 throw new SAXException("Expected type " + type + " got " +
336 private Object lookup(String key, Class type) throws SAXException {
345 throw new SAXException("ID " + key + " has not been defined");
354 private void register(String key, Object value) throws SAXException {
358 throw new SAXException("ID " + key + " is already defined");
374 SAXException {
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/
H A DDefaultValidationErrorHandler.java23 import org.xml.sax.SAXException;
35 public void error(SAXParseException e) throws SAXException {
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DDefaultErrorHandler.java36 import org.xml.sax.SAXException;
102 * @throws SAXException Any SAX exception, possibly
105 public void warning(SAXParseException exception) throws SAXException
129 * @throws SAXException Any SAX exception, possibly
132 public void error(SAXParseException exception) throws SAXException
156 * @throws SAXException Any SAX exception, possibly
159 public void fatalError(SAXParseException exception) throws SAXException
281 else if(cause instanceof SAXException)
282 cause = ((SAXException)cause).getException();
323 else if(cause instanceof SAXException)
[all...]
/openjdk7/jaxp/src/org/xml/sax/
H A DXMLReader.java119 * } catch (SAXException e) {
132 * } catch (SAXException e) {
387 * @exception org.xml.sax.SAXException Any SAX exception, possibly
400 throws IOException, SAXException;
418 * @exception org.xml.sax.SAXException Any SAX exception, possibly
426 throws IOException, SAXException;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/util/
H A DForkEntityResolver.java30 import org.xml.sax.SAXException;
48 public InputSource resolveEntity(String publicId, String systemId) throws SAXException, IOException {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/
H A DSchemaCache.java38 import org.xml.sax.SAXException;
63 } catch (SAXException e) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/
H A DAbstractExtensionBindingChecker.java40 import org.xml.sax.SAXException;
96 protected final void checkAndEnable(String uri) throws SAXException {
131 protected final void verifyTagName(String namespaceURI, String localName, String qName) throws SAXException {
171 public void startDocument() throws SAXException {
179 public void startPrefixMapping(String prefix, String uri) throws SAXException {
187 public void endPrefixMapping(String prefix) throws SAXException {
197 protected final SAXParseException error( String msg ) throws SAXException {
206 protected final void warning( String msg ) throws SAXException {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/util/
H A DForkEntityResolver.java32 import org.xml.sax.SAXException;
48 public InputSource resolveEntity(String publicId, String systemId) throws SAXException, IOException {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/output/
H A DDOMOutput.java32 import org.xml.sax.SAXException;
56 public void endStartTag() throws SAXException {
H A DInPlaceDOMOutput.java32 import org.xml.sax.SAXException;
51 public void endStartTag() throws SAXException {
H A DMTOMXmlOutput.java38 import org.xml.sax.SAXException;
59 public void startDocument(XMLSerializer serializer, boolean fragment, int[] nsUriIndex2prefixIndex, NamespaceContextImpl nsContext) throws IOException, SAXException, XMLStreamException {
64 public void endDocument(boolean fragment) throws IOException, SAXException, XMLStreamException {
89 public void endStartTag() throws IOException, SAXException {
93 public void endTag(Name name) throws IOException, SAXException, XMLStreamException {
97 public void endTag(int prefix, String localName) throws IOException, SAXException, XMLStreamException {
101 public void text( String value, boolean needsSeparatingWhitespace ) throws IOException, SAXException, XMLStreamException {
105 public void text( Pcdata value, boolean needsSeparatingWhitespace ) throws IOException, SAXException, XMLStreamException {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/
H A DDefaultIDResolver.java35 import org.xml.sax.SAXException;
47 public void startDocument(ValidationEventHandler eventHandler) throws SAXException {
H A DInterningXmlVisitor.java31 import org.xml.sax.SAXException;
47 public void startDocument(LocatorEx locator, NamespaceContext nsContext) throws SAXException {
51 public void endDocument() throws SAXException {
55 public void startElement(TagName tagName ) throws SAXException {
63 public void endElement(TagName tagName ) throws SAXException {
69 public void startPrefixMapping( String prefix, String nsUri ) throws SAXException {
73 public void endPrefixMapping( String prefix ) throws SAXException {
77 public void text( CharSequence pcdata ) throws SAXException {

Completed in 56 milliseconds

1234567891011>>