Uses of Interface
org.apache.cocoon.xml.dom.DOMFactory

Packages that use DOMFactory
org.apache.cocoon.components.parser   
org.apache.cocoon.xml.dom   
 

Uses of DOMFactory in org.apache.cocoon.components.parser
 

Subinterfaces of DOMFactory in org.apache.cocoon.components.parser
 interface Parser
          Deprecated. The Avalon XML Parser is now used inside Cocoon. This role will be removed in future releases.
 

Classes in org.apache.cocoon.components.parser that implement DOMFactory
 class JaxpParser
          Deprecated. The Avalon XML Parser is now used inside Cocoon. This role will be removed in future releases.
 class PooledJaxpParser
          Deprecated. PooledJaxpParser is now the default parser for Cocoon and has thus been moved to JaxpParser - this class will be removed in a future release. The Avalon XML Parser is now used inside Cocoon. This role will be removed in future releases.
 class XercesParser
          Deprecated. The Avalon XML Parser is now used inside Cocoon. This role will be removed in future releases.
 

Uses of DOMFactory in org.apache.cocoon.xml.dom
 

Constructors in org.apache.cocoon.xml.dom with parameters of type DOMFactory
DOMBuilder(DOMFactory factory)
          Deprecated. Use DOMBuilder() instead.
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.
 



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