HomeSort by relevance Sort by last modified time
    Searched refs:sax (Results 26 - 50 of 1656) sorted by null

12 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/content/
ContentInsertHandler.java 20 import org.xml.sax.ContentHandler;
21 import org.xml.sax.SAXException;
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/support/
MockParser.java 17 package org.apache.harmony.tests.org.xml.sax.support;
22 import org.xml.sax.DTDHandler;
23 import org.xml.sax.DocumentHandler;
24 import org.xml.sax.EntityResolver;
25 import org.xml.sax.ErrorHandler;
26 import org.xml.sax.InputSource;
27 import org.xml.sax.Parser;
28 import org.xml.sax.SAXException;
NoInstanceXMLReader.java 17 package org.apache.harmony.tests.org.xml.sax.support;
19 import org.xml.sax.ContentHandler;
20 import org.xml.sax.DTDHandler;
21 import org.xml.sax.EntityResolver;
22 import org.xml.sax.ErrorHandler;
23 import org.xml.sax.InputSource;
24 import org.xml.sax.XMLReader;
MockResolver.java 17 package org.apache.harmony.tests.org.xml.sax.support;
23 import org.xml.sax.EntityResolver;
24 import org.xml.sax.InputSource;
25 import org.xml.sax.SAXException;
MockReader.java 17 package org.apache.harmony.tests.org.xml.sax.support;
25 import org.xml.sax.ContentHandler;
26 import org.xml.sax.DTDHandler;
27 import org.xml.sax.EntityResolver;
28 import org.xml.sax.ErrorHandler;
29 import org.xml.sax.InputSource;
30 import org.xml.sax.SAXException;
31 import org.xml.sax.SAXNotRecognizedException;
32 import org.xml.sax.SAXNotSupportedException;
33 import org.xml.sax.XMLReader
    [all...]
  /libcore/luni/src/main/java/javax/xml/transform/sax/
TemplatesHandler.java 20 package javax.xml.transform.sax;
23 import org.xml.sax.ContentHandler;
26 * A SAX ContentHandler that may be used to process SAX
36 * which the caller can get once the SAX events have been completed.
39 * the SAX event process, or null if no Templates object has
  /libcore/luni/src/main/java/org/xml/sax/ext/
Attributes2.java 6 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>
35 * @since SAX 2.0 (extensions 1.1 alpha)
43 * This helps distinguish two kinds of attributes that SAX reports
57 * This helps distinguish two kinds of attributes that SAX reports
71 * This helps distinguish two kinds of attributes that SAX reports
Locator2Impl.java 6 package org.xml.sax.ext;
8 import org.xml.sax.Locator;
9 import org.xml.sax.helpers.LocatorImpl;
23 * @since SAX 2.0.2
DeclHandler.java 6 package org.xml.sax.ext;
8 import org.xml.sax.SAXException;
28 * org.xml.sax.DTDHandler DTDHandler} interface.</p>
32 * {@link org.xml.sax.ext.LexicalHandler#startDTD startDTD} and the
33 * {@link org.xml.sax.ext.LexicalHandler#endDTD endDTD} events.</p>
36 * {@link org.xml.sax.XMLReader#setProperty setProperty} method
38 * <code>http://xml.org/sax/properties/declaration-handler</code>
41 * {@link org.xml.sax.SAXNotRecognizedException SAXNotRecognizedException}
44 * @since SAX 2.0 (extensions 1.0)
116 * @see org.xml.sax.DTDHandler#unparsedEntityDec
    [all...]
LexicalHandler.java 6 package org.xml.sax.ext;
8 import org.xml.sax.SAXException;
32 * {@link org.xml.sax.XMLReader#setProperty setProperty} method
34 * <code>http://xml.org/sax/properties/lexical-handler</code>
37 * {@link org.xml.sax.SAXNotRecognizedException SAXNotRecognizedException}
40 * @since SAX 2.0 (extensions 1.0)
55 * {@link org.xml.sax.DTDHandler DTDHandler} or
56 * {@link org.xml.sax.ext.DeclHandler DeclHandler} events must appear
70 * {@link org.xml.sax.ContentHandler#startElement startElement}
111 * >http://xml.org/sax/features/lexical-handler/parameter-entities</code
    [all...]
  /external/robolectric/v3/runtime/
tagsoup-1.2.jar 
  /prebuilts/tools/common/m2/repository/org/ccil/cowan/tagsoup/tagsoup/1.2/
tagsoup-1.2.jar 
  /prebuilts/tools/common/m2/repository/org/ccil/cowan/tagsoup/tagsoup/1.2.1/
tagsoup-1.2.1.jar 
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
SerializationHandler.java 28 import org.xml.sax.ContentHandler;
29 import org.xml.sax.ErrorHandler;
30 import org.xml.sax.SAXException;
31 import org.xml.sax.ext.DeclHandler;
49 org.xml.sax.DTDHandler,
55 * Set the SAX Content handler that the serializer sends its output to. This
111 * A SerializationHandler accepts SAX-like events, so
121 * events as a SAX (not SAX-like) calls to
  /libcore/luni/src/main/java/org/xml/sax/helpers/
DefaultHandler.java 7 package org.xml.sax.helpers;
10 import org.xml.sax.Attributes;
11 import org.xml.sax.ContentHandler;
12 import org.xml.sax.DTDHandler;
13 import org.xml.sax.EntityResolver;
14 import org.xml.sax.ErrorHandler;
15 import org.xml.sax.InputSource;
16 import org.xml.sax.Locator;
17 import org.xml.sax.SAXException;
18 import org.xml.sax.SAXParseException
    [all...]
ParserFactory.java 0 // SAX parser factory.
6 package org.xml.sax.helpers;
8 import org.xml.sax.Parser;
12 * Java-specific class for dynamically loading SAX parsers.
22 * SAX1 {@link org.xml.sax.Parser Parser} class. SAX2 applications should use
23 * {@link org.xml.sax.helpers.XMLReaderFactory XMLReaderFactory} instead.</p>
26 * of SAX; it is an additional convenience class designed
27 * specifically for Java XML application writers. SAX applications
28 * can use the static methods in this class to allocate a SAX parser
30 * `org.xml.sax.parser' system property or on a string containing the clas
    [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3.jar 
htmlparser-1.3-with-transitions.jar 
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
TrAXFilter.java 33 import org.xml.sax.ContentHandler;
34 import org.xml.sax.DTDHandler;
35 import org.xml.sax.EntityResolver;
36 import org.xml.sax.InputSource;
37 import org.xml.sax.XMLReader;
38 import org.xml.sax.helpers.XMLFilterImpl;
39 import org.xml.sax.helpers.XMLReaderFactory;
54 * @see org.xml.sax.XMLReader#setFeature
55 * @see org.xml.sax.XMLReader#setProperty
74 * <p>This is the {@link org.xml.sax.XMLReader XMLReader} from which
    [all...]
  /libcore/luni/src/main/java/org/xml/sax/
EntityResolver.java 0 // SAX entity resolver.
6 package org.xml.sax;
21 * <p>If a SAX application needs to implement customized handling
23 * register an instance with the SAX driver using the
24 * {@link org.xml.sax.XMLReader#setEntityResolver setEntityResolver}
31 * <p>Many SAX applications will not need to implement this interface,
41 * import org.xml.sax.EntityResolver;
42 * import org.xml.sax.InputSource;
63 * @since SAX 1.0
66 * @see org.xml.sax.XMLReader#setEntityResolve
    [all...]
ErrorHandler.java 0 // SAX error handler.
6 package org.xml.sax;
10 * Basic interface for SAX error handlers.
19 * <p>If a SAX application needs to implement customized error
22 * {@link org.xml.sax.XMLReader#setErrorHandler setErrorHandler}
32 * <p>For XML processing errors, a SAX driver must use this interface
37 * {@link #fatalError fatalError}. In other words, a SAX driver class
43 * @since SAX 1.0
46 * @see org.xml.sax.XMLReader#setErrorHandler
47 * @see org.xml.sax.SAXParseExceptio
    [all...]
  /cts/tests/tests/sax/src/android/sax/cts/
ElementTest.java 17 package android.sax.cts;
20 import org.xml.sax.Attributes;
21 import org.xml.sax.InputSource;
22 import org.xml.sax.XMLReader;
24 import android.sax.Element;
25 import android.sax.ElementListener;
26 import android.sax.EndElementListener;
27 import android.sax.EndTextElementListener;
28 import android.sax.RootElement;
29 import android.sax.StartElementListener
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/
SAXNotRecognizedExceptionTest.java 17 package org.apache.harmony.tests.org.xml.sax;
21 import org.xml.sax.SAXNotRecognizedException;
SAXNotSupportedExceptionTest.java 17 package org.apache.harmony.tests.org.xml.sax;
21 import org.xml.sax.SAXNotSupportedException;
  /prebuilts/tools/common/m2/repository/com/sun/xml/dtd-parser/dtd-parser/1.1/
dtd-parser-1.1.jar 

Completed in 1833 milliseconds

12 3 4 5 6 7 8 91011>>