Frames | No Frames |
Classes implementing org.xml.sax.ContentHandler | |
class | This class is an adapter class. |
class | This class acts as a base class for the XML "serializers"
and the stream serializers.
|
class | This class accepts SAX-like calls, then sends true SAX calls to a
wrapped SAX handler. |
class | |
class | |
class | This abstract class is a base class for other stream
serializers (xml, html, text ...) that write output to a stream.
|
class | |
class | |
class | This class wraps another SerializationHandler. |
class | This class receives notification of SAX-like events, and with gathered
information over these calls it will invoke the equivalent SAX methods
on a handler, the ultimate output is known to be XML.
|
class |
Methods with parameter type org.xml.sax.ContentHandler | |
void | Pop, or undeclare all namespace definitions that are currently
declared at the given element depth, or deepter.
|
void | |
void | Set the SAX Content handler that the serializer sends its output to. |
void | Sets the SAX ContentHandler.
|
void | |
void |
Methods with return type org.xml.sax.ContentHandler | |
ContentHandler | |
ContentHandler | Return a ContentHandler interface into this serializer.
|
ContentHandler | Return a ContentHandler interface into this serializer.
|
ContentHandler |
Constructors with parameter type org.xml.sax.ContentHandler | |
A constructor
| |
A constructor.
| |
From XSLTC
| |
Classes implementing org.xml.sax.ContentHandler | |
class | Initializes and processes a stylesheet via SAX events.
|
Methods with parameter type org.xml.sax.ContentHandler | |
void | Set the target to be a SAX2 ContentHandler .
|
Methods with return type org.xml.sax.ContentHandler | |
ContentHandler | Get the ContentHandler that is the Result.
|
Constructors with parameter type org.xml.sax.ContentHandler | |
Create a SAXResult that targets a SAX2 ContentHandler .
|
Classes implementing org.xml.sax.ContentHandler | |
class | Default base class for SAX2 event handlers.
|
class | Base class for deriving an XML filter.
|
class | Adapt a SAX2 XMLReader as a SAX1 Parser.
|
Methods with parameter type org.xml.sax.ContentHandler | |
void | Set the content handler.
|
void | Set the content event handler.
|
Methods with return type org.xml.sax.ContentHandler | |
ContentHandler | Return the current content handler.
|
ContentHandler | Get the content event handler.
|
Methods with return type org.xml.sax.ContentHandler | |
ContentHandler | Return a ContentHandler interface into this serializer.
|
Methods with parameter type org.xml.sax.ContentHandler | |
void | Directly call the
characters method on the passed ContentHandler for the
string-value. |
void | Directly call the
characters method on the passed ContentHandler for the
string-value. |
void | Directly call the
characters method on the passed ContentHandler for the
string-value. |
void | Directly call the
characters method on the passed ContentHandler for the
string-value. |
void | Directly call the
characters method on the passed ContentHandler for the
string-value. |
Classes implementing org.xml.sax.ContentHandler | |
class | AdaptiveResultTreeImpl is a adaptive DOM model for result tree fragments (RTF). |
class | SAXImpl is the core model for SAX input source. |
class | This class represents a light-weight DOM model for simple result tree fragment(RTF).
|
Methods with parameter type org.xml.sax.ContentHandler | |
void | AdaptiveResultTreeImpl.dispatchCharactersEvents(int nodeHandle, ContentHandler ch, boolean normalize) Directly call the
characters method on the passed ContentHandler for the
string-value of the given node (see http://www.w3.org/TR/xpath#data-model
for the definition of a node's string-value). |
void | |
void | Directly create SAX parser events representing the XML content of
a DTM subtree. |
void |
Methods with return type org.xml.sax.ContentHandler | |
ContentHandler | Return this DTM's content handler, if it has one.
|
ContentHandler |
Methods with parameter type org.xml.sax.ContentHandler | |
void |
Classes implementing org.xml.sax.ContentHandler | |
class | This is the implementation of the DTM document interface. |
class | IncrementalSAXSource_Filter implements IncrementalSAXSource, using a
standard SAX2 event source as its input and parcelling out those
events gradually in reponse to deliverMoreNodes() requests. |
Methods with parameter type org.xml.sax.ContentHandler | |
void | Directly call the
characters method on the passed ContentHandler for the
string-value of the given node (see http://www.w3.org/TR/xpath#data-model
for the definition of a node's string-value). |
void | Directly call the
characters method on the passed ContentHandler for the
string-value of the given node (see http://www.w3.org/TR/xpath#data-model
for the definition of a node's string-value). |
void | Directly create SAX parser events from a subtree.
|
void | Directly create SAX parser events from a subtree.
|
void | Register a SAX-style content handler for us to output to |
void | Register a SAX-style content handler for us to output to
|
void | Register a SAX-style content handler for us to output to
|
void | Register a SAX-style content handler for us to output to
|
void | Set the ContentHandler used for the tree walk.
|
Methods with return type org.xml.sax.ContentHandler | |
ContentHandler | getContentHandler returns "our SAX builder" -- the thing that
someone else should send SAX events to in order to extend this
DTM model.
|
ContentHandler | Get the ContentHandler used for the tree walk.
|
Constructors with parameter type org.xml.sax.ContentHandler | |
Constructor.
|
Classes implementing org.xml.sax.ContentHandler | |
class | This class takes SAX events (in addition to some extra events
that SAX doesn't handle yet) and adds the result to a document
or document fragment.
|
class | Search for the xml-stylesheet processing instructions in an XML document.
|
Methods with parameter type org.xml.sax.ContentHandler | |
void | Directly call the
characters method on the passed ContentHandler for the
string-value. |
void | Directly call the
characters method on the passed ContentHandler for the
string-value. |
void | Directly normalize and dispatch the character array.
|
int | Sends the specified range of characters as one or more SAX characters()
events, normalizing the characters according to XSLT rules.
|
void | Sends the specified range of characters as one or more SAX characters()
events.
|
void | Get the ContentHandler used for the tree walk.
|
Methods with return type org.xml.sax.ContentHandler | |
ContentHandler | Get the ContentHandler used for the tree walk.
|
Constructors with parameter type org.xml.sax.ContentHandler | |
Constructor.
| |
Constructor.
| |
Constructor.
|
Classes implementing org.xml.sax.ContentHandler | |
class | This class implements a DTM that tends to be optimized more for speed than
for compactness, that is constructed via SAX2 ContentHandler events.
|
class | SAX2DTM2 is an optimized version of SAX2DTM which is used in non-incremental situation.
|
class | This is a subclass of SAX2DTM which has been modified to meet the needs of
Result Tree Frameworks (RTFs). |
Methods with parameter type org.xml.sax.ContentHandler | |
void | Directly call the
characters method on the passed ContentHandler for the
string-value of the given node (see http://www.w3.org/TR/xpath#data-model
for the definition of a node's string-value). |
void | The optimized version of SAX2DTM.dispatchCharactersEvents(int, ContentHandler, boolean).
|
void | Directly create SAX parser events from a subtree.
|
Methods with return type org.xml.sax.ContentHandler | |
ContentHandler | getContentHandler returns "our SAX builder" -- the thing that
someone else should send SAX events to in order to extend this
DTM model.
|
Methods with parameter type org.xml.sax.ContentHandler | |
void | Directly call the
characters method on the passed ContentHandler for the
string-value of the given node (see http://www.w3.org/TR/xpath#data-model
for the definition of a node's string-value). |
void | Directly create SAX parser events representing the XML content of
a DTM subtree. |
Methods with return type org.xml.sax.ContentHandler | |
ContentHandler | Return this DTM's content handler, if it has one.
|
Classes implementing org.xml.sax.ContentHandler | |
class |
Methods with parameter type org.xml.sax.ContentHandler | |
void | Directly call the
characters method on the passed ContentHandler for the
string-value of the given node (see http://www.w3.org/TR/xpath#data-model
for the definition of a node's string-value). |
void | Directly create SAX parser events from a subtree.
|
Methods with return type org.xml.sax.ContentHandler | |
ContentHandler | getContentHandler returns "our SAX builder" -- the thing that
someone else should send SAX events to in order to extend this
DTM model.
|
Methods with parameter type org.xml.sax.ContentHandler | |
void | Execute an expression in the XPath runtime context, and return the
result of the expression.
|
Classes implementing org.xml.sax.ContentHandler | |
class |
Methods with parameter type org.xml.sax.ContentHandler | |
void | Allow an application to register a content event handler.
|
Methods with return type org.xml.sax.ContentHandler | |
ContentHandler | Return the current content handler.
|
Classes implementing org.xml.sax.ContentHandler | |
class | |
class | Implementation of a JAXP1.1 TemplatesHandler
|
class | skeleton extension of XMLFilterImpl for now.
|
class | Implementation of a JAXP1.1 TransformerHandler
|
Methods with parameter type org.xml.sax.ContentHandler | |
void | |
void | Allow an application to register a content event handler.
|
void | Set the content event handler.
|
Methods with return type org.xml.sax.ContentHandler | |
ContentHandler | |
ContentHandler | Return the current content handler.
|
Classes implementing org.xml.sax.ContentHandler | |
class | |
class | A TransformerHandler
listens for SAX ContentHandler parse events and transforms
them to a Result.
|
class | This class implements an identity transformer for
SAXTransformerFactory.newTransformerHandler()
and TransformerFactory.newTransformer() . |
Methods with parameter type org.xml.sax.ContentHandler | |
void | TransformerImpl.executeChildTemplates(ElemTemplateElement elem, Node context, QName mode, ContentHandler handler) Execute each of the children of a template element. |
void | Execute each of the children of a template element.
|
void | Initializer method.
|
void | Set the content event handler.
|
void | Set the content event handler.
|
Methods with return type org.xml.sax.ContentHandler | |
ContentHandler | Get the content event handler.
|
ContentHandler | Get a SAX2 ContentHandler for the input.
|
ContentHandler | TransformerImpl.getInputContentHandler(boolean doDocFrag) Get a SAX2 ContentHandler for the input.
|
Methods with parameter type org.xml.sax.ContentHandler | |
void | |
void |
Methods with return type org.xml.sax.ContentHandler | |
ContentHandler |
Methods with parameter type org.xml.sax.ContentHandler | |
void | Execute an expression in the XPath runtime context, and return the
result of the expression.
|
Methods with parameter type org.xml.sax.ContentHandler | |
void | Execute an expression in the XPath runtime context, and return the
result of the expression.
|