Searched refs:SAXException (Results 201 - 225 of 475) sorted by relevance

1234567891011>>

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/state/
H A Dredefine.java28 import org.xml.sax.SAXException;
71 private void action0()throws SAXException {
81 private void action1()throws SAXException {
91 private void action2()throws SAXException {
101 private void action3()throws SAXException {
111 private void action4()throws SAXException {
115 public void enterElement(String $__uri, String $__local, String $__qname, Attributes $attrs) throws SAXException {
227 public void leaveElement(String $__uri, String $__local, String $__qname) throws SAXException {
274 public void enterAttribute(String $__uri, String $__local, String $__qname) throws SAXException {
309 public void leaveAttribute(String $__uri, String $__local, String $__qname) throws SAXException {
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/jxc/gen/config/
H A DConfig.java28 import org.xml.sax.SAXException;
63 private void action0()throws SAXException {
67 private void action1()throws SAXException {
71 public void enterElement(String $__uri, String $__local, String $__qname, Attributes $attrs) throws SAXException {
146 public void leaveElement(String $__uri, String $__local, String $__qname) throws SAXException {
193 public void enterAttribute(String $__uri, String $__local, String $__qname) throws SAXException {
228 public void leaveAttribute(String $__uri, String $__local, String $__qname) throws SAXException {
263 public void text(String $value) throws SAXException {
295 public void onChildCompleted(Object result, int cookie, boolean needAttCheck)throws SAXException {
H A DSchema.java28 import org.xml.sax.SAXException;
60 private void action0()throws SAXException {
64 public void enterElement(String $__uri, String $__local, String $__qname, Attributes $attrs) throws SAXException {
118 public void leaveElement(String $__uri, String $__local, String $__qname) throws SAXException {
172 public void enterAttribute(String $__uri, String $__local, String $__qname) throws SAXException {
213 public void leaveAttribute(String $__uri, String $__local, String $__qname) throws SAXException {
264 public void text(String $value) throws SAXException {
312 public void onChildCompleted(Object result, int cookie, boolean needAttCheck)throws SAXException {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/property/
H A DAttributeProperty.java45 import org.xml.sax.SAXException;
85 public void serializeAttributes(BeanT o, XMLSerializer w) throws SAXException, AccessorException, IOException, XMLStreamException {
91 public void serializeURIs(BeanT o, XMLSerializer w) throws AccessorException, SAXException {
112 public String getIdValue(BeanT bean) throws AccessorException, SAXException {
H A DValueProperty.java45 import org.xml.sax.SAXException;
70 public final void serializeBody(BeanT o, XMLSerializer w, Object outerPeer) throws SAXException, AccessorException, IOException, XMLStreamException {
75 public void serializeURIs(BeanT o, XMLSerializer w) throws SAXException, AccessorException {
96 public String getIdValue(BeanT bean) throws AccessorException, SAXException {
H A DArrayElementLeafProperty.java39 import org.xml.sax.SAXException;
65 public void serializeItem(JaxBeanInfo bi, ItemT item, XMLSerializer w) throws SAXException, AccessorException, IOException, XMLStreamException {
H A DArrayElementNodeProperty.java37 import org.xml.sax.SAXException;
50 public void serializeItem(JaxBeanInfo expected, ItemT item, XMLSerializer w) throws SAXException, IOException, XMLStreamException {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/
H A DFastInfosetConnector.java35 import org.xml.sax.SAXException;
126 } catch (SAXException e) {
139 private void handleStartElement() throws SAXException {
154 private void handleFragmentedCharacters() throws XMLStreamException, SAXException {
186 private void handleEndElement() throws SAXException {
240 private void processNonIgnorableText() throws SAXException {
259 private void processIgnorableText() throws SAXException {
281 private void processBufferedText(boolean ignorable) throws SAXException {
288 private void processUnreportedText() throws SAXException {
H A DStAXExConnector.java32 import org.xml.sax.SAXException;
53 protected void handleCharacters() throws XMLStreamException, SAXException {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/txw2/output/
H A DDomSerializer.java35 import org.xml.sax.SAXException;
262 public void comment(char ch[], int start, int length) throws SAXException {
271 public void processingInstruction(String target, String data) throws org.xml.sax.SAXException{
292 public void startDTD(String name, String publicId, String systemId) throws SAXException {
295 public void endDTD() throws SAXException {
298 public void startEntity(String name) throws SAXException {
301 public void endEntity(String name) throws SAXException {
304 public void startCDATA() throws SAXException {
308 public void endCDATA() throws SAXException {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/model/wsdl/
H A DWSDLModel.java37 import org.xml.sax.SAXException;
133 * @throws org.xml.sax.SAXException
135 public static @NotNull WSDLModel parse(XMLEntityResolver.Parser wsdlEntityParser, XMLEntityResolver resolver, boolean isClientSide, WSDLParserExtension... extensions) throws IOException, XMLStreamException, SAXException {
150 * @throws org.xml.sax.SAXException
152 public static @NotNull WSDLModel parse(XMLEntityResolver.Parser wsdlEntityParser, XMLEntityResolver resolver, boolean isClientSide, @NotNull Container container, WSDLParserExtension... extensions) throws IOException, XMLStreamException, SAXException {
169 * @throws org.xml.sax.SAXException
171 public static @NotNull WSDLModel parse(XMLEntityResolver.Parser wsdlEntityParser, XMLEntityResolver resolver, boolean isClientSide, @NotNull Container container, PolicyResolver policyResolver, WSDLParserExtension... extensions) throws IOException, XMLStreamException, SAXException {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/dtd/
H A DTDTDReader.java69 import org.xml.sax.SAXException;
133 } catch (SAXException e) {
172 public void startDTD(InputEntity entity) throws SAXException {
175 public void endDTD() throws SAXException {
292 public void attributeDecl(String elementName, String attributeName, String attributeType, String[] enumeration, short attributeUse, String defaultValue) throws SAXException {
301 throws SAXException {
347 public void startContentModel(String elementName, short contentModelType) throws SAXException {
352 public void endContentModel(String elementName, short contentModelType) throws SAXException {
363 public void startModelGroup() throws SAXException {
367 public void endModelGroup(short occurence) throws SAXException {
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/
H A DNGCCRuntimeEx.java45 import org.xml.sax.SAXException;
132 public void checkDoubleDefError( XSDeclaration c ) throws SAXException {
159 public void reportError( String msg, Locator loc ) throws SAXException {
162 public void reportError( String msg ) throws SAXException {
180 private InputSource resolveRelativeURL( String namespaceURI, String relativeUri ) throws SAXException {
221 public void includeSchema( String schemaLocation ) throws SAXException {
239 public void importSchema( String ns, String schemaLocation ) throws SAXException {
325 throws SAXException {
337 } catch( SAXException e ) {
372 throws SAXException {
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DIncrementalSAXSource_Xerces.java36 import org.xml.sax.SAXException;
264 * @throws SAXException is parse thread is already in progress
267 public void startParse(InputSource source) throws SAXException
270 throw new SAXException(XMLMessages.createXMLMessage(XMLErrorResources.ER_STARTPARSE_NEEDS_SAXPARSER, null)); //"startParse needs a non-null SAXParser.");
272 throw new SAXException(XMLMessages.createXMLMessage(XMLErrorResources.ER_STARTPARSE_WHILE_PARSING, null)); //"startParse may not be called while parsing.");
282 throw new SAXException(ex);
286 throw new SAXException(XMLMessages.createXMLMessage(XMLErrorResources.ER_COULD_NOT_INIT_PARSER, null)); //"could not initialize parser with");
314 } catch (SAXException ex) {
319 arg = new SAXException(ex);
326 throws SAXException, IOExceptio
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DJaxBeanInfo.java51 import org.xml.sax.SAXException;
303 public abstract BeanT createInstance(UnmarshallingContext context) throws IllegalAccessException, InvocationTargetException, InstantiationException, SAXException;
323 * @throws SAXException
324 * as a result of reporting an error, the context may throw a {@link SAXException}.
326 public abstract boolean reset( BeanT o, UnmarshallingContext context ) throws SAXException;
332 public abstract String getId(BeanT o, XMLSerializer target) throws SAXException;
337 public abstract void serializeBody( BeanT o, XMLSerializer target ) throws SAXException, IOException, XMLStreamException;
342 public abstract void serializeAttributes( BeanT o, XMLSerializer target ) throws SAXException, IOException, XMLStreamException;
364 public abstract void serializeRoot( BeanT o, XMLSerializer target ) throws SAXException, IOException, XMLStreamException;
370 public abstract void serializeURIs( BeanT o, XMLSerializer target ) throws SAXException;
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/parsers/
H A DAbstractSAXParser.java61 import org.xml.sax.SAXException;
292 catch (SAXException e) {
342 catch (SAXException e) {
396 catch (SAXException e) {
432 catch (SAXException e) {
510 catch (SAXException e) {
546 catch (SAXException e) {
578 catch (SAXException e) {
613 catch (SAXException e) {
633 catch (SAXException
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DSAX2XNI.java74 import org.xml.sax.SAXException;
108 public void startDocument() throws SAXException {
132 public void endDocument() throws SAXException {
140 public void startElement( String uri, String local, String qname, Attributes att ) throws SAXException {
148 public void endElement( String uri, String local, String qname ) throws SAXException {
156 public void characters( char[] buf, int offset, int len ) throws SAXException {
164 public void ignorableWhitespace( char[] buf, int offset, int len ) throws SAXException {
181 public void processingInstruction( String target, String data ) throws SAXException {
/openjdk7/jaxp/src/javax/xml/parsers/
H A DSAXParserFactory.java30 import org.xml.sax.SAXException;
189 * @throws SAXException for SAX errors.
193 throws ParserConfigurationException, SAXException;
400 * Such configuration will cause a {@link SAXException}
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/istack/internal/
H A DXMLStreamReaderToContentHandler.java29 import org.xml.sax.SAXException;
187 } catch (SAXException e) {
192 private void handleEndDocument() throws SAXException {
199 private void handleStartDocument() throws SAXException {
225 } catch (SAXException e) {
236 } catch (SAXException e) {
264 } catch (SAXException e) {
294 } catch (SAXException e) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/
H A DPlugin.java38 import org.xml.sax.SAXException;
237 * @throws SAXException
244 Outline outline, Options opt, ErrorHandler errorHandler ) throws SAXException ;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/dtd/bindinfo/
H A DDTDExtensionBindingChecker.java34 import org.xml.sax.SAXException;
73 throws SAXException {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/internalizer/
H A DDOMForestParser.java37 import org.xml.sax.SAXException;
74 throws SAXException, IOException {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/unmarshaller/
H A DDOMScanner.java45 import org.xml.sax.SAXException;
86 public void scan(Object node) throws SAXException {
94 public void scan( Document doc ) throws SAXException {
98 public void scan( Element e) throws SAXException {
131 public void parse( Element e, ContentHandler handler ) throws SAXException {
152 public void parseWithContext( Element e, ContentHandler handler ) throws SAXException {
184 public void visit( Element e ) throws SAXException {
255 private void visit( Node n ) throws SAXException {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/reflect/opt/
H A DTransducedAccessor_field_Integer.java39 import org.xml.sax.SAXException;
65 public void writeLeafElement(XMLSerializer w, Name tagName, Object o, String fieldName) throws SAXException, AccessorException, IOException, XMLStreamException {
H A DTransducedAccessor_method_Integer.java39 import org.xml.sax.SAXException;
65 public void writeLeafElement(XMLSerializer w, Name tagName, Object o, String fieldName) throws SAXException, AccessorException, IOException, XMLStreamException {

Completed in 59 milliseconds

1234567891011>>