Uses of Interface
org.apache.commons.jxpath.Container
Packages that use Container
Package
Description
Public, abstract part of JXPath: interfaces and configuration.
Implementation of "model" APIs for Containers.
Support classes for working with XML.
-
Uses of Container in org.apache.commons.jxpath
Classes in org.apache.commons.jxpath that implement Container -
Uses of Container in org.apache.commons.jxpath.ri.model.container
Constructors in org.apache.commons.jxpath.ri.model.container with parameters of type ContainerModifierConstructorDescriptionContainerPointer
(Container container, Locale locale) Constructs a new ContainerPointer.ContainerPointer
(NodePointer parent, Container container) Constructs a new ContainerPointer. -
Uses of Container in org.apache.commons.jxpath.xml
Classes in org.apache.commons.jxpath.xml that implement ContainerModifier and TypeClassDescriptionclass
An XML document container reads and parses XML only when it is accessed.
DocumentContainer