Uses of Interface
org.apache.cocoon.xml.dom.DOMBuilder.Listener

Packages that use DOMBuilder.Listener
org.apache.cocoon.transformation   
org.apache.cocoon.xml.dom   
 

Uses of DOMBuilder.Listener in org.apache.cocoon.transformation
 

Classes in org.apache.cocoon.transformation that implement DOMBuilder.Listener
 class AbstractDOMTransformer
          An Abstract DOM Transformer, for use when a transformer needs a DOM-based view of the document.
 

Uses of DOMBuilder.Listener in org.apache.cocoon.xml.dom
 

Fields in org.apache.cocoon.xml.dom declared as DOMBuilder.Listener
protected  DOMBuilder.Listener DOMBuilder.listener
          The listener
 

Constructors in org.apache.cocoon.xml.dom with parameters of type DOMBuilder.Listener
DOMBuilder(DOMBuilder.Listener listener)
          Construct a new instance of this DOMBuilder.
DOMBuilder(DOMBuilder.Listener listener, Node parentNode)
          Construct a new instance of this DOMBuilder.
DOMBuilder(SAXTransformerFactory factory, DOMBuilder.Listener listener, Node parentNode)
          Construct a new instance of this DOMBuilder.
 



Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.