OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sax2
(Results
1 - 25
of
63
) sorted by null
1
2
3
/libcore/luni/src/main/java/org/xml/sax/ext/
package.html
6
This package contains interfaces to
SAX2
facilities that
12
<p> This package is independent of the
SAX2
core, though the functionality
18
<li>
SAX2
drivers are <em>not</em> required to recognize these handlers.
21
<li>You cannot assume that the class files will be present in every
SAX2
24
<li>This package may be updated independently of
SAX2
(i.e. new
25
handlers and classes may be added without updating
SAX2
itself).</li>
27
<li>The new handlers are not implemented by the
SAX2
33
<li>The handlers need to be registered differently than core
SAX2
38
<p>This package,
SAX2
-ext, is a standardized extension to
SAX2
. It i
[
all
...]
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 +
/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.
package.html
8
<p>This package implements
SAX2
-specific transformation APIs. It provides
23
SAX2
events from the transformation.
35
allows a transformation to be created from
SAX2
parse events, which is a "push"
54
from
SAX2
parse events. Once the {@link org.xml.sax.ContentHandler}
63
encapsulates the
SAX2
notion of a "pull" transformation. The following
/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
package.html
14
<h2>
SAX2
Standard Feature Flags </h2>
16
<p> One of the essential characteristics of
SAX2
is that it added
97
(That is the default behavior for all
SAX2
XML parsers.)
194
By default,
SAX2
conforms to the original "Namespaces in XML"
197
Setting this optional flag to "true" makes the
SAX2
events conform to
220
<p> For default values not specified by
SAX2
,
228
<h2>
SAX2
Standard Handler and Property IDs </h2>
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>
/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
40
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 480 milliseconds
1
2
3