Uses of Class
gnu.xml.pipeline.DomConsumer

Packages that use DomConsumer
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. 
 

Uses of DomConsumer in gnu.xml.dom
 

Subclasses of DomConsumer in gnu.xml.dom
 class Consumer
          Event consumer which constructs DOM documents using the implementation in this package, using SAX2 events.
 

Constructors in gnu.xml.dom with parameters of type DomConsumer
Consumer.Backdoor(DomConsumer consumer)
          Constructor.
 

Uses of DomConsumer in gnu.xml.pipeline
 

Fields in gnu.xml.pipeline declared as DomConsumer
protected  DomConsumer DomConsumer.Handler.consumer
           
 

Constructors in gnu.xml.pipeline with parameters of type DomConsumer
DomConsumer.Handler(DomConsumer consumer)
          Subclasses may use SAX2 events to provide additional behaviors in the resulting DOM.
 



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 2008-10-18.