Uses of Interface
org.xml.sax.ContentHandler

Packages that use ContentHandler
javax.xml.transform.sax This package implements SAX2-specific transformation APIs. 
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 Processes SAX events into streams. 
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.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 Simple API for XML (SAX) 
org.xml.sax.helpers SAX helper classes. 
 

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 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
          **For advanced use only** Initializes and processes a stylesheet via SAX events.
 class StylesheetPIHandler
          Search for the xml-stylesheet processing instructions in an XML document.
 

Uses of ContentHandler in org.apache.xalan.serialize
 

Classes in org.apache.xalan.serialize that implement ContentHandler
 class SerializerToHTML
           SerializerToHTML formats SAX-style events into XML.
 class SerializerToText
           This class takes SAX events (in addition to some extra events that SAX doesn't handle yet) and produces simple text only.
 class SerializerToXML
           SerializerToXML formats SAX-style events into XML.
 

Methods in org.apache.xalan.serialize that return ContentHandler
 ContentHandler SerializerToXML.asContentHandler()
          Return a ContentHandler interface into this serializer.
 ContentHandler Serializer.asContentHandler()
          Return a ContentHandler interface into this serializer.
 

Uses of ContentHandler in org.apache.xalan.transformer
 

Classes in org.apache.xalan.transformer that implement ContentHandler
 class ResultTreeHandler
          This class is a layer between the direct calls to the result tree content handler, and the transformer.
 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 and {@link javax.xml.transform.TransformerFactory#newTransformer().
 class TrAXFilter
           
 

Methods in org.apache.xalan.transformer that return ContentHandler
 ContentHandler ResultTreeHandler.getContentHandler()
          Return the current content handler.
 ContentHandler TransformerImpl.createResultContentHandler(Result outputTarget)
          Create a result ContentHandler from a Result object, based on the current OutputProperties.
 ContentHandler TransformerImpl.createResultContentHandler(Result outputTarget, OutputProperties format)
          Create a ContentHandler from a Result object and an OutputProperties.
 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 ResultTreeHandler.init(TransformerImpl transformer, ContentHandler realHandler)
          Initializer method.
 void ResultTreeHandler.setContentHandler(ContentHandler ch)
          Set the current content handler.
 void TransformerImpl.setContentHandler(ContentHandler handler)
          Set the content event handler.
 void TransformerImpl.executeChildTemplates(ElemTemplateElement elem, Node context, QName mode, ContentHandler handler)
          **For advanced use only** Execute each of the children of a template element.
 void TransformerImpl.executeChildTemplates(ElemTemplateElement elem, ContentHandler handler)
          **For advanced use only** Execute each of the children of a template element.
 void TrAXFilter.setContentHandler(ContentHandler handler)
          Set the content event handler.
 

Constructors in org.apache.xalan.transformer with parameters of type ContentHandler
ResultTreeHandler.ResultTreeHandler(TransformerImpl transformer, ContentHandler realHandler)
          Create a new result tree 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
           
 

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

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

Constructors in org.apache.xalan.xsltc.runtime with parameters of type ContentHandler
TextOutput.TextOutput(ContentHandler handler)
          Creates a new translet output post-processor
TextOutput.TextOutput(ContentHandler handler, java.lang.String encoding)
          Creates a new translet output post-processor
TextOutput.TextOutput(ContentHandler sax, LexicalHandler lex, java.lang.String encoding)
          Creates a new translet output post-processor
 

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)
           
 

Constructors in org.apache.xalan.xsltc.runtime.output with parameters of type ContentHandler
SAXHTMLOutput.SAXHTMLOutput(ContentHandler handler, java.lang.String encoding)
           
SAXHTMLOutput.SAXHTMLOutput(ContentHandler handler, LexicalHandler lex, java.lang.String encoding)
           
SAXTextOutput.SAXTextOutput(ContentHandler handler, java.lang.String encoding)
           
SAXTextOutput.SAXTextOutput(ContentHandler handler, LexicalHandler lex, java.lang.String encoding)
           
SAXXMLOutput.SAXXMLOutput(ContentHandler handler, java.lang.String encoding)
           
SAXXMLOutput.SAXXMLOutput(ContentHandler handler, LexicalHandler lex, java.lang.String encoding)
           
 

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

Classes in org.apache.xalan.xsltc.trax that implement ContentHandler
 class SAX2DOM
           
 class SAX2TO
           
 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 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.
 

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.
 

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 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.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 © 2002 Apache XML Project. All Rights Reserved.