Uses of Interface org.xml.sax.DTDHandler

Uses in package gnu.xml.stream

Methods with parameter type org.xml.sax.DTDHandler

void

Methods with return type org.xml.sax.DTDHandler

DTDHandler

Uses in package gnu.xml.dom.ls

Classes implementing org.xml.sax.DTDHandler

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

Uses in package org.xml.sax.ext

Classes implementing org.xml.sax.DTDHandler

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

Uses in package gnu.xml.util

Classes implementing org.xml.sax.DTDHandler

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

void
SAX1: Provides an object which may be used to intercept declarations related to notations and unparsed entities.

Methods with return type org.xml.sax.DTDHandler

DTDHandler
SAX2: Returns the object used to process declarations related to notations and unparsed entities.

Uses in package gnu.xml.pipeline

Classes implementing org.xml.sax.DTDHandler

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

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

Methods with return type org.xml.sax.DTDHandler

DTDHandler
Returns the DTD handler currently in use.
DTDHandler
Returns the DTD handler being used.
DTDHandler
Few stages will use unparsed entities.
DTDHandler
Returns the dtd handler being used.
DTDHandler
Returns the dtd handler being used.
DTDHandler
EventConsumer Returns the dtd handler being used.

Uses in package gnu.xml.aelfred2

Methods with parameter type org.xml.sax.DTDHandler

void
SAX1, SAX2: Set the DTD handler for this parser.
void
SAX1 Assigns DTD handler

Methods with return type org.xml.sax.DTDHandler

DTDHandler
SAX2: Returns the object used to process declarations related to notations and unparsed entities.
DTDHandler
SAX2: Returns the object used to process declarations related to notations and unparsed entities.

Uses in package gnu.xml.libxmlj.sax

Methods with parameter type org.xml.sax.DTDHandler

void

Methods with return type org.xml.sax.DTDHandler

DTDHandler

Uses in package gnu.java.beans.decoder

Classes implementing org.xml.sax.DTDHandler

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

Uses in package org.xml.sax

Classes implementing org.xml.sax.DTDHandler

class
Default base class for handlers.

Methods with parameter type org.xml.sax.DTDHandler

void
Allow an application to register a DTD event handler.
void
Allow an application to register a DTD event handler.

Methods with return type org.xml.sax.DTDHandler

DTDHandler
Return the current DTD handler.

Uses in package org.xml.sax.helpers

Classes implementing org.xml.sax.DTDHandler

class
Default base class for SAX2 event handlers.
class
Base class for deriving an XML filter.

Methods with parameter type org.xml.sax.DTDHandler

void
Set the DTD handler.
void
Set the DTD event handler.
void
Register the DTD event handler.

Methods with return type org.xml.sax.DTDHandler

DTDHandler
Return the current DTD handler.
DTDHandler
Get the current DTD event handler.

Uses in package gnu.xml.dom

Classes implementing org.xml.sax.DTDHandler

class
Implements the backdoors needed by DOM.