Uses of Class
gnu.xml.pipeline.EventFilter

Packages that use EventFilter
gnu.xml.pipeline This package exposes a kind of XML processing pipeline, based on sending SAX events, which can be used as components of application architectures. 
 

Uses of EventFilter in gnu.xml.pipeline
 

Subclasses of EventFilter in gnu.xml.pipeline
 class LinkFilter
          Pipeline filter to remember XHTML links found in a document, so they can later be crawled.
 class NSFilter
          This filter ensures that element and attribute names are properly prefixed, and that such prefixes are declared.
 class ValidationConsumer
          This class checks SAX2 events to report validity errors; it works as both a filter and a terminus on an event pipeline.
 class WellFormednessFilter
          This filter reports fatal exceptions in the case of event streams that are not well formed.
 class XIncludeFilter
          Filter to process an XPointer-free subset of XInclude, supporting its use as a kind of replacement for parsed general entities.
 class XsltFilter
          Packages an XSLT transform as a pipeline component.
 



Source code is under GPL (with library exception) in the JAXP project at http://www.gnu.org/software/classpathx/jaxp
This documentation was derived from that source code on 2003-06-07.