HomeSort by relevance Sort by last modified time
    Searched refs:SAXException (Results 76 - 100 of 1555) sorted by null

1 2 34 5 6 7 8 91011>>

  /libcore/luni/src/main/java/javax/xml/validation/
SchemaFactory.java 28 import org.xml.sax.SAXException;
393 * by throwing {@link SAXException} from the handler. Or for example
405 * throw {@link SAXException} without first reporting it to
417 * public void fatalError( {@link org.xml.sax.SAXParseException} e ) throws {@link SAXException} {
420 * public void error( {@link org.xml.sax.SAXParseException} e ) throws {@link SAXException} {
423 * public void warning( {@link org.xml.sax.SAXParseException} e ) throws {@link SAXException} {
523 * @throws SAXException If a SAX error occurs during parsing.
526 public Schema newSchema(Source schema) throws SAXException {
539 * @throws SAXException If a SAX error occurs during parsing.
542 public Schema newSchema(File schema) throws SAXException {
    [all...]
Validator.java 26 import org.xml.sax.SAXException;
91 public void validate(Source source) throws SAXException, IOException {
181 * @throws SAXException
182 * If the {@link ErrorHandler} throws a {@link SAXException} or
197 public abstract void validate(Source source, Result result) throws SAXException, IOException;
211 * by throwing {@link SAXException} from the handler. Or for example
222 * throw {@link SAXException} without first reporting it to
230 * public void fatalError( {@link org.xml.sax.SAXParseException} e ) throws {@link SAXException} {
233 * public void error( {@link org.xml.sax.SAXParseException} e ) throws {@link SAXException} {
236 * public void warning( {@link org.xml.sax.SAXParseException} e ) throws {@link SAXException} {
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
TransformerIdentityImpl.java 64 import org.xml.sax.SAXException;
399 catch (SAXException se)
439 } catch (SAXException se) {
446 } catch (org.xml.sax.SAXException se) {
471 catch (org.xml.sax.SAXException se){}
500 catch (org.xml.sax.SAXException se)
820 * @throws org.xml.sax.SAXException Any SAX exception, possibly
824 * @throws SAXException
827 throws SAXException
845 * @throws org.xml.sax.SAXException Any SAX exception, possibl
    [all...]
  /libcore/luni/src/main/java/javax/xml/parsers/
SAXParser.java 29 import org.xml.sax.SAXException;
118 * @throws SAXException If parse produces a SAX error.
125 throws SAXException, IOException {
148 * @throws SAXException If any SAX errors occur during processing.
156 throws SAXException, IOException {
176 * @throws SAXException If any SAX errors occur during processing.
181 throws SAXException, IOException {
201 * @throws SAXException If any SAX errors occur during processing.
209 throws SAXException, IOException {
231 * @throws SAXException If any SAX errors occur during processing
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorGlobalParamDecl.java 43 * @throws org.xml.sax.SAXException Any SAX exception, possibly
48 throws org.xml.sax.SAXException
68 throws org.xml.sax.SAXException
ProcessorGlobalVariableDecl.java 43 * @throws org.xml.sax.SAXException Any SAX exception, possibly
48 throws org.xml.sax.SAXException
68 throws org.xml.sax.SAXException
ProcessorText.java 43 * @throws org.xml.sax.SAXException Any SAX exception, possibly
48 throws org.xml.sax.SAXException
73 throws org.xml.sax.SAXException
ProcessorTemplate.java 41 * @throws org.xml.sax.SAXException Any SAX exception, possibly
46 throws org.xml.sax.SAXException
ProcessorTemplateElem.java 50 throws org.xml.sax.SAXException
83 throw new org.xml.sax.SAXException(te);
95 * @throws org.xml.sax.SAXException Any SAX exception, possibly
100 throws org.xml.sax.SAXException
121 throws org.xml.sax.SAXException
ProcessorAttributeSet.java 62 throws org.xml.sax.SAXException
74 throw new org.xml.sax.SAXException(te);
101 throws org.xml.sax.SAXException
  /external/apache-xml/src/main/java/org/apache/xml/utils/
DefaultErrorHandler.java 34 import org.xml.sax.SAXException;
114 * @throws SAXException Any SAX exception, possibly
117 public void warning(SAXParseException exception) throws SAXException
143 * @throws SAXException Any SAX exception, possibly
146 public void error(SAXParseException exception) throws SAXException
170 * @throws SAXException Any SAX exception, possibly
173 public void fatalError(SAXParseException exception) throws SAXException
300 else if(cause instanceof SAXException)
301 cause = ((SAXException)cause).getException();
342 else if(cause instanceof SAXException)
    [all...]
  /external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/xml/
LocalEntityResolver.java 19 import org.xml.sax.SAXException;
33 throws SAXException, IOException {
  /external/testng/src/test/java/test/yaml/
YamlTest.java 8 import org.xml.sax.SAXException;
32 throws ParserConfigurationException, SAXException, IOException {
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/support/
MockResolver.java 25 import org.xml.sax.SAXException;
43 throws SAXException, IOException {
  /libcore/luni/src/main/java/org/apache/harmony/xml/
ExpatParser.java 33 import org.xml.sax.SAXException;
136 long attributePointer, int attributeCount) throws SAXException {
157 throws SAXException {
164 /*package*/ void text(char[] text, int length) throws SAXException {
171 /*package*/ void comment(char[] text, int length) throws SAXException {
178 /*package*/ void startCdata() throws SAXException {
185 /*package*/ void endCdata() throws SAXException {
193 throws SAXException {
200 /*package*/ void endNamespace(String prefix) throws SAXException {
208 throws SAXException {
    [all...]
  /libcore/luni/src/main/java/org/xml/sax/
XMLReader.java 96 * } catch (SAXException e) {
109 * } catch (SAXException e) {
366 * @exception org.xml.sax.SAXException Any SAX exception, possibly
379 throws IOException, SAXException;
397 * @exception org.xml.sax.SAXException Any SAX exception, possibly
405 throws IOException, SAXException;
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/helpers/
XMLFilterImplTest.java 34 import org.xml.sax.SAXException;
188 } catch (SAXException e) {
203 } catch (SAXException e) {
214 } catch (SAXException e) {
229 } catch (SAXException e) {
249 } catch (SAXException e) {
262 } catch (SAXException e) {
274 } catch (SAXException e) {
287 } catch (SAXException e) {
316 } catch (SAXException e)
    [all...]
  /prebuilts/tools/common/m2/repository/xml-resolver/xml-resolver/1.2/
xml-resolver-1.2.jar 
  /external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
SAXParserImpl.java 43 throws SAXException
63 throws SAXException
74 } catch (SAXException sex) { // should never happen... so:
83 } catch (SAXException sex) { // should never happen... so:
  /prebuilts/devtools/tools/lib/
dvlib.jar 
  /prebuilts/gradle-plugin/com/android/tools/dvlib/22.9.2/
dvlib-22.9.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/dvlib/23.0.1/
dvlib-23.0.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/dvlib/23.0.2/
dvlib-23.0.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/dvlib/23.1.0/
dvlib-23.1.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/dvlib/23.1.3/
dvlib-23.1.3.jar 

Completed in 1054 milliseconds

1 2 34 5 6 7 8 91011>>