Searched refs:SAXException (Results 76 - 100 of 475) sorted by relevance

1234567891011>>

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/util/
H A DForkContentHandler.java31 import org.xml.sax.SAXException;
78 public void startDocument() throws SAXException {
83 public void endDocument () throws SAXException {
88 public void startPrefixMapping (String prefix, String uri) throws SAXException {
93 public void endPrefixMapping (String prefix) throws SAXException {
98 public void startElement (String uri, String localName, String qName, Attributes attributes) throws SAXException {
103 public void endElement (String uri, String localName, String qName) throws SAXException {
108 public void characters (char ch[], int start, int length) throws SAXException {
113 public void ignorableWhitespace (char ch[], int start, int length) throws SAXException {
118 public void processingInstruction (String target, String data) throws SAXException {
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DToXMLSAXHandler.java36 import org.xml.sax.SAXException;
89 public void indent(int n) throws SAXException
104 public boolean setEscaping(boolean escape) throws SAXException
148 throws SAXException
155 public void elementDecl(String arg0, String arg1) throws SAXException
163 throws SAXException
171 throws SAXException
179 public void endDocument() throws SAXException
195 protected void closeStartTag() throws SAXException
224 public void closeCDATA() throws SAXException
[all...]
H A DSerializationHandler.java32 import org.xml.sax.SAXException;
84 public boolean setEscaping(boolean escape) throws SAXException;
117 public void flushPending() throws SAXException;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/
H A DMTOMDecorator.java34 import org.xml.sax.SAXException;
73 public void startDocument(LocatorEx loc, NamespaceContext nsContext) throws SAXException {
77 public void endDocument() throws SAXException {
81 public void startElement(TagName tagName) throws SAXException {
99 public void endElement(TagName tagName) throws SAXException {
109 public void startPrefixMapping(String prefix, String nsUri) throws SAXException {
113 public void endPrefixMapping(String prefix) throws SAXException {
117 public void text( CharSequence pcdata ) throws SAXException {
H A DLoader.java38 import org.xml.sax.SAXException;
74 public void startElement(UnmarshallingContext.State state,TagName ea) throws SAXException {
88 public void childElement(UnmarshallingContext.State state, TagName ea) throws SAXException {
96 protected final void reportUnexpectedChildElement(TagName ea, boolean canRecover) throws SAXException {
129 public void text(UnmarshallingContext.State state, CharSequence text) throws SAXException {
147 public void leaveElement(UnmarshallingContext.State state, TagName ea) throws SAXException {
189 protected final void fireBeforeUnmarshal(JaxBeanInfo beanInfo, Object child, UnmarshallingContext.State state) throws SAXException {
208 protected final void fireAfterUnmarshal(JaxBeanInfo beanInfo, Object child, UnmarshallingContext.State state) throws SAXException {
225 protected static void handleGenericException(Exception e) throws SAXException {
229 public static void handleGenericException(Exception e, boolean canRecover) throws SAXException {
[all...]
H A DDomLoader.java33 import org.xml.sax.SAXException;
59 public State( UnmarshallingContext context ) throws SAXException {
69 } catch( SAXException e ) {
79 private void declarePrefixes( UnmarshallingContext context, String[] prefixes ) throws SAXException {
87 private void undeclarePrefixes( String[] prefixes ) throws SAXException {
99 public void startElement(UnmarshallingContext.State state, TagName ea) throws SAXException {
108 } catch (SAXException e) {
115 public void childElement(UnmarshallingContext.State state, TagName ea) throws SAXException {
123 public void text(UnmarshallingContext.State state, CharSequence text) throws SAXException {
129 } catch( SAXException
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/parser/
H A DXMLParser.java34 import org.xml.sax.SAXException;
58 * @exception SAXException
59 * If ErrorHandler throws a SAXException, this method
66 throws SAXException, IOException;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/
H A DSAXParserFactoryAdaptor.java30 import org.xml.sax.SAXException;
56 public SAXParser newSAXParser() throws ParserConfigurationException, SAXException {
75 public org.xml.sax.Parser getParser() throws SAXException {
79 public XMLReader getXMLReader() throws SAXException {
101 public void parse(InputSource input) throws IOException, SAXException {
105 public void parse(String systemId) throws IOException, SAXException {
/openjdk7/jaxp/src/org/xml/sax/helpers/
H A DXMLReaderAdapter.java45 import org.xml.sax.SAXException;
67 * with a {@link org.xml.sax.SAXException SAXException}; if the XMLReader
91 * @exception org.xml.sax.SAXException If the embedded driver
96 throws SAXException
148 * @exception org.xml.sax.SAXException Thrown unless overridden.
151 throws SAXException
218 * @exception org.xml.sax.SAXException If there is a problem
224 throws IOException, SAXException
240 * @exception org.xml.sax.SAXException I
[all...]
H A DXMLFilterImpl.java45 import org.xml.sax.SAXException;
347 * @exception org.xml.sax.SAXException Any SAX exception, possibly
354 throws SAXException, IOException
365 * @exception org.xml.sax.SAXException Any SAX exception, possibly
372 throws SAXException, IOException
390 * @exception org.xml.sax.SAXException The client may throw
397 throws SAXException, IOException
419 * @exception org.xml.sax.SAXException The client may throw
423 throws SAXException
438 * @exception org.xml.sax.SAXException Th
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DTrAXFilter.java44 import org.xml.sax.SAXException;
73 private void createParent() throws SAXException {
83 catch (SAXException e) {}
90 throw new SAXException(e);
93 throw new SAXException(e.toString());
104 public void parse (InputSource input) throws SAXException, IOException
114 } catch (SAXException e) {
115 throw new SAXException(e.toString());
128 public void parse (String systemId) throws SAXException, IOException
140 catch (SAXException
[all...]
H A DTransformerHandlerImpl.java45 import org.xml.sax.SAXException;
170 throws SAXException
179 public void startDocument() throws SAXException {
183 throw new SAXException(err.toString());
197 throw new SAXException(e);
233 public void endDocument() throws SAXException {
245 throw new SAXException(e);
265 throws SAXException
275 throws SAXException
285 throws SAXException
[all...]
/openjdk7/jaxp/src/javax/xml/parsers/
H A DSAXParser.java37 import org.xml.sax.SAXException;
126 * @throws SAXException If parse produces a SAX error.
133 throws SAXException, IOException {
156 * @throws SAXException If any SAX errors occur during processing.
164 throws SAXException, IOException {
184 * @throws SAXException If any SAX errors occur during processing.
189 throws SAXException, IOException {
209 * @throws SAXException If any SAX errors occur during processing.
217 throws SAXException, IOException {
239 * @throws SAXException I
[all...]
H A DDocumentBuilder.java40 import org.xml.sax.SAXException;
108 * @throws SAXException If any parse errors occur.
115 throws SAXException, IOException {
136 * @throws SAXException If any parse errors occur.
143 throws SAXException, IOException {
164 * @throws SAXException If any parse errors occur.
171 throws SAXException, IOException {
189 * @throws SAXException If any parse errors occur.
196 public Document parse(File f) throws SAXException, IOException {
219 * @throws SAXException I
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/txw2/output/
H A DIndentingXMLFilter.java30 import org.xml.sax.SAXException;
126 * @exception org.xml.sax.SAXException If there is an error
133 throws SAXException {
144 private void writeNewLine() throws SAXException {
164 * @exception org.xml.sax.SAXException If there is an error
170 throws SAXException
196 // * @exception org.xml.sax.SAXException If there is an error
203 // throws SAXException
220 * @exception org.xml.sax.SAXException If there is an error
226 throws SAXException
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DUtil.java28 import org.xml.sax.SAXException;
58 * Reconstructs {@link SAXException} from XNIException.
60 public static SAXException toSAXException(XNIException e) {
63 if( e.getException() instanceof SAXException )
64 return (SAXException)e.getException();
65 return new SAXException(e.getMessage(),e.getException());
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/digested/
H A DMain.java56 import org.xml.sax.SAXException;
69 public void error(SAXParseException e) throws SAXException {
92 if( e.getCause() instanceof SAXException ) {
93 SAXException se = (SAXException) e.getCause();
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DDOMBuilder.java173 protected void append(Node newNode) throws org.xml.sax.SAXException
205 throw new org.xml.sax.SAXException(
218 throw new org.xml.sax.SAXException(
272 public void startDocument() throws org.xml.sax.SAXException
287 public void endDocument() throws org.xml.sax.SAXException
318 throws org.xml.sax.SAXException
378 throw new org.xml.sax.SAXException(de);
403 throws org.xml.sax.SAXException
444 public void characters(char ch[], int start, int length) throws org.xml.sax.SAXException
480 throws org.xml.sax.SAXException
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/output/
H A DXmlOutputAbstractImpl.java36 import org.xml.sax.SAXException;
60 public void startDocument(XMLSerializer serializer, boolean fragment, int[] nsUriIndex2prefixIndex, NamespaceContextImpl nsContext) throws IOException, SAXException, XMLStreamException {
72 public void endDocument(boolean fragment) throws IOException, SAXException, XMLStreamException {
106 public abstract void endStartTag() throws IOException, SAXException;
108 public void endTag(Name name) throws IOException, SAXException, XMLStreamException {
111 public abstract void endTag(int prefix, String localName) throws IOException, SAXException, XMLStreamException;
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DIncrementalSAXSource.java28 import org.xml.sax.SAXException;
86 * @throws SAXException is parse thread is already in progress
89 public void startParse(InputSource source) throws SAXException;
H A DIncrementalSAXSource_Filter.java38 import org.xml.sax.SAXException;
228 throws org.xml.sax.SAXException
239 throws org.xml.sax.SAXException
250 throws org.xml.sax.SAXException
261 throws org.xml.sax.SAXException
272 throws org.xml.sax.SAXException
283 throws org.xml.sax.SAXException
305 throws org.xml.sax.SAXException
316 throws org.xml.sax.SAXException
331 throws org.xml.sax.SAXException
[all...]
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Data/src/com/sun/hotspot/igv/data/serialization/
H A DXMLParser.java33 import org.xml.sax.SAXException;
48 public static class MissingAttributeException extends SAXException {
65 protected P start() throws SAXException {
143 public String readRequiredAttribute(String name) throws SAXException {
160 public void startElement(ElementHandler<P, ?> parentElement, Attributes attr, ParseMonitor monitor) throws SAXException {
168 protected T start() throws SAXException {
172 protected void end(String text) throws SAXException {
176 public void endElement() throws SAXException {
200 public void startDocument() throws SAXException {
203 public void endDocument() throws SAXException {
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/parser/
H A DDOMBuilder.java37 import org.xml.sax.SAXException;
106 public void startDTD(String name, String publicId, String systemId) throws SAXException {}
108 public void endDTD() throws SAXException {}
110 public void startEntity(String name) throws SAXException {}
112 public void endEntity(String name) throws SAXException {}
114 public void startCDATA() throws SAXException {}
116 public void endCDATA() throws SAXException {}
118 public void comment(char[] ch, int start, int length) throws SAXException {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/unmarshaller/
H A DInfosetScanner.java34 import org.xml.sax.SAXException;
66 * @throws SAXException
67 * If the {@link ContentHandler} throws a {@link SAXException}.
71 void scan( XmlNode node ) throws SAXException;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DCompositeStructureBeanInfo.java39 import org.xml.sax.SAXException;
57 public CompositeStructure createInstance(UnmarshallingContext context) throws IllegalAccessException, InvocationTargetException, InstantiationException, SAXException {
61 public boolean reset(CompositeStructure o, UnmarshallingContext context) throws SAXException {
65 public String getId(CompositeStructure o, XMLSerializer target) throws SAXException {
74 public void serializeRoot(CompositeStructure o, XMLSerializer target) throws SAXException, IOException, XMLStreamException {
83 public void serializeURIs(CompositeStructure o, XMLSerializer target) throws SAXException {
87 public void serializeAttributes(CompositeStructure o, XMLSerializer target) throws SAXException, IOException, XMLStreamException {
91 public void serializeBody(CompositeStructure o, XMLSerializer target) throws SAXException, IOException, XMLStreamException {

Completed in 41 milliseconds

1234567891011>>