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

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

Uses of DOMBuilder.Listener in org.apache.cocoon.components.source.impl
 

Classes in org.apache.cocoon.components.source.impl that implement DOMBuilder.Listener
 class XModuleSource
          A ModifiableSource that takes its content from a module.
 

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(DOMFactory factory, DOMBuilder.Listener listener)
          Deprecated. Use DOMBuilder(listener) instead.
DOMBuilder(DOMFactory domFactory, DOMBuilder.Listener listener, Node parentNode)
          Deprecated. Use DOMBuilder(listener, parentNode) instead.
DOMBuilder(SAXTransformerFactory factory, DOMBuilder.Listener listener, Node parentNode)
          Construct a new instance of this DOMBuilder.
 



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