Searched refs:XNIException (Results 1 - 25 of 93) sorted by relevance

1234

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xni/
H A DXMLDTDContentModelHandler.java140 * @throws XNIException Thrown by handler to signal an error.
143 throws XNIException;
151 * @throws XNIException Thrown by handler to signal an error.
156 public void any(Augmentations augmentations) throws XNIException;
161 * @throws XNIException Thrown by handler to signal an error.
169 public void empty(Augmentations augmentations) throws XNIException;
180 * @throws XNIException Thrown by handler to signal an error.
185 public void startGroup(Augmentations augmentations) throws XNIException;
195 * @throws XNIException Thrown by handler to signal an error.
199 public void pcdata(Augmentations augmentations) throws XNIException;
[all...]
H A DXMLDocumentFragmentHandler.java60 * @throws XNIException Thrown by handler to signal an error.
65 throws XNIException;
83 * @throws XNIException Thrown by handler to signal an error.
88 Augmentations augmentations) throws XNIException;
106 * @throws XNIException Thrown by handler to signal an error.
109 Augmentations augmentations) throws XNIException;
121 * @throws XNIException Thrown by handler to signal an error.
124 throws XNIException;
133 * @throws XNIException Thrown by application to signal an error.
136 throws XNIException;
[all...]
H A DXMLDocumentHandler.java64 * @exception XNIException
70 throws XNIException;
83 * @exception XNIException
87 throws XNIException;
100 * @exception XNIException
104 throws XNIException;
112 * @exception XNIException
115 public void comment(XMLString text, Augmentations augs) throws XNIException;
132 * @exception XNIException
136 throws XNIException;
[all...]
H A DXNIException.java35 * @version $Id: XNIException.java,v 1.6 2010-11-01 04:40:19 joehw Exp $
37 public class XNIException class in inherits:RuntimeException
59 public XNIException(String message) { method in class:XNIException
68 public XNIException(Exception exception) { method in class:XNIException
79 public XNIException(String message, Exception exception) { method in class:XNIException
H A DXMLDTDHandler.java72 * @throws XNIException Thrown by handler to signal an error.
75 throws XNIException;
90 * @throws XNIException Thrown by handler to signal an error.
95 Augmentations augmentations) throws XNIException;
109 * @throws XNIException Thrown by handler to signal an error.
112 Augmentations augmentations) throws XNIException;
122 * @throws XNIException Thrown by handler to signal an error.
125 throws XNIException;
134 * @exception XNIException
139 throws XNIException;
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xni/parser/
H A DXMLErrorHandler.java23 import com.sun.org.apache.xerces.internal.xni.XNIException;
54 * @throws XNIException Thrown to signal that the parser should stop
58 XMLParseException exception) throws XNIException;
73 * @throws XNIException Thrown to signal that the parser should stop
77 XMLParseException exception) throws XNIException;
85 * throw an <code>XNIException</code> from this method. This exception
100 * @throws XNIException Thrown to signal that the parser should stop
104 XMLParseException exception) throws XNIException;
H A DXMLDocumentScanner.java24 import com.sun.org.apache.xerces.internal.xni.XNIException;
72 throws IOException, XNIException;
74 public int next() throws XNIException, IOException;
H A DXMLDTDScanner.java24 import com.sun.org.apache.xerces.internal.xni.XNIException;
80 throws IOException, XNIException;
96 throws IOException, XNIException;
H A DXMLPullParserConfiguration.java25 import com.sun.org.apache.xerces.internal.xni.XNIException;
80 * @exception XNIException Any XNI exception, possibly wrapping
88 public boolean parse(boolean complete) throws XNIException, IOException;
H A DXMLEntityResolver.java25 import com.sun.org.apache.xerces.internal.xni.XNIException;
53 * @throws XNIException Thrown on general error.
59 throws XNIException, IOException;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DDefaultXMLDocumentHandler.java37 import com.sun.org.apache.xerces.internal.xni.XNIException;
73 * @exception XNIException
78 throws XNIException {
92 * @exception XNIException
96 throws XNIException {
110 * @exception XNIException
114 throws XNIException {
123 * @exception XNIException
126 public void comment(XMLString text, Augmentations augs) throws XNIException {
144 * @exception XNIException
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/parsers/
H A DAbstractXMLDocumentParser.java33 import com.sun.org.apache.xerces.internal.xni.XNIException;
114 * @throws XNIException Thrown by handler to signal an error.
119 throws XNIException {
133 * @throws XNIException Thrown by handler to signal an error.
136 throws XNIException {
149 * @throws XNIException Thrown by handler to signal an error.
152 throws XNIException {
164 * @throws XNIException Thrown by handler to signal an error.
167 throws XNIException {
177 * @throws XNIException Throw
[all...]
H A DDTDParser.java31 import com.sun.org.apache.xerces.internal.xni.XNIException;
97 * @throws XNIException Thrown by handler to signal an error.
100 String encoding) throws XNIException {
113 * @throws XNIException Thrown by handler to signal an error.
115 public void textDecl(String version, String encoding) throws XNIException {
121 * @throws XNIException Thrown by handler to signal an error.
124 throws XNIException {
132 * @throws XNIException Thrown by application to signal an error.
134 public void comment(XMLString text, Augmentations augmentations) throws XNIException {
151 * @throws XNIException Throw
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DDOMDocumentHandler.java26 import com.sun.org.apache.xerces.internal.xni.XNIException;
54 * @exception XNIException Thrown by handler to signal an error.
56 public void doctypeDecl(DocumentType node) throws XNIException;
58 public void characters(Text node) throws XNIException;
60 public void cdata(CDATASection node) throws XNIException;
67 * @exception XNIException Thrown by application to signal an error.
69 public void comment(Comment node) throws XNIException;
84 * @exception XNIException Thrown by handler to signal an error.
86 public void processingInstruction(ProcessingInstruction node) throws XNIException;
H A DDOMResultAugmentor.java41 import com.sun.org.apache.xerces.internal.xni.XNIException;
95 public void doctypeDecl(DocumentType node) throws XNIException {}
97 public void characters(Text node) throws XNIException {}
99 public void cdata(CDATASection node) throws XNIException {}
101 public void comment(Comment node) throws XNIException {}
104 throws XNIException {}
112 throws XNIException {}
115 Augmentations augs) throws XNIException {}
118 String systemId, Augmentations augs) throws XNIException {}
120 public void comment(XMLString text, Augmentations augs) throws XNIException {}
[all...]
H A DDOMResultBuilder.java47 import com.sun.org.apache.xerces.internal.xni.XNIException;
143 public void doctypeDecl(DocumentType node) throws XNIException {
179 public void characters(Text node) throws XNIException {
184 public void cdata(CDATASection node) throws XNIException {
189 public void comment(Comment node) throws XNIException {
195 throws XNIException {
210 throws XNIException {}
213 Augmentations augs) throws XNIException {}
216 String systemId, Augmentations augs) throws XNIException {}
218 public void comment(XMLString text, Augmentations augs) throws XNIException {}
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xpointer/
H A DXPointerPart.java25 import com.sun.org.apache.xerces.internal.xni.XNIException;
53 * @throws XNIException Thrown if the PointerPart string does not conform to
57 public void parseXPointer(String part) throws XNIException;
71 * @throws XNIException Thrown to signal an error
75 Augmentations augs, int event) throws XNIException;
83 * @throws XNIException Thrown to signal an error
86 public boolean isFragmentResolved() throws XNIException;
94 * @throws XNIException Thrown to signal an error
97 public boolean isChildFragmentResolved() throws XNIException;
H A DXPointerProcessor.java26 import com.sun.org.apache.xerces.internal.xni.XNIException;
56 * @throws XNIException Thrown if the xpointer string does not conform to
61 public void parseXPointer(String xpointer) throws XNIException;
76 * @throws XNIException Thrown to signal an error
80 Augmentations augs, int event) throws XNIException;
88 * @throws XNIException Thrown to signal an error
91 public boolean isFragmentResolved() throws XNIException;
99 * @throws XNIException Thrown to signal an error
102 public boolean isXPointerResolved() throws XNIException;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLEntityHandler.java67 import com.sun.org.apache.xerces.internal.xni.XNIException;
100 * @throws XNIException Thrown by handler to signal an error.
104 String encoding, Augmentations augs) throws XNIException;
115 * @throws XNIException Thrown by handler to signal an error.
117 public void endEntity(String name, Augmentations augs) throws IOException, XNIException;
H A DExternalSubsetResolver.java25 import com.sun.org.apache.xerces.internal.xni.XNIException;
59 * @throws XNIException Thrown on general error.
64 throws XNIException, IOException;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DXMLDocumentFilterImpl.java71 import com.sun.org.apache.xerces.internal.xni.XNIException;
112 public void characters(XMLString text, Augmentations augs) throws XNIException {
116 public void comment(XMLString text, Augmentations augs) throws XNIException {
121 throws XNIException {
125 public void emptyElement(QName element, XMLAttributes attributes, Augmentations augs) throws XNIException {
129 public void endCDATA(Augmentations augs) throws XNIException {
133 public void endDocument(Augmentations augs) throws XNIException {
137 public void endElement(QName element, Augmentations augs) throws XNIException {
141 public void endGeneralEntity(String name, Augmentations augs) throws XNIException {
145 public void ignorableWhitespace(XMLString text, Augmentations augs) throws XNIException {
[all...]
H A DTeeXMLDocumentFilterImpl.java71 import com.sun.org.apache.xerces.internal.xni.XNIException;
130 public void characters(XMLString text, Augmentations augs) throws XNIException {
135 public void comment(XMLString text, Augmentations augs) throws XNIException {
141 throws XNIException {
146 public void emptyElement(QName element, XMLAttributes attributes, Augmentations augs) throws XNIException {
151 public void endCDATA(Augmentations augs) throws XNIException {
156 public void endDocument(Augmentations augs) throws XNIException {
161 public void endElement(QName element, Augmentations augs) throws XNIException {
166 public void endGeneralEntity(String name, Augmentations augs) throws XNIException {
171 public void ignorableWhitespace(XMLString text, Augmentations augs) throws XNIException {
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/
H A DUnparsedEntityHandler.java32 import com.sun.org.apache.xerces.internal.xni.XNIException;
65 throws XNIException {
74 Augmentations augmentations) throws XNIException {
81 Augmentations augmentations) throws XNIException {
88 throws XNIException {
95 Augmentations augmentations) throws XNIException {
102 throws XNIException {
109 throws XNIException {
116 Augmentations augmentations) throws XNIException {
123 Augmentations augmentations) throws XNIException {
[all...]
H A DTeeXMLDocumentFilterImpl.java31 import com.sun.org.apache.xerces.internal.xni.XNIException;
89 public void characters(XMLString text, Augmentations augs) throws XNIException {
94 public void comment(XMLString text, Augmentations augs) throws XNIException {
100 throws XNIException {
105 public void emptyElement(QName element, XMLAttributes attributes, Augmentations augs) throws XNIException {
110 public void endCDATA(Augmentations augs) throws XNIException {
115 public void endDocument(Augmentations augs) throws XNIException {
120 public void endElement(QName element, Augmentations augs) throws XNIException {
125 public void endGeneralEntity(String name, Augmentations augs) throws XNIException {
130 public void ignorableWhitespace(XMLString text, Augmentations augs) throws XNIException {
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/
H A DBalancedDTDGrammar.java27 import com.sun.org.apache.xerces.internal.xni.XNIException;
79 * @throws XNIException Thrown by handler to signal an error.
82 throws XNIException {
96 * @throws XNIException Thrown by handler to signal an error.
101 public final void startGroup(Augmentations augs) throws XNIException {
115 * @throws XNIException Thrown by handler to signal an error.
119 public final void pcdata(Augmentations augs) throws XNIException {
130 * @throws XNIException Thrown by handler to signal an error.
132 public final void element(String elementName, Augmentations augs) throws XNIException {
143 * @throws XNIException Throw
[all...]

Completed in 58 milliseconds

1234