Uses of Interface org.xml.sax.ext.DeclHandler

Uses in package gnu.xml.util

Classes implementing org.xml.sax.ext.DeclHandler

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.

Uses in package gnu.xml.dom.ls

Classes implementing org.xml.sax.ext.DeclHandler

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

Uses in package gnu.xml.pipeline

Classes implementing org.xml.sax.ext.DeclHandler

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.

Uses in package org.xml.sax.ext

Classes implementing org.xml.sax.ext.DeclHandler

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

Uses in package gnu.xml.libxmlj.sax

Methods with parameter type org.xml.sax.ext.DeclHandler

void

Methods with return type org.xml.sax.ext.DeclHandler

DeclHandler

Uses in package gnu.xml.dom

Classes implementing org.xml.sax.ext.DeclHandler

class
Implements the backdoors needed by DOM.