Uses of Interface org.xml.sax.ContentHandler

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