HomeSort by relevance Sort by last modified time
    Searched full:sax2 (Results 1 - 25 of 70) sorted by null

1 2 3

  /libcore/luni/src/main/java/org/xml/sax/ext/
DefaultHandler2.java 15 * This class extends the SAX2 base handler class to support the
16 * SAX2 {@link LexicalHandler}, {@link DeclHandler}, and
44 // SAX2 ext-1.0 LexicalHandler
75 // SAX2 ext-1.0 DeclHandler
95 // SAX2 ext-1.1 EntityResolver2
132 * a general entity. This is never null when invoked by a SAX2
144 * This is never null when invoked by a SAX2 parser; only declared
172 * This is never null when invoked by a SAX2 parser; only declared
Locator2Impl.java 13 * SAX2 extension helper for holding additional Entity information,
21 * <p> This is not part of core-only SAX2 distributions.</p>
LexicalHandler.java 11 * SAX2 extension handler for lexical events.
20 * <p>This is an optional extension handler for SAX2 to provide
24 * is not part of core-only SAX2 distributions.</p>
108 * the external DTD subset) is optional, and SAX2 drivers that
118 * <p>When a SAX2 driver is providing these events, all other
Locator2.java 12 * SAX2 extension to augment the entity information provided
27 * information, and it is not part of core-only SAX2 distributions.</p>
DeclHandler.java 12 * SAX2 extension handler for DTD declaration events.
21 * <p>This is an optional extension handler for SAX2 to provide more
24 * is not part of core-only SAX2 distributions.</p>
EntityResolver2.java 47 * work with any SAX2 parser.
48 * <em>New style</em> applications will fail to run except on SAX2 parsers
165 * a general entity. This is never null when invoked by a SAX2
177 * This is never null when invoked by a SAX2 parser; only declared
Attributes2.java 12 * SAX2 extension to augment the per-attribute information
26 * information, and it is not part of core-only SAX2 distributions.</p>
  /libcore/luni/src/main/java/org/xml/sax/helpers/
XMLReaderAdapter.java 1 // XMLReaderAdapter.java - adapt an SAX2 XMLReader to a SAX1 Parser
27 * Adapt a SAX2 XMLReader as a SAX1 Parser.
36 * <p>This class wraps a SAX2 {@link org.xml.sax.XMLReader XMLReader}
63 * <p>Use the "org.xml.sax.driver" property to locate the SAX2
80 * <p>Create a new adapter, wrapped around a SAX2 XMLReader.
84 * @param xmlReader The SAX2 XMLReader to wrap.
118 * <p>This is not supported in SAX2, and will always throw
296 * Adapt a SAX2 start prefix mapping event.
308 * Adapt a SAX2 end prefix mapping event.
319 * Adapt a SAX2 start element event
    [all...]
XMLReaderFactory.java 191 throw new SAXException("SAX2 driver class " + className +
194 throw new SAXException("SAX2 driver class " + className +
197 throw new SAXException("SAX2 driver class " + className +
201 throw new SAXException("SAX2 driver class " + className +
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/about_files/
LICENSE.sax.txt 11 SAX2 is Free!
  /libcore/luni/src/main/java/javax/xml/transform/sax/
SAXResult.java 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}.
75 * Set the SAX2 {@link org.xml.sax.ext.LexicalHandler} for the output.
90 * Get a SAX2 {@link org.xml.sax.ext.LexicalHandler} for the output.
  /libcore/luni/src/main/java/org/xml/sax/
XMLFilter.java 1 // XMLFilter.java - filter SAX2 events.
26 * for creating SAX2 filters, by passing on all {@link org.xml.sax.EntityResolver
SAXNotSupportedException.java 21 * operation (setting a state or value). Other SAX2 applications and
DocumentHandler.java 19 * SAX2, it has been replaced by {@link org.xml.sax.ContentHandler
21 * of skipped entities. This interface is included in SAX2 only
37 * @deprecated This interface has been replaced by the SAX2
HandlerBase.java 20 * and ErrorHandler. It is now obsolete, but is included in SAX2 to
21 * support legacy SAX1 applications. SAX2 applications should use
34 * interface. It has been replaced by the SAX2
XMLReader.java 27 * <p>XMLReader is the interface that an XML parser's SAX2 driver must
51 * a SAX2 XMLReader and vice-versa.</p>
168 * SAX2.</p>
198 * SAX2.</p>
Attributes.java 35 * Because SAX2 conforms to the original "Namespaces in XML"
40 * <p>Some SAX2 parsers may support using an optional feature flag
Parser.java 23 * been replaced in SAX2 by {@link org.xml.sax.XMLReader XMLReader},
39 * @deprecated This interface has been replaced by the SAX2
  /external/libxml2/
SAX.c 29 #include <libxml/SAX2.h>
39 * DEPRECATED: use xmlSAX2InitDefaultSAXHandler() for the new SAX2 blocks
88 * DEPRECATED: use xmlSAX2InitHtmlDefaultSAXHandler() for the new SAX2 blocks
135 * DEPRECATED: use xmlSAX2InitDocbDefaultSAXHandler() for the new SAX2 blocks
Android.mk 42 SAX2.c \
  /external/libxml2/include/libxml/
SAX2.h 2 * Summary: SAX2 parser interface used to build the DOM tree
3 * Description: those are the default SAX2 interfaces used by
  /external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
SAX1ParserAdapter.java 23 * of basic SAX2 implementation, such as TagSoup.
96 * Sax2 handler (content handler), and Sax1 handler (document handler)
  /packages/apps/Mms/src/com/android/mms/dom/smil/parser/
SmilXmlParser.java 38 System.setProperty("org.xml.sax.driver", "org.xmlpull.v1.sax2.Driver");
  /external/apache-xml/src/main/java/org/apache/xpath/
SourceTreeManager.java 328 * This method returns the SAX2 parser to use with the InputSource
330 * It may return null if any SAX2-conformant XML parser can be used,
336 * @return a SAX2 XMLReader to use to resolve the inputSource argument.
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
TransformState.java 34 * SAX2 events produced by Xalan, and enables the consumer

Completed in 335 milliseconds

1 2 3