Uses of Interface org.xml.sax.ContentHandler

Uses in package gnu.xml.stream

Methods with parameter type org.xml.sax.ContentHandler

void

Methods with return type org.xml.sax.ContentHandler

ContentHandler

Uses in package org.xml.sax.ext

Classes implementing org.xml.sax.ContentHandler

class
This class extends the SAX2 base handler class to support the SAX2 LexicalHandler, DeclHandler, and EntityResolver2 extensions.

Uses in package javax.xml.transform.sax

Constructors with parameter type org.xml.sax.ContentHandler

Constructor specifying a content handler.

Methods with parameter type org.xml.sax.ContentHandler

void
Sets the content handler to which result document events will be propagated.

Methods with return type org.xml.sax.ContentHandler

ContentHandler
Returns the content handler to which result document events will be propagated.

Uses in package gnu.xml.dom.ls

Classes implementing org.xml.sax.ContentHandler

class
A SAX content and lexical handler used to construct a DOM document.

Uses in package gnu.xml.util

Classes implementing org.xml.sax.ContentHandler

class
This extends XMLWriter to create a class which defaults to writing XHTML text, preferring the US-ASCII encoding.
class
This class is a SAX handler which writes all its input as a well formed XML or XHTML document.

Methods with parameter type org.xml.sax.ContentHandler

void
SAX2: Assigns the object used to report the logical content of an XML document.

Methods with return type org.xml.sax.ContentHandler

ContentHandler
SAX2: Returns the object used to report the logical content of an XML document.

Uses in package gnu.xml.libxmlj.sax

Methods with parameter type org.xml.sax.ContentHandler

void

Methods with return type org.xml.sax.ContentHandler

ContentHandler

Uses in package gnu.xml.pipeline

Classes implementing org.xml.sax.ContentHandler

class
Class used to intercept various parsing events and use them to populate a DOM document.
class
A customizable event consumer, used to assemble various kinds of filters using SAX handlers and an optional second consumer.
class
Pipeline filter to remember XHTML links found in a document, so they can later be crawled.
class
This filter ensures that element and attribute names are properly prefixed, and that such prefixes are declared.
class
Fans its events out to two other consumers, a "tee" filter stage in an event pipeline.
class
Terminates a pipeline, consuming events to print them as well formed XML (or XHTML) text.
class
This class checks SAX2 events to report validity errors; it works as both a filter and a terminus on an event pipeline.
class
This filter reports fatal exceptions in the case of event streams that are not well formed.
class
Filter to process an XPointer-free subset of XInclude, supporting its use as a kind of replacement for parsed general entities.
class
Packages an XSLT transform as a pipeline component.

Methods with parameter type org.xml.sax.ContentHandler

void
Assigns the content handler to use; a null handler indicates that these events will not be forwarded.

Methods with return type org.xml.sax.ContentHandler

ContentHandler
Returns the content handler currently in use.
ContentHandler
Returns the document handler being used.
ContentHandler
Most stages process these core SAX callbacks.
ContentHandler
Returns the content handler being used.
ContentHandler
Returns the content handler being used.
ContentHandler
EventConsumer Returns the document handler being used.

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 gnu.xml.dom

Classes implementing org.xml.sax.ContentHandler

class
Implements the backdoors needed by DOM.

Uses in package javax.xml.validation

Classes implementing org.xml.sax.ContentHandler

class
A streaming validator that operates on a SAX event stream.

Methods with parameter type org.xml.sax.ContentHandler

void
Sets the ContentHandler to receive PSVI SAX events.

Methods with return type org.xml.sax.ContentHandler

ContentHandler
Returns the ContentHandler to receive PSVI SAX events.

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 gnu.java.beans.decoder

Classes implementing org.xml.sax.ContentHandler

class
The PersistenceParser parses an XML data stream and delegates actions to ElementHandler instances.

Uses in package gnu.xml.aelfred2

Methods with parameter type org.xml.sax.ContentHandler

void
SAX2: Assigns the object used to report the logical content of an XML document.
void
SAX2: Assigns the object used to report the logical content of an XML document.

Methods with return type org.xml.sax.ContentHandler

ContentHandler
SAX2: Returns the object used to report the logical content of an XML document.
ContentHandler
SAX2: Returns the object used to report the logical content of an XML document.