Searched defs:sax (Results 1 - 25 of 75) sorted by relevance

123

/libcore/luni/src/main/java/org/xml/sax/
H A DSAXNotRecognizedException.java7 package org.xml.sax;
27 * @see org.xml.sax.SAXNotSupportedException
H A DSAXNotSupportedException.java7 package org.xml.sax;
27 * @see org.xml.sax.SAXNotRecognizedException
H A DEntityResolver.java6 package org.xml.sax;
24 * {@link org.xml.sax.XMLReader#setEntityResolver setEntityResolver}
41 * import org.xml.sax.EntityResolver;
42 * import org.xml.sax.InputSource;
66 * @see org.xml.sax.XMLReader#setEntityResolver
67 * @see org.xml.sax.InputSource
106 * @exception org.xml.sax.SAXException Any SAX exception, possibly
111 * @see org.xml.sax.InputSource
H A DXMLFilter.java7 package org.xml.sax;
26 * for creating SAX2 filters, by passing on all {@link org.xml.sax.EntityResolver
27 * EntityResolver}, {@link org.xml.sax.DTDHandler DTDHandler},
28 * {@link org.xml.sax.ContentHandler ContentHandler} and {@link org.xml.sax.ErrorHandler
34 * @see org.xml.sax.helpers.XMLFilterImpl
H A DAttributeList.java6 package org.xml.sax;
19 * attributes. Unlike the new {@link org.xml.sax.Attributes Attributes}
23 * {@link org.xml.sax.DocumentHandler#startElement startElement}
28 * {@link org.xml.sax.helpers.AttributeListImpl AttributeListImpl}
64 * {@link org.xml.sax.Attributes Attributes}
69 * @see org.xml.sax.DocumentHandler#startElement startElement
70 * @see org.xml.sax.helpers.AttributeListImpl AttributeListImpl
H A DDTDHandler.java6 package org.xml.sax;
34 * (If the {@link org.xml.sax.ext.LexicalHandler LexicalHandler} is
48 * @see org.xml.sax.XMLReader#setDTDHandler
75 * @exception org.xml.sax.SAXException Any SAX exception, possibly
78 * @see org.xml.sax.Attributes
99 * @exception org.xml.sax.SAXException Any SAX exception, possibly
107 * @see org.xml.sax.Attributes
H A DErrorHandler.java6 package org.xml.sax;
22 * {@link org.xml.sax.XMLReader#setErrorHandler setErrorHandler}
46 * @see org.xml.sax.XMLReader#setErrorHandler
47 * @see org.xml.sax.SAXParseException
69 * @exception org.xml.sax.SAXException Any SAX exception, possibly
71 * @see org.xml.sax.SAXParseException
98 * @exception org.xml.sax.SAXException Any SAX exception, possibly
100 * @see org.xml.sax.SAXParseException
111 * org.xml.sax.ContentHandler#endDocument}. Until this ambiguity
130 * @exception org.xml.sax
[all...]
H A DLocator.java6 package org.xml.sax;
22 * handler's {@link org.xml.sax.ContentHandler#setDocumentLocator
36 * the {@link org.xml.sax.ContentHandler#startDocument startDocument}
43 * @see org.xml.sax.ContentHandler#setDocumentLocator
H A DSAXException.java6 package org.xml.sax;
30 * {@link org.xml.sax.SAXParseException SAXParseException} subclass.</p>
35 * @see org.xml.sax.SAXParseException
H A DAttributes.java7 package org.xml.sax;
32 * the <code>http://xml.org/sax/features/namespace-prefixes</code>
41 * (<code>http://xml.org/sax/features/xmlns-uris</code>) to request
51 * the <code>http://xml.org/sax/features/namespaces</code> feature is
56 * org.xml.sax.AttributeList AttributeList} interface, which does not
66 * @see org.xml.sax.helpers.AttributesImpl
67 * @see org.xml.sax.ext.DeclHandler#attributeDecl
H A DParser.java6 package org.xml.sax;
23 * been replaced in SAX2 by {@link org.xml.sax.XMLReader XMLReader},
40 * {@link org.xml.sax.XMLReader XMLReader}
45 * @see org.xml.sax.EntityResolver
46 * @see org.xml.sax.DTDHandler
47 * @see org.xml.sax.DocumentHandler
48 * @see org.xml.sax.ErrorHandler
49 * @see org.xml.sax.HandlerBase
50 * @see org.xml.sax.InputSource
65 * @exception org.xml.sax
[all...]
H A DSAXParseException.java6 package org.xml.sax;
22 * in the {@link org.xml.sax.ErrorHandler ErrorHandler} interface,
27 * <p>Since this exception is a subclass of {@link org.xml.sax.SAXException
33 * @see org.xml.sax.SAXException
34 * @see org.xml.sax.Locator
35 * @see org.xml.sax.ErrorHandler
50 * creating its own exception from within a {@link org.xml.sax.ContentHandler
56 * @see org.xml.sax.Locator
73 * creating its own exception from within a {@link org.xml.sax.ContentHandler
75 * subclass of {@link org.xml.sax
[all...]
/libcore/luni/src/main/java/org/xml/sax/ext/
H A DLocator2.java6 package org.xml.sax.ext;
8 import org.xml.sax.Locator;
15 * provided in {@link org.xml.sax.ContentHandler#setDocumentLocator
18 * <em>http://xml.org/sax/features/use-locator2</em> feature
56 * <p>When an {@link org.xml.sax.InputSource InputSource} is used
H A DEntityResolver2.java6 package org.xml.sax.ext;
9 import org.xml.sax.EntityResolver;
10 import org.xml.sax.InputSource;
11 import org.xml.sax.SAXException;
12 import org.xml.sax.XMLReader;
33 * <em>http://xml.org/sax/features/use-entity-resolver2</em> feature flag
55 * @see org.xml.sax.XMLReader#setEntityResolver
158 org.xml.sax.ContentHandler#skippedEntity
H A DAttributes2.java6 package org.xml.sax.ext;
8 import org.xml.sax.Attributes;
15 * provided in {@link org.xml.sax.ContentHandler#startElement
17 * and the <em>http://xml.org/sax/features/use-attributes2</em>
/libcore/luni/src/main/java/org/xml/sax/helpers/
H A DParserFactory.java6 package org.xml.sax.helpers;
8 import org.xml.sax.Parser;
22 * SAX1 {@link org.xml.sax.Parser Parser} class. SAX2 applications should use
23 * {@link org.xml.sax.helpers.XMLReaderFactory XMLReaderFactory} instead.</p>
30 * `org.xml.sax.parser' system property or on a string containing the class
37 * {@link org.xml.sax.Parser Parser}
56 * Create a new SAX parser using the `org.xml.sax.parser' system property.
59 * {@link org.xml.sax.Parser Parser} interface.</p>
64 * for the `org.xml.sax.parser' system property.
74 * org.xml.sax
[all...]
H A DNewInstance.java8 package org.xml.sax.helpers;
H A DXMLReaderFactory.java8 package org.xml.sax.helpers;
14 import org.xml.sax.SAXException;
15 import org.xml.sax.XMLReader;
44 * nothing bound its class name to <code>org.xml.sax.driver</code> so
62 private static final String property = "org.xml.sax.driver";
70 * <li>If the system property <code>org.xml.sax.driver</code>
74 * in the <em>META-INF/services/org.xml.sax.driver</em> file in
84 * environments, where the <code>org.xml.sax.parser</code> system
102 * @exception org.xml.sax.SAXException If no default XMLReader class
142 // className = "com.example.sax
[all...]
/libcore/luni/src/main/java/javax/xml/transform/sax/
H A DTemplatesHandler.java20 package javax.xml.transform.sax;
23 import org.xml.sax.ContentHandler;
H A DSAXResult.java20 package javax.xml.transform.sax;
23 import org.xml.sax.ContentHandler;
24 import org.xml.sax.ext.LexicalHandler;
39 "http://javax.xml.transform.sax.SAXResult/feature";
48 * Create a SAXResult that targets a SAX2 {@link org.xml.sax.ContentHandler}.
57 * Set the target to be a SAX2 {@link org.xml.sax.ContentHandler}.
66 * Get the {@link org.xml.sax.ContentHandler} that is the Result.
75 * Set the SAX2 {@link org.xml.sax.ext.LexicalHandler} for the output.
79 * transformer to cast the {@link org.xml.sax.ContentHandler} to a
90 * Get a SAX2 {@link org.xml.sax
[all...]
H A DSAXTransformerFactory.java20 package javax.xml.transform.sax;
26 import org.xml.sax.XMLFilter;
48 "http://javax.xml.transform.sax.SAXTransformerFactory/feature";
56 "http://javax.xml.transform.sax.SAXTransformerFactory/feature/xmlfilter";
H A DTransformerHandler.java20 package javax.xml.transform.sax;
24 import org.xml.sax.ContentHandler;
25 import org.xml.sax.DTDHandler;
26 import org.xml.sax.ext.LexicalHandler;
/libcore/luni/src/test/java/tests/api/org/xml/sax/
H A DSAXNotRecognizedExceptionTest.java17 package tests.api.org.xml.sax;
21 import org.xml.sax.SAXNotRecognizedException;
H A DSAXNotSupportedExceptionTest.java17 package tests.api.org.xml.sax;
21 import org.xml.sax.SAXNotSupportedException;
/libcore/luni/src/test/java/tests/api/org/xml/sax/helpers/
H A DParserFactoryTest.java17 package tests.api.org.xml.sax.helpers;
21 import org.xml.sax.helpers.ParserFactory;
33 System.clearProperty("org.xml.sax.parser");
44 System.setProperty("org.xml.sax.parser", "foo.bar.SAXParser");
54 System.setProperty("org.xml.sax.parser",
55 "tests.api.org.xml.sax.support.NoAccessParser");
65 System.setProperty("org.xml.sax.parser",
66 "tests.api.org.xml.sax.support.NoInstanceParser");
76 System.setProperty("org.xml.sax.parser",
77 "tests.api.org.xml.sax
[all...]

Completed in 6049 milliseconds

123