Uses of Interface org.xml.sax.ContentHandler

Uses in package org.apache.xalan.xsltc.dom

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
SimpleResultTreeImpl.dispatchCharactersEvents(int nodeHandle, ContentHandler ch, boolean normalize)
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

Uses in package org.apache.xpath.axes

Methods with parameter type org.xml.sax.ContentHandler

void
Execute an expression in the XPath runtime context, and return the result of the expression.

Uses in package org.xml.sax.helpers

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.

Uses in package org.apache.xalan.xsltc.runtime.output

Methods with parameter type org.xml.sax.ContentHandler

void

Uses in package javax.xml.transform.sax

Constructors with parameter type org.xml.sax.ContentHandler

Create a SAXResult that targets a SAX2 ContentHandler.

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.

Uses in package org.apache.xalan.processor

Classes implementing org.xml.sax.ContentHandler

class
Initializes and processes a stylesheet via SAX events.

Uses in package org.apache.xalan.xsltc.trax

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.

Uses in package org.apache.xpath.functions

Methods with parameter type org.xml.sax.ContentHandler

void
Execute an expression in the XPath runtime context, and return the result of the expression.

Uses in package org.apache.xalan.transformer

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
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
Get a SAX2 ContentHandler for the input.

Uses in package org.apache.xml.serializer

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

Constructors with parameter type org.xml.sax.ContentHandler

A constructor
A constructor.
ToSAXHandler.ToSAXHandler(ContentHandler handler, String encoding)
From XSLTC
ToXMLSAXHandler.ToXMLSAXHandler(ContentHandler handler, String encoding)

Methods with parameter type org.xml.sax.ContentHandler

void
NamespaceMappings.popNamespaces(int elemDepth, ContentHandler saxHandler)
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

Uses in package org.apache.xalan.xsltc.runtime

Classes implementing org.xml.sax.ContentHandler

class

Uses in package org.apache.xml.utils

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.

Constructors with parameter type org.xml.sax.ContentHandler

Constructor.
Constructor.
TreeWalker.TreeWalker(ContentHandler contentHandler, DOMHelper dh, String systemId)
Constructor.

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
FastStringBuffer.sendNormalizedSAXcharacters(ch[] , int start, int length, ContentHandler handler)
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
FastStringBuffer.sendSAXcharacters(ContentHandler ch, int start, int length)
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.

Uses in package org.apache.xml.dtm.ref

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.

Constructors with parameter type org.xml.sax.ContentHandler

Constructor.

Methods with parameter type org.xml.sax.ContentHandler

void
DTMDefaultBase.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
DTMDocumentImpl.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
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.

Uses in package org.apache.xml.dtm.ref.sax2dtm

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
SAX2DTM.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
SAX2DTM2.dispatchCharactersEvents(int nodeHandle, ContentHandler ch, boolean normalize)
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.

Uses in package org.apache.xalan.xsltc.compiler

Classes implementing org.xml.sax.ContentHandler

class

Uses in package org.apache.xpath

Methods with parameter type org.xml.sax.ContentHandler

void
Execute an expression in the XPath runtime context, and return the result of the expression.

Uses in package org.apache.xml.dtm.ref.dom2dtm

Methods with parameter type org.xml.sax.ContentHandler

void
DOM2DTM.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
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.

Uses in package org.apache.xpath.objects

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.

Uses in package org.apache.xalan.lib.sql

Methods with parameter type org.xml.sax.ContentHandler

void
DTMDocument.dispatchCharactersEvents(int nodeHandle, ContentHandler ch, boolean normalize)
void

Methods with return type org.xml.sax.ContentHandler

ContentHandler

Uses in package org.xml.sax

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.

Uses in package org.apache.xalan.serialize

Methods with return type org.xml.sax.ContentHandler

ContentHandler
Return a ContentHandler interface into this serializer.

Uses in package org.apache.xml.dtm

Methods with parameter type org.xml.sax.ContentHandler

void
DTM.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
DTM.dispatchToEvents(int nodeHandle, ContentHandler ch)
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.

Copyright B) 2004 Apache XML Project. All Rights Reserved.