Uses of Interface
org.xml.sax.ContentHandler
| Package | Description |
|---|---|
| javax.xml.transform.sax | |
| javax.xml.validation | |
| org.apache.harmony.xml | |
| 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.transformer |
In charge of run-time transformations and the production of result trees.
|
| 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 | |
| org.xmlpull.v1.sax2 |
-
Uses of ContentHandler in javax.xml.transform.sax
Subinterfaces of ContentHandler in javax.xml.transform.sax Modifier and Type Interface Description interfaceTemplatesHandlerA SAX ContentHandler that may be used to process SAX parse events (parsing transformation instructions) into a Templates object.interfaceTransformerHandlerA TransformerHandler listens for SAX ContentHandler parse events and transforms them to a Result.Methods in javax.xml.transform.sax that return ContentHandler Modifier and Type Method Description ContentHandlerSAXResult. getHandler()Get theContentHandlerthat is the Result.Methods in javax.xml.transform.sax with parameters of type ContentHandler Modifier and Type Method Description voidSAXResult. setHandler(ContentHandler handler)Set the target to be a SAX2ContentHandler.Constructors in javax.xml.transform.sax with parameters of type ContentHandler Constructor Description SAXResult(ContentHandler handler)Create a SAXResult that targets a SAX2ContentHandler. -
Uses of ContentHandler in javax.xml.validation
Classes in javax.xml.validation that implement ContentHandler Modifier and Type Class Description classValidatorHandlerStreaming validator that works on SAX stream.Methods in javax.xml.validation that return ContentHandler Modifier and Type Method Description abstract ContentHandlerValidatorHandler. getContentHandler()Gets theContentHandlerwhich receives the augmented validation result.Methods in javax.xml.validation with parameters of type ContentHandler Modifier and Type Method Description abstract voidValidatorHandler. setContentHandler(ContentHandler receiver)Sets theContentHandlerwhich receives the augmented validation result. -
Uses of ContentHandler in org.apache.harmony.xml
Methods in org.apache.harmony.xml that return ContentHandler Modifier and Type Method Description ContentHandlerExpatReader. getContentHandler()Methods in org.apache.harmony.xml with parameters of type ContentHandler Modifier and Type Method Description voidExpatReader. setContentHandler(ContentHandler handler) -
Uses of ContentHandler in org.apache.xalan.processor
Classes in org.apache.xalan.processor that implement ContentHandler Modifier and Type Class Description classStylesheetHandlerInitializes and processes a stylesheet via SAX events. -
Uses of ContentHandler in org.apache.xalan.transformer
Classes in org.apache.xalan.transformer that implement ContentHandler Modifier and Type Class Description classTransformerHandlerImplA TransformerHandler listens for SAX ContentHandler parse events and transforms them to a Result.classTransformerIdentityImplThis class implements an identity transformer forSAXTransformerFactory.newTransformerHandler()andTransformerFactory.newTransformer().classTrAXFilterMethods in org.apache.xalan.transformer that return ContentHandler Modifier and Type Method Description ContentHandlerTransformerImpl. getContentHandler()Get the content event handler.ContentHandlerTransformerImpl. getInputContentHandler()Get a SAX2 ContentHandler for the input.ContentHandlerTransformerImpl. getInputContentHandler(boolean doDocFrag)Get a SAX2 ContentHandler for the input.Methods in org.apache.xalan.transformer with parameters of type ContentHandler Modifier and Type Method Description voidTransformerImpl. executeChildTemplates(ElemTemplateElement elem, Node context, QName mode, ContentHandler handler)Execute each of the children of a template element.voidTransformerImpl. executeChildTemplates(ElemTemplateElement elem, ContentHandler handler)Execute each of the children of a template element.voidTransformerImpl. init(ToXMLSAXHandler h, Transformer transformer, ContentHandler realHandler)Initializer method.voidTransformerImpl. setContentHandler(ContentHandler handler)Set the content event handler.voidTrAXFilter. setContentHandler(ContentHandler handler)Set the content event handler. -
Uses of ContentHandler in org.apache.xml.dtm
Methods in org.apache.xml.dtm that return ContentHandler Modifier and Type Method Description ContentHandlerDTM. getContentHandler()Return this DTM's content handler, if it has one.Methods in org.apache.xml.dtm with parameters of type ContentHandler Modifier and Type Method Description voidDTM. 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).voidDTM. 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 Modifier and Type Class Description classDTMDocumentImplThis is the implementation of the DTM document interface.classIncrementalSAXSource_FilterIncrementalSAXSource_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 Modifier and Type Method Description ContentHandlerDTMTreeWalker. getcontentHandler()Get the ContentHandler used for the tree walk.ContentHandlerDTMDocumentImpl. 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 Modifier and Type Method Description abstract voidDTMDefaultBase. 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).voidDTMDocumentImpl. 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 voidDTMDefaultBase. dispatchToEvents(int nodeHandle, ContentHandler ch)Directly create SAX parser events from a subtree.voidDTMDocumentImpl. dispatchToEvents(int nodeHandle, ContentHandler ch)Directly create SAX parser events from a subtree.voidDTMTreeWalker. setcontentHandler(ContentHandler ch)Set the ContentHandler used for the tree walk.voidIncrementalSAXSource_Filter. setContentHandler(ContentHandler handler)voidIncrementalSAXSource. setContentHandler(ContentHandler handler)Register a SAX-style content handler for us to output toConstructors in org.apache.xml.dtm.ref with parameters of type ContentHandler Constructor Description 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 Modifier and Type Method Description ContentHandlerDOM2DTM. 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 Modifier and Type Method Description voidDOM2DTM. 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).protected static voidDOM2DTM. dispatchNodeData(Node node, ContentHandler ch, int depth)Retrieve the text content of a DOM subtree, appending it into a user-supplied FastStringBuffer object.voidDOM2DTM. 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 Modifier and Type Class Description classSAX2DTMThis class implements a DTM that tends to be optimized more for speed than for compactness, that is constructed via SAX2 ContentHandler events.classSAX2DTM2SAX2DTM2 is an optimized version of SAX2DTM which is used in non-incremental situation.classSAX2RTFDTMThis 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 Modifier and Type Method Description ContentHandlerSAX2DTM. 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 Modifier and Type Method Description voidSAX2DTM. 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).voidSAX2DTM2. dispatchCharactersEvents(int nodeHandle, ContentHandler ch, boolean normalize)The optimized version of SAX2DTM.dispatchCharactersEvents(int, ContentHandler, boolean).voidSAX2DTM. dispatchToEvents(int nodeHandle, ContentHandler ch)Directly create SAX parser events from a subtree. -
Uses of ContentHandler in org.apache.xml.serializer
Subinterfaces of ContentHandler in org.apache.xml.serializer Modifier and Type Interface Description interfaceExtendedContentHandlerThis interface describes extensions to the SAX ContentHandler interface.interfaceSerializationHandlerThis interface is the one that a serializer implements.Classes in org.apache.xml.serializer that implement ContentHandler Modifier and Type Class Description classSerializerBaseThis class acts as a base class for the XML "serializers" and the stream serializers.classToHTMLStreamThis serializer takes a series of SAX or SAX-like events and writes its output to the given stream.classToSAXHandlerThis class is used to provide a base behavior to be inherited by other To...SAXHandler serializers.classToStreamThis abstract class is a base class for other stream serializers (xml, html, text ...) that write output to a stream.classToTextSAXHandlerDeprecated.classToTextStreamThis class is not a public API.classToUnknownStreamThis class wraps another SerializationHandler.classToXMLSAXHandlerThis 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".classToXMLStreamThis class converts SAX or SAX-like calls to a serialized xml document.Fields in org.apache.xml.serializer declared as ContentHandler Modifier and Type Field Description protected ContentHandlerToSAXHandler. m_saxHandlerUnderlying SAX handler.Methods in org.apache.xml.serializer that return ContentHandler Modifier and Type Method Description ContentHandlerSerializer. asContentHandler()Return aContentHandlerinterface to provide SAX input to.ContentHandlerSerializerBase. asContentHandler()Return aContentHandlerinterface into this serializer.ContentHandlerToUnknownStream. asContentHandler()ContentHandlerTreeWalker. getContentHandler()Get the ContentHandler used for the tree walk.Methods in org.apache.xml.serializer with parameters of type ContentHandler Modifier and Type Method Description voidSerializationHandler. setContentHandler(ContentHandler ch)Set the SAX Content handler that the serializer sends its output to.voidToSAXHandler. setContentHandler(ContentHandler _saxHandler)Sets the SAX ContentHandler.voidToStream. setContentHandler(ContentHandler ch)voidToUnknownStream. setContentHandler(ContentHandler ch)Constructors in org.apache.xml.serializer with parameters of type ContentHandler Constructor Description ToSAXHandler(ContentHandler handler, String encoding)ToSAXHandler(ContentHandler hdlr, LexicalHandler lex, String encoding)ToTextSAXHandler(ContentHandler handler, String encoding)Deprecated.From XSLTCToTextSAXHandler(ContentHandler hdlr, LexicalHandler lex, String encoding)Deprecated.ToXMLSAXHandler(ContentHandler handler, String encoding)ToXMLSAXHandler(ContentHandler handler, LexicalHandler lex, String encoding)TreeWalker(ContentHandler ch)TreeWalker(ContentHandler contentHandler, String systemId)Constructor. -
Uses of ContentHandler in org.apache.xml.utils
Classes in org.apache.xml.utils that implement ContentHandler Modifier and Type Class Description classDOMBuilderThis 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.classStylesheetPIHandlerSearch for the xml-stylesheet processing instructions in an XML document.Methods in org.apache.xml.utils that return ContentHandler Modifier and Type Method Description ContentHandlerTreeWalker. getContentHandler()Get the ContentHandler used for the tree walk.Methods in org.apache.xml.utils with parameters of type ContentHandler Modifier and Type Method Description voidXMLString. dispatchCharactersEvents(ContentHandler ch)Directly call the characters method on the passed ContentHandler for the string-value.voidXMLStringDefault. dispatchCharactersEvents(ContentHandler ch)Directly call the characters method on the passed ContentHandler for the string-value.static voidFastStringBuffer. sendNormalizedSAXcharacters(char[] ch, int start, int length, ContentHandler handler)Directly normalize and dispatch the character array.intFastStringBuffer. 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.voidFastStringBuffer. sendSAXcharacters(ContentHandler ch, int start, int length)Sends the specified range of characters as one or more SAX characters() events.voidTreeWalker. setContentHandler(ContentHandler ch)Get the ContentHandler used for the tree walk.Constructors in org.apache.xml.utils with parameters of type ContentHandler Constructor Description TreeWalker(ContentHandler contentHandler)Constructor.TreeWalker(ContentHandler contentHandler, DOMHelper dh)Constructor.TreeWalker(ContentHandler contentHandler, DOMHelper dh, String systemId)Constructor. -
Uses of ContentHandler in org.apache.xpath
Methods in org.apache.xpath with parameters of type ContentHandler Modifier and Type Method Description voidExpression. 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 Modifier and Type Method Description voidLocPathIterator. 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 Modifier and Type Method Description voidFuncNormalizeSpace. 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 Modifier and Type Method Description voidXNodeSet. dispatchCharactersEvents(ContentHandler ch)Directly call the characters method on the passed ContentHandler for the string-value.voidXObject. dispatchCharactersEvents(ContentHandler ch)Directly call the characters method on the passed ContentHandler for the string-value.voidXString. dispatchCharactersEvents(ContentHandler ch)Directly call the characters method on the passed ContentHandler for the string-value.voidXStringForChars. dispatchCharactersEvents(ContentHandler ch)Directly call the characters method on the passed ContentHandler for the string-value.voidXStringForFSB. 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 Modifier and Type Method Description ContentHandlerXMLReader. getContentHandler()Return the current content handler.Methods in org.xml.sax with parameters of type ContentHandler Modifier and Type Method Description voidXMLReader. 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 Modifier and Type Class Description classDefaultHandler2This class extends the SAX2 base handler class to support the SAX2LexicalHandler,DeclHandler, andEntityResolver2extensions. -
Uses of ContentHandler in org.xml.sax.helpers
Classes in org.xml.sax.helpers that implement ContentHandler Modifier and Type Class Description classDefaultHandlerDefault base class for SAX2 event handlers.classXMLFilterImplBase class for deriving an XML filter.classXMLReaderAdapterAdapt a SAX2 XMLReader as a SAX1 Parser.Methods in org.xml.sax.helpers that return ContentHandler Modifier and Type Method Description ContentHandlerParserAdapter. getContentHandler()Return the current content handler.ContentHandlerXMLFilterImpl. getContentHandler()Get the content event handler.Methods in org.xml.sax.helpers with parameters of type ContentHandler Modifier and Type Method Description voidParserAdapter. setContentHandler(ContentHandler handler)Set the content handler.voidXMLFilterImpl. setContentHandler(ContentHandler handler)Set the content event handler. -
Uses of ContentHandler in org.xmlpull.v1.sax2
Fields in org.xmlpull.v1.sax2 declared as ContentHandler Modifier and Type Field Description protected ContentHandlerDriver. contentHandlerMethods in org.xmlpull.v1.sax2 that return ContentHandler Modifier and Type Method Description ContentHandlerDriver. getContentHandler()Methods in org.xmlpull.v1.sax2 with parameters of type ContentHandler Modifier and Type Method Description voidDriver. setContentHandler(ContentHandler handler)
ToXMLSAXHandler.