Uses of Interface
org.apache.commons.jxpath.Container

Packages that use Container
org.apache.commons.jxpath Public, abstract part of JXPath: interfaces and configuration. 
org.apache.commons.jxpath.ri.model.container Implementation of "model" APIs for Containers. 
org.apache.commons.jxpath.xml   
 

Uses of Container in org.apache.commons.jxpath
 

Classes in org.apache.commons.jxpath that implement Container
 class XMLDocumentContainer
          Deprecated. 1.1 Please use org.apache.commons.jxpath.xml.DocumentContainer
 

Uses of Container in org.apache.commons.jxpath.ri.model.container
 

Fields in org.apache.commons.jxpath.ri.model.container declared as Container
private  Container ContainerPointer.container
           
 

Constructors in org.apache.commons.jxpath.ri.model.container with parameters of type Container
ContainerPointer(Container container, java.util.Locale locale)
           
ContainerPointer(NodePointer parent, Container container)
           
 

Uses of Container in org.apache.commons.jxpath.xml
 

Classes in org.apache.commons.jxpath.xml that implement Container
 class DocumentContainer
          An XML document container reads and parses XML only when it is accessed.