Uses of Package
gnu.xml.pipeline

Packages that use gnu.xml.pipeline
gnu.xml.dom This is a Free Software DOM Level 2 implementation, supporting these features: "XML", "Events", "MutationEvents", "HTMLEvents" (won't generate them though), "UIEvents" (also won't generate them), "USER-Events" (a conformant extension), and "Traversal" (optional; no TreeWalker yet). 
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. 
 

Classes in gnu.xml.pipeline used by gnu.xml.dom
DomConsumer
          This consumer builds a DOM Document from its input, acting either as a pipeline terminus or as an intermediate buffer.
DomConsumer.Handler
          Class used to intercept various parsing events and use them to populate a DOM document.
EventConsumer
          Collects the event consumption apparatus of a SAX pipeline stage.
 

Classes in gnu.xml.pipeline used by gnu.xml.pipeline
DomConsumer
          This consumer builds a DOM Document from its input, acting either as a pipeline terminus or as an intermediate buffer.
DomConsumer.Handler
          Class used to intercept various parsing events and use them to populate a DOM document.
EventConsumer
          Collects the event consumption apparatus of a SAX pipeline stage.
EventFilter
          A customizable event consumer, used to assemble various kinds of filters using SAX handlers and an optional second consumer.
 



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 2004-08-21.