Uses of Class
gnu.xml.pipeline.DomConsumer.Handler

Packages that use DomConsumer.Handler
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.Handler in gnu.xml.dom
 

Subclasses of DomConsumer.Handler in gnu.xml.dom
static class Consumer.Backdoor
          Implements the backdoors needed by DOM.
 

Uses of DomConsumer.Handler in gnu.xml.pipeline
 

Methods in gnu.xml.pipeline with parameters of type DomConsumer.Handler
protected  void DomConsumer.setHandler(DomConsumer.Handler h)
          This is the hook through which a subclass provides a handler which knows how to access DOM extensions, specific to some implementation, to record additional data in a 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 2004-08-21.