Uses of Interface
org.xml.sax.ContentHandler

Packages that use ContentHandler
javax.xml.transform.sax   
javax.xml.validation   
org.apache.xalan.lib Extension elements and functions shipped with Xalan-Java, including EXSLT functions. 
org.apache.xalan.lib.sql Provides extension functions for connecting to a JDBC data source, executing a query, and working incrementally through a "streamable" result set. 
org.apache.xalan.processor Parses an XSLT stylesheet document (which may include and import other stylesheet documents) and produces a StylesheetRoot (a TRaX Templates object). 
org.apache.xalan.serialize   
org.apache.xalan.transformer In charge of run-time transformations and the production of result trees. 
org.apache.xalan.xsltc.compiler   
org.apache.xalan.xsltc.dom   
org.apache.xalan.xsltc.runtime   
org.apache.xalan.xsltc.runtime.output   
org.apache.xalan.xsltc.trax   
org.apache.xml.dtm   
org.apache.xml.dtm.ref   
org.apache.xml.dtm.ref.dom2dtm   
org.apache.xml.dtm.ref.sax2dtm   
org.apache.xml.serializer Processes SAX events into streams. 
org.apache.xml.utils Implementation of Xalan utility classes. 
org.apache.xpath Implementation of XPath; for the most part, only classes meant for public use are found at this root level of the XPath packages. 
org.apache.xpath.axes Implementation of XPath LocationPath support -- primary classes are LocPathIterator and UnionPathIterator. 
org.apache.xpath.functions Implements XPath functions -- each function is derived from Function, FunctionOneArg, Function2Args, etc, with number-of-arguments checking being applied mainly at compile time -- this package only implements XPath functions, XSLT functions are found in the "templates" package. 
org.apache.xpath.objects Implementation of XPath polymorphic type objects -- this package will grow as XPath objects are expanded to support XML Schema data types. 
org.xml.sax   
org.xml.sax.ext   
org.xml.sax.helpers   
 

Uses of ContentHandler in javax.xml.transform.sax
 

Subinterfaces of ContentHandler in javax.xml.transform.sax
 interface TemplatesHandler
          A SAX ContentHandler that may be used to process SAX parse events (parsing transformation instructions) into a Templates object.
 interface TransformerHandler
          A TransformerHandler listens for SAX ContentHandler parse events and transforms them to a Result.
 

Methods in javax.xml.transform.sax that return ContentHandler
 ContentHandler SAXResult.getHandler()
          Get the ContentHandler that is the Result.
 

Methods in javax.xml.transform.sax with parameters of type ContentHandler
 void SAXResult.setHandler(ContentHandler handler)
          Set the target to be a SAX2 ContentHandler.
 

Constructors in javax.xml.transform.sax with parameters of type ContentHandler
SAXResult.SAXResult(ContentHandler handler)
          Create a SAXResult that targets a SAX2 ContentHandler.
 

Uses of ContentHandler in javax.xml.validation
 

Classes in javax.xml.validation that implement ContentHandler
 class ValidatorHandler
          Streaming validator that works on SAX stream.
 

Methods in javax.xml.validation that return ContentHandler
abstract  ContentHandler ValidatorHandler.getContentHandler()
          Gets the ContentHandler which receives the augmented validation result.
 

Methods in javax.xml.validation with parameters of type ContentHandler
abstract  void ValidatorHandler.setContentHandler(ContentHandler receiver)
          Sets the ContentHandler which receives the augmented validation result.
 

Uses of ContentHandler in org.apache.xalan.lib
 

Methods in org.apache.xalan.lib with parameters of type ContentHandler
 void Redirect.startRedirection(TransformerImpl transf, ContentHandler formatter)
          A class that extends this class can over-ride this public method and recieve a callback that redirection is about to start
 

Uses of ContentHandler in org.apache.xalan.lib.sql
 

Methods in org.apache.xalan.lib.sql that return ContentHandler
 ContentHandler DTMDocument.getContentHandler()
           
 

Methods in org.apache.xalan.lib.sql with parameters of type ContentHandler
 void DTMDocument.dispatchToEvents(int parm1, ContentHandler parm2)
           
 void DTMDocument.dispatchCharactersEvents(int nodeHandle, ContentHandler ch, boolean normalize)
           
 

Uses of ContentHandler in org.apache.xalan.processor
 

Classes in org.apache.xalan.processor that implement ContentHandler
 class StylesheetHandler
          Initializes and processes a stylesheet via SAX events.
 

Uses of ContentHandler in org.apache.xalan.serialize
 

Methods in org.apache.xalan.serialize that return ContentHandler
 ContentHandler Serializer.asContentHandler()
          Deprecated. Use org.apache.xml.serializer.Serializer
 

Uses of ContentHandler in org.apache.xalan.transformer
 

Classes in org.apache.xalan.transformer that implement ContentHandler
 class TransformerHandlerImpl
          A TransformerHandler listens for SAX ContentHandler parse events and transforms them to a Result.
 class TransformerIdentityImpl
          This class implements an identity transformer for SAXTransformerFactory.newTransformerHandler() and TransformerFactory.newTransformer().
 class TrAXFilter
           
 

Methods in org.apache.xalan.transformer that return ContentHandler
 ContentHandler TransformerImpl.getInputContentHandler()
          Get a SAX2 ContentHandler for the input.
 ContentHandler TransformerImpl.getInputContentHandler(boolean doDocFrag)
          Get a SAX2 ContentHandler for the input.
 ContentHandler TransformerImpl.getContentHandler()
          Get the content event handler.
 

Methods in org.apache.xalan.transformer with parameters of type ContentHandler
 void TransformerImpl.setContentHandler(ContentHandler handler)
          Set the content event handler.
 void TransformerImpl.executeChildTemplates(ElemTemplateElement elem, Node context, QName mode, ContentHandler handler)
          Execute each of the children of a template element.
 void TransformerImpl.executeChildTemplates(ElemTemplateElement elem, ContentHandler handler)
          Execute each of the children of a template element.
 void TransformerImpl.init(ToXMLSAXHandler h, Transformer transformer, ContentHandler realHandler)
          Initializer method.
 void TrAXFilter.setContentHandler(ContentHandler handler)
          Set the content event handler.
 

Uses of ContentHandler in org.apache.xalan.xsltc.compiler
 

Classes in org.apache.xalan.xsltc.compiler that implement ContentHandler
 class Parser
           
 

Uses of ContentHandler in org.apache.xalan.xsltc.dom
 

Subinterfaces of ContentHandler in org.apache.xalan.xsltc.dom
 interface DOMBuilder
           
 interface ExtendedSAX
           
 

Classes in org.apache.xalan.xsltc.dom that implement ContentHandler
 class AdaptiveResultTreeImpl
          AdaptiveResultTreeImpl is a adaptive DOM model for result tree fragments (RTF).
 class SAXImpl
          SAXImpl is the core model for SAX input source.
 class SimpleResultTreeImpl
          This class represents a light-weight DOM model for simple result tree fragment(RTF).
 

Methods in org.apache.xalan.xsltc.dom that return ContentHandler
 ContentHandler SimpleResultTreeImpl.getContentHandler()
           
 ContentHandler AdaptiveResultTreeImpl.getContentHandler()
           
 

Methods in org.apache.xalan.xsltc.dom with parameters of type ContentHandler
 void SimpleResultTreeImpl.dispatchCharactersEvents(int nodeHandle, ContentHandler ch, boolean normalize)
           
 void SimpleResultTreeImpl.dispatchToEvents(int nodeHandle, ContentHandler ch)
           
 void AdaptiveResultTreeImpl.dispatchCharactersEvents(int nodeHandle, ContentHandler ch, boolean normalize)
           
 void AdaptiveResultTreeImpl.dispatchToEvents(int nodeHandle, ContentHandler ch)
           
 

Uses of ContentHandler in org.apache.xalan.xsltc.runtime
 

Classes in org.apache.xalan.xsltc.runtime that implement ContentHandler
 class StringValueHandler
           
 

Uses of ContentHandler in org.apache.xalan.xsltc.runtime.output
 

Methods in org.apache.xalan.xsltc.runtime.output with parameters of type ContentHandler
 void TransletOutputHandlerFactory.setHandler(ContentHandler handler)
           
 

Uses of ContentHandler in org.apache.xalan.xsltc.trax
 

Classes in org.apache.xalan.xsltc.trax that implement ContentHandler
 class SAX2DOM
           
 class TemplatesHandlerImpl
          Implementation of a JAXP1.1 TemplatesHandler
 

Methods in org.apache.xalan.xsltc.trax that return ContentHandler
 ContentHandler DOM2SAX.getContentHandler()
           
 ContentHandler DOM2TO.getContentHandler()
           
 

Methods in org.apache.xalan.xsltc.trax with parameters of type ContentHandler
 void DOM2SAX.setContentHandler(ContentHandler handler)
           
 void TrAXFilter.setContentHandler(ContentHandler handler)
           
 void DOM2TO.setContentHandler(ContentHandler handler)
           
 

Uses of ContentHandler in org.apache.xml.dtm
 

Methods in org.apache.xml.dtm that return ContentHandler
 ContentHandler DTM.getContentHandler()
          Return this DTM's content handler, if it has one.
 

Methods in org.apache.xml.dtm with parameters of type 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.
 

Uses of ContentHandler in org.apache.xml.dtm.ref
 

Classes in org.apache.xml.dtm.ref that implement ContentHandler
 class DTMDocumentImpl
          This is the implementation of the DTM document interface.
 class IncrementalSAXSource_Filter
          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 in org.apache.xml.dtm.ref that return ContentHandler
 ContentHandler DTMTreeWalker.getcontentHandler()
          Get the ContentHandler used for the tree walk.
 ContentHandler DTMDocumentImpl.getContentHandler()
          getContentHandler returns "our SAX builder" -- the thing that someone else should send SAX events to in order to extend this DTM model.
 

Methods in org.apache.xml.dtm.ref with parameters of type ContentHandler
abstract  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).
abstract  void DTMDefaultBase.dispatchToEvents(int nodeHandle, ContentHandler ch)
          Directly create SAX parser events from a subtree.
 void DTMTreeWalker.setcontentHandler(ContentHandler ch)
          Set the ContentHandler used for the tree walk.
 void IncrementalSAXSource.setContentHandler(ContentHandler handler)
          Register a SAX-style content handler for us to output to
 void IncrementalSAXSource_Filter.setContentHandler(ContentHandler handler)
           
 void IncrementalSAXSource_Xerces.setContentHandler(ContentHandler handler)
           
 void CoroutineParser.setContentHandler(ContentHandler handler)
          Deprecated. Register a SAX-style content handler for us to output to
 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 DTMDocumentImpl.dispatchToEvents(int nodeHandle, ContentHandler ch)
          Directly create SAX parser events from a subtree.
 

Constructors in org.apache.xml.dtm.ref with parameters of type ContentHandler
DTMTreeWalker.DTMTreeWalker(ContentHandler contentHandler, DTM dtm)
          Constructor.
 

Uses of ContentHandler in org.apache.xml.dtm.ref.dom2dtm
 

Methods in org.apache.xml.dtm.ref.dom2dtm that return ContentHandler
 ContentHandler DOM2DTM.getContentHandler()
          getContentHandler returns "our SAX builder" -- the thing that someone else should send SAX events to in order to extend this DTM model.
 

Methods in org.apache.xml.dtm.ref.dom2dtm with parameters of type 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 DOM2DTM.dispatchToEvents(int nodeHandle, ContentHandler ch)
          Directly create SAX parser events from a subtree.
 

Uses of ContentHandler in org.apache.xml.dtm.ref.sax2dtm
 

Classes in org.apache.xml.dtm.ref.sax2dtm that implement ContentHandler
 class SAX2DTM
          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
          SAX2DTM2 is an optimized version of SAX2DTM which is used in non-incremental situation.
 class SAX2RTFDTM
          This is a subclass of SAX2DTM which has been modified to meet the needs of Result Tree Frameworks (RTFs).
 

Methods in org.apache.xml.dtm.ref.sax2dtm that return ContentHandler
 ContentHandler SAX2DTM.getContentHandler()
          getContentHandler returns "our SAX builder" -- the thing that someone else should send SAX events to in order to extend this DTM model.
 

Methods in org.apache.xml.dtm.ref.sax2dtm with parameters of type 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 SAX2DTM.dispatchToEvents(int nodeHandle, ContentHandler ch)
          Directly create SAX parser events from a subtree.
 void SAX2DTM2.dispatchCharactersEvents(int nodeHandle, ContentHandler ch, boolean normalize)
          The optimized version of SAX2DTM.dispatchCharactersEvents(int, ContentHandler, boolean).
 

Uses of ContentHandler in org.apache.xml.serializer
 

Subinterfaces of ContentHandler in org.apache.xml.serializer
 interface ExtendedContentHandler
          This interface describes extensions to the SAX ContentHandler interface.
 interface SerializationHandler
          This interface is the one that a serializer implements.
 

Classes in org.apache.xml.serializer that implement ContentHandler
 class EmptySerializer
          This class is an adapter class.
 class SerializerBase
          This class acts as a base class for the XML "serializers" and the stream serializers.
 class ToHTMLSAXHandler
          Deprecated. As of Xalan 2.7.1, replaced by the use of ToXMLSAXHandler.
 class ToHTMLStream
          This serializer takes a series of SAX or SAX-like events and writes its output to the given stream.
 class ToSAXHandler
          This class is used to provide a base behavior to be inherited by other To...SAXHandler serializers.
 class ToStream
          This abstract class is a base class for other stream serializers (xml, html, text ...) that write output to a stream.
 class ToTextSAXHandler
          Deprecated. As of Xalan 2.7.1, replaced by the use of ToXMLSAXHandler.
 class ToTextStream
          This class is not a public API.
 class ToUnknownStream
          This class wraps another SerializationHandler.
 class ToXMLSAXHandler
          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 xsl:output method is known to be "xml".
 class ToXMLStream
          This class converts SAX or SAX-like calls to a serialized xml document.
 

Methods in org.apache.xml.serializer that return ContentHandler
 ContentHandler EmptySerializer.asContentHandler()
           
 ContentHandler SerializerBase.asContentHandler()
          Return a ContentHandler interface into this serializer.
 ContentHandler Serializer.asContentHandler()
          Return a ContentHandler interface to provide SAX input to.
 ContentHandler ToUnknownStream.asContentHandler()
           
 ContentHandler TreeWalker.getContentHandler()
          Get the ContentHandler used for the tree walk.
 

Methods in org.apache.xml.serializer with parameters of type ContentHandler
 void EmptySerializer.setContentHandler(ContentHandler ch)
           
 void ToSAXHandler.setContentHandler(ContentHandler _saxHandler)
          Sets the SAX ContentHandler.
 void SerializationHandler.setContentHandler(ContentHandler ch)
          Set the SAX Content handler that the serializer sends its output to.
 void ToStream.setContentHandler(ContentHandler ch)
           
 void ToUnknownStream.setContentHandler(ContentHandler ch)
           
 

Constructors in org.apache.xml.serializer with parameters of type ContentHandler
ToSAXHandler.ToSAXHandler(ContentHandler hdlr, LexicalHandler lex, java.lang.String encoding)
           
ToSAXHandler.ToSAXHandler(ContentHandler handler, java.lang.String encoding)
           
ToXMLSAXHandler.ToXMLSAXHandler(ContentHandler handler, java.lang.String encoding)
           
ToXMLSAXHandler.ToXMLSAXHandler(ContentHandler handler, LexicalHandler lex, java.lang.String encoding)
           
ToTextSAXHandler.ToTextSAXHandler(ContentHandler hdlr, LexicalHandler lex, java.lang.String encoding)
          Deprecated.  
ToTextSAXHandler.ToTextSAXHandler(ContentHandler handler, java.lang.String encoding)
          Deprecated. From XSLTC
ToHTMLSAXHandler.ToHTMLSAXHandler(ContentHandler handler, java.lang.String encoding)
          Deprecated. A constructor
ToHTMLSAXHandler.ToHTMLSAXHandler(ContentHandler handler, LexicalHandler lex, java.lang.String encoding)
          Deprecated. A constructor.
TreeWalker.TreeWalker(ContentHandler ch)
           
TreeWalker.TreeWalker(ContentHandler contentHandler, java.lang.String systemId)
          Constructor.
 

Uses of ContentHandler in org.apache.xml.utils
 

Classes in org.apache.xml.utils that implement ContentHandler
 class DOMBuilder
          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 StylesheetPIHandler
          Search for the xml-stylesheet processing instructions in an XML document.
 

Methods in org.apache.xml.utils that return ContentHandler
 ContentHandler TreeWalker.getContentHandler()
          Get the ContentHandler used for the tree walk.
 

Methods in org.apache.xml.utils with parameters of type ContentHandler
 void XMLString.dispatchCharactersEvents(ContentHandler ch)
          Directly call the characters method on the passed ContentHandler for the string-value.
 void TreeWalker.setContentHandler(ContentHandler ch)
          Get the ContentHandler used for the tree walk.
 void XMLStringDefault.dispatchCharactersEvents(ContentHandler ch)
          Directly call the characters method on the passed ContentHandler for the string-value.
 void FastStringBuffer.sendSAXcharacters(ContentHandler ch, int start, int length)
          Sends the specified range of characters as one or more SAX characters() events.
 int FastStringBuffer.sendNormalizedSAXcharacters(ContentHandler ch, int start, int length)
          Sends the specified range of characters as one or more SAX characters() events, normalizing the characters according to XSLT rules.
static void FastStringBuffer.sendNormalizedSAXcharacters(char[] ch, int start, int length, ContentHandler handler)
          Directly normalize and dispatch the character array.
 

Constructors in org.apache.xml.utils with parameters of type ContentHandler
TreeWalker.TreeWalker(ContentHandler contentHandler, DOMHelper dh, java.lang.String systemId)
          Constructor.
TreeWalker.TreeWalker(ContentHandler contentHandler, DOMHelper dh)
          Constructor.
TreeWalker.TreeWalker(ContentHandler contentHandler)
          Constructor.
 

Uses of ContentHandler in org.apache.xpath
 

Methods in org.apache.xpath with parameters of type ContentHandler
 void Expression.executeCharsToContentHandler(XPathContext xctxt, ContentHandler handler)
          Execute an expression in the XPath runtime context, and return the result of the expression.
 

Uses of ContentHandler in org.apache.xpath.axes
 

Methods in org.apache.xpath.axes with parameters of type ContentHandler
 void LocPathIterator.executeCharsToContentHandler(XPathContext xctxt, ContentHandler handler)
          Execute an expression in the XPath runtime context, and return the result of the expression.
 

Uses of ContentHandler in org.apache.xpath.functions
 

Methods in org.apache.xpath.functions with parameters of type ContentHandler
 void FuncNormalizeSpace.executeCharsToContentHandler(XPathContext xctxt, ContentHandler handler)
          Execute an expression in the XPath runtime context, and return the result of the expression.
 

Uses of ContentHandler in org.apache.xpath.objects
 

Methods in org.apache.xpath.objects with parameters of type ContentHandler
 void XObject.dispatchCharactersEvents(ContentHandler ch)
          Directly call the characters method on the passed ContentHandler for the string-value.
 void XNodeSet.dispatchCharactersEvents(ContentHandler ch)
          Directly call the characters method on the passed ContentHandler for the string-value.
 void XString.dispatchCharactersEvents(ContentHandler ch)
          Directly call the characters method on the passed ContentHandler for the string-value.
 void XStringForChars.dispatchCharactersEvents(ContentHandler ch)
          Directly call the characters method on the passed ContentHandler for the string-value.
 void XStringForFSB.dispatchCharactersEvents(ContentHandler ch)
          Directly call the characters method on the passed ContentHandler for the string-value.
 

Uses of ContentHandler in org.xml.sax
 

Methods in org.xml.sax that return ContentHandler
 ContentHandler XMLReader.getContentHandler()
          Return the current content handler.
 

Methods in org.xml.sax with parameters of type ContentHandler
 void XMLReader.setContentHandler(ContentHandler handler)
          Allow an application to register a content event handler.
 

Uses of ContentHandler in org.xml.sax.ext
 

Classes in org.xml.sax.ext that implement ContentHandler
 class DefaultHandler2
          This class extends the SAX2 base handler class to support the SAX2 LexicalHandler, DeclHandler, and EntityResolver2 extensions.
 

Uses of ContentHandler in org.xml.sax.helpers
 

Classes in org.xml.sax.helpers that implement ContentHandler
 class DefaultHandler
          Default base class for SAX2 event handlers.
 class XMLFilterImpl
          Base class for deriving an XML filter.
 class XMLReaderAdapter
          Adapt a SAX2 XMLReader as a SAX1 Parser.
 

Methods in org.xml.sax.helpers that return ContentHandler
 ContentHandler XMLFilterImpl.getContentHandler()
          Get the content event handler.
 ContentHandler ParserAdapter.getContentHandler()
          Return the current content handler.
 

Methods in org.xml.sax.helpers with parameters of type ContentHandler
 void XMLFilterImpl.setContentHandler(ContentHandler handler)
          Set the content event handler.
 void ParserAdapter.setContentHandler(ContentHandler handler)
          Set the content handler.
 



Copyright © 2006 Apache XML Project. All Rights Reserved.