HomeSort by relevance Sort by last modified time
    Searched full:sax2 (Results 26 - 50 of 63) sorted by null

12 3

  /dalvik/libcore/xml/src/main/java/org/xml/sax/
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
AttributeList.java 63 * @deprecated This interface has been replaced by the SAX2
  /dalvik/libcore/xml/src/main/java/org/xml/sax/helpers/
ParserAdapter.java 1 // ParserAdapter.java - adapt a SAX1 Parser to a SAX2 XMLReader.
32 * Adapt a SAX1 Parser as a SAX2 XMLReader.
42 * and makes it act as a SAX2 {@link org.xml.sax.XMLReader XMLReader},
537 // attributes into the SAX2 AttributeList
856 * Adapt a SAX1 AttributeList as a SAX2 Attributes object.
863 * from SAX1 to SAX2, except that names and types are
DefaultHandler.java 23 * Default base class for SAX2 event handlers.
32 * <p>This class is available as a convenience base class for SAX2
34 * callbacks in the four core SAX2 handler classes:</p>
ParserFactory.java 28 * SAX1 {@link org.xml.sax.Parser Parser} class. SAX2 applications should use
AttributesImpl.java 22 * <p>This class provides a default implementation of the SAX2
32 * <li>to construct or modify an Attributes object in a SAX2 driver or filter.</li>
AttributeListImpl.java 25 * replaced by the new SAX2 {@link org.xml.sax.helpers.AttributesImpl
NamespaceSupport.java 98 * recommendation. Because that erratum postdated SAX2, SAX2 defaults
XMLFilterImpl.java 1 // XMLFilterImpl.java - base SAX2 filter implementation.
  /dalvik/libcore/xml/src/main/java/org/xmlpull/v1/sax2/
Driver.java 4 package org.xmlpull.v1.sax2;
38 * SAX2 Driver that pulls events from XmlPullParser
39 * and comverts them into SAX2 callbacks.
  /dalvik/libcore/xml/src/main/java/org/xml/sax/ext/
Attributes2Impl.java 13 * SAX2 extension helper for additional Attributes information,
21 * <p>This is not part of core-only SAX2 distributions.</p>
  /external/expat/
Changes 72 - Added XML_UseForeignDTD() for improved SAX2 support.
100 - Made skippedEntityHandler conform to SAX2 (see source comment)
  /dalvik/libcore/xml/src/main/java/org/w3c/dom/ls/
LSResourceResolver.java 33 * <p ><b>Note:</b> <code>LSResourceResolver</code> is based on the SAX2 [<a href='http://www.saxproject.org/'>SAX</a>] <code>EntityResolver</code>
  /external/libxml2/include/libxml/
parser.h 275 int sax2; /* operating in the new SAX mode */ member in struct:_xmlParserCtxt
658 * Special constant found in SAX2 blocks initialized fields
676 * SAX2 callback when an element start has been detected by the parser.
698 * SAX2 callback when an element end has been detected by the parser.
    [all...]
globals.h 21 #include <libxml/SAX2.h>
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/dom3/
NamespaceSupport.java 168 // NOTE: The SAX2 "NamespaceSupport" helper allows
  /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/
IncrementalSAXSource_Filter.java 44 * standard SAX2 event source as its input and parcelling out those
149 // Not supported by all SAX2 filters:
348 // LexicalHandler support. Not all SAX2 filters support these events
DTMManagerDefault.java 583 * This method returns the SAX2 parser to use with the InputSource
585 * It may return null if any SAX2-conformant XML parser can be used,
592 * @return a SAX2 XMLReader to use to resolve the inputSource argument.
  /dalvik/libcore/xml/src/main/java/javax/xml/transform/
overview.html 54 events (such as those coming from a SAX2 ContentHander), a series of requests
  /dalvik/libcore/xml/src/test/java/tests/api/org/xml/sax/ext/
Attributes2ImplTest.java 33 // Note: The original SAX2 implementation of Attributes2Impl is
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
XMLWriter.java 38 * stream: it takes as input a series of SAX2 ContentHandler
44 * used directly as a ContentHandler for a SAX2 XMLReader.</p>
47 * standard SAX2 events, always beginning with the
58 * <p>is equivalent to the regular SAX2 ContentHandler method</p>
    [all...]
AttributesImpl.java 30 * <p>This class provides a default implementation of the SAX2
40 * <li>to construct or modify an Attributes object in a SAX2 driver or filter.</li>
  /external/libxml2/
SAX2.c 2 * SAX2.c : Default SAX2 handler to build a tree.
    [all...]

Completed in 78 milliseconds

12 3