Uses of Interface gnu.xml.aelfred2.ContentHandler2

Uses in package gnu.xml.dom

Classes implementing gnu.xml.aelfred2.ContentHandler2

class
Implements the backdoors needed by DOM.

Uses in package gnu.xml.pipeline

Classes implementing gnu.xml.aelfred2.ContentHandler2

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