Searched refs:SAXException (Results 101 - 125 of 475) sorted by relevance

1234567891011>>

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DInternalBridge.java34 import org.xml.sax.SAXException;
52 abstract void marshal( T o, XMLSerializer out ) throws IOException, SAXException, XMLStreamException;
H A DFilterTransducer.java36 import org.xml.sax.SAXException;
68 public T parse(CharSequence lexical) throws AccessorException, SAXException {
72 public void writeText(XMLSerializer w, T o, String fieldName) throws IOException, SAXException, XMLStreamException, AccessorException {
76 public void writeLeafElement(XMLSerializer w, Name tagName, T o, String fieldName) throws IOException, SAXException, XMLStreamException, AccessorException {
H A DTransducer.java40 import org.xml.sax.SAXException;
102 * @throws SAXException
104 * and SAXException may thrown (or it can return null to recover.)
106 ValueT parse(CharSequence lexical) throws AccessorException, SAXException;
113 void writeText(XMLSerializer w, ValueT o, String fieldName) throws IOException, SAXException, XMLStreamException, AccessorException;
120 void writeLeafElement(XMLSerializer w, Name tagName, @NotNull ValueT o, String fieldName) throws IOException, SAXException, XMLStreamException, AccessorException;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/output/
H A DForkXmlOutput.java35 import org.xml.sax.SAXException;
51 public void startDocument(XMLSerializer serializer, boolean fragment, int[] nsUriIndex2prefixIndex, NamespaceContextImpl nsContext) throws IOException, SAXException, XMLStreamException {
57 public void endDocument(boolean fragment) throws IOException, SAXException, XMLStreamException {
75 public void endTag(Name name) throws IOException, SAXException, XMLStreamException {
90 public void endStartTag() throws IOException, SAXException {
95 public void endTag(int prefix, String localName) throws IOException, SAXException, XMLStreamException {
100 public void text(String value, boolean needsSeparatingWhitespace) throws IOException, SAXException, XMLStreamException {
105 public void text(Pcdata value, boolean needsSeparatingWhitespace) throws IOException, SAXException, XMLStreamException {
H A DXMLEventWriterOutput.java38 import org.xml.sax.SAXException;
60 public void startDocument(XMLSerializer serializer, boolean fragment, int[] nsUriIndex2prefixIndex, NamespaceContextImpl nsContext) throws IOException, SAXException, XMLStreamException {
66 public void endDocument(boolean fragment) throws IOException, SAXException, XMLStreamException {
105 public void endStartTag() throws IOException, SAXException {
109 public void endTag(int prefix, String localName) throws IOException, SAXException, XMLStreamException {
117 public void text(String value, boolean needsSeparatingWhitespace) throws IOException, SAXException, XMLStreamException {
123 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 DDefaultValueLoaderDecorator.java28 import org.xml.sax.SAXException;
45 public void startElement(UnmarshallingContext.State state, TagName ea) throws SAXException {
H A DValidatingUnmarshaller.java34 import org.xml.sax.SAXException;
66 public void startDocument(LocatorEx locator, NamespaceContext nsContext) throws SAXException {
73 public void endDocument() throws SAXException {
79 public void startElement(TagName tagName) throws SAXException {
90 public void endElement(TagName tagName ) throws SAXException {
95 public void startPrefixMapping(String prefix, String nsUri) throws SAXException {
100 public void endPrefixMapping(String prefix) throws SAXException {
105 public void text( CharSequence pcdata ) throws SAXException {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/dtdparser/
H A DExternalEntity.java30 import org.xml.sax.SAXException;
44 throws IOException, SAXException {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/parser/
H A DXSOMParser.java42 import org.xml.sax.SAXException;
107 public void parse( InputStream is ) throws SAXException {
120 public void parse( Reader reader ) throws SAXException {
127 public void parse( File schema ) throws SAXException, IOException {
134 public void parse( URL url ) throws SAXException {
141 public void parse( String systemId ) throws SAXException {
152 public void parse( InputSource source ) throws SAXException {
191 * @exception SAXException
195 public XSSchemaSet getResult() throws SAXException {
/openjdk7/jdk/test/java/beans/XMLDecoder/
H A DTest4864117.java42 import org.xml.sax.SAXException;
64 catch (SAXException exception) {
99 public void startDocument() throws SAXException {
110 public void startElement(String uri, String localName, String qName, Attributes attributes) throws SAXException {
115 throw new SAXException("unexpected element name: " + qName);
121 public void endElement(String uri, String localName, String qName) throws SAXException {
127 throw new SAXException("unexpected element name: " + qName);
132 public void characters(char[] ch, int start, int length) throws SAXException {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/jxc/gen/config/
H A DNGCCRuntime.java36 import org.xml.sax.SAXException;
218 private void processPendingText(boolean ignorable) throws SAXException {
229 public void processList( String str ) throws SAXException {
236 throws SAXException {
264 String uri, String localName, String qname,Attributes atts) throws SAXException {
270 public void onLeaveElementConsumed(String uri, String localName, String qname) throws SAXException {
280 throws SAXException {
304 public void characters(char[] ch, int start, int length) throws SAXException {
310 public void ignorableWhitespace(char[] ch, int start, int length) throws SAXException {
320 public void consumeAttribute(int index) throws SAXException {
[all...]
H A DNGCCInterleaveFilter.java29 import org.xml.sax.SAXException;
92 String uri, String localName, String qname,Attributes atts) throws SAXException {
107 public void leaveElement(String uri, String localName, String qname) throws SAXException {
115 public void enterAttribute(String uri, String localName, String qname) throws SAXException {
129 public void leaveAttribute(String uri, String localName, String qname) throws SAXException {
137 public void text(String value) throws SAXException {
205 String uri, String local, String qname, Attributes atts ) throws SAXException {
227 String uri, String local, String qname ) throws SAXException {
249 String uri, String local, String qname ) throws SAXException {
271 String uri, String local, String qname ) throws SAXException {
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/state/
H A DNGCCRuntime.java36 import org.xml.sax.SAXException;
218 private void processPendingText(boolean ignorable) throws SAXException {
229 public void processList( String str ) throws SAXException {
236 throws SAXException {
264 String uri, String localName, String qname,Attributes atts) throws SAXException {
270 public void onLeaveElementConsumed(String uri, String localName, String qname) throws SAXException {
280 throws SAXException {
304 public void characters(char[] ch, int start, int length) throws SAXException {
310 public void ignorableWhitespace(char[] ch, int start, int length) throws SAXException {
320 public void consumeAttribute(int index) throws SAXException {
[all...]
H A DNGCCInterleaveFilter.java29 import org.xml.sax.SAXException;
92 String uri, String localName, String qname,Attributes atts) throws SAXException {
107 public void leaveElement(String uri, String localName, String qname) throws SAXException {
115 public void enterAttribute(String uri, String localName, String qname) throws SAXException {
129 public void leaveAttribute(String uri, String localName, String qname) throws SAXException {
137 public void text(String value) throws SAXException {
205 String uri, String local, String qname, Attributes atts ) throws SAXException {
227 String uri, String local, String qname ) throws SAXException {
249 String uri, String local, String qname ) throws SAXException {
271 String uri, String local, String qname ) throws SAXException {
[all...]
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Data/src/com/sun/hotspot/igv/data/serialization/
H A DParser.java43 import org.xml.sax.SAXException;
108 protected GraphDocument start() throws SAXException {
116 protected Group start() throws SAXException {
133 protected void end(String text) throws SAXException {
142 protected void end(String text) throws SAXException {
150 protected InputMethod start() throws SAXException {
158 private InputMethod parseMethod(XMLParser.ElementHandler handler, Group group) throws SAXException {
164 throw new SAXException(e);
173 protected void end(String text) throws SAXException {
183 protected InputMethod start() throws SAXException {
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/tools/
H A DVocabularyGenerator.java43 import org.xml.sax.SAXException;
120 public void startDocument() throws SAXException {
123 public void endDocument() throws SAXException {
126 public void startPrefixMapping(String prefix, String uri) throws SAXException {
131 public void endPrefixMapping(String prefix) throws SAXException {
134 public void startElement(String namespaceURI, String localName, String qName, Attributes atts) throws SAXException {
149 public void endElement(String namespaceURI, String localName, String qName) throws SAXException {
152 public void characters(char[] ch, int start, int length) throws SAXException {
158 public void ignorableWhitespace(char[] ch, int start, int length) throws SAXException {
161 public void processingInstruction(String target, String data) throws SAXException {
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DErrorHandlerAdaptor.java66 import org.xml.sax.SAXException;
100 } catch( SAXException se ) {
109 } catch( SAXException se ) {
117 } catch( SAXException se ) {
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DErrorHandlerProxy.java25 import org.xml.sax.SAXException;
47 public void error(SAXParseException e) throws SAXException {
56 // REVISIT: is this OK? or should we try to wrap it into SAXException?
59 public void fatalError(SAXParseException e) throws SAXException {
69 public void warning(SAXParseException e) throws SAXException {
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/transforms/
H A DTransformSpi.java30 import org.xml.sax.SAXException;
65 * @throws SAXException
73 SAXException {
90 * @throws SAXException
98 SAXException {
120 * @throws SAXException
128 SAXException {
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/utils/
H A DIgnoreAllErrorHandler.java25 import org.xml.sax.SAXException;
52 public void warning(SAXParseException ex) throws SAXException {
63 public void error(SAXParseException ex) throws SAXException {
75 public void fatalError(SAXParseException ex) throws SAXException {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/util/
H A DSubtreeCutter.java32 import org.xml.sax.SAXException;
63 public void startDocument() throws SAXException {
90 public void startElement(String uri, String localName, String qName, Attributes atts) throws SAXException {
96 public void endElement(String namespaceURI, String localName, String qName) throws SAXException {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/reflect/
H A DDefaultTransducedAccessor.java36 import org.xml.sax.SAXException;
51 public abstract String print(T o) throws AccessorException, SAXException;
53 public void writeLeafElement(XMLSerializer w, Name tagName, T o, String fieldName) throws SAXException, AccessorException, IOException, XMLStreamException {
57 public void writeText(XMLSerializer w, T o, String fieldName) throws AccessorException, SAXException, IOException, XMLStreamException {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/marshaller/
H A DDataWriter.java37 import org.xml.sax.SAXException;
220 * @exception org.xml.sax.SAXException If there is an error
227 throws SAXException
253 * @exception org.xml.sax.SAXException If there is an error
259 throws SAXException
270 public void endDocument() throws SAXException {
274 throw new SAXException(e);
293 // * @exception org.xml.sax.SAXException If there is an error
300 // throws SAXException
317 * @exception org.xml.sax.SAXException I
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/
H A DForkingFilter.java34 import org.xml.sax.SAXException;
91 public void startDocument() throws SAXException {
103 public void endDocument() throws SAXException {
110 public void startPrefixMapping(String prefix, String uri) throws SAXException {
120 public void endPrefixMapping(String prefix) throws SAXException {
130 public void startElement(String uri, String localName, String qName, Attributes atts) throws SAXException {
141 public void startForking(String uri, String localName, String qName, Attributes atts, ContentHandler side) throws SAXException {
154 public void endElement(String uri, String localName, String qName) throws SAXException {
169 public void characters(char ch[], int start, int length) throws SAXException {
176 public void ignorableWhitespace(char ch[], int start, int length) throws SAXException {
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/runtime/
H A DStringValueHandler.java26 import org.xml.sax.SAXException;
44 throws SAXException
69 public void characters(String characters) throws SAXException {
86 public void startElement(String qname) throws SAXException {
90 public void endElement(String qname) throws SAXException {

Completed in 152 milliseconds

1234567891011>>