Package org.apache.commons.jxpath
Class XMLDocumentContainer
java.lang.Object
org.apache.commons.jxpath.XMLDocumentContainer
- All Implemented Interfaces:
Serializable
,Container
Deprecated.
An XML document container reads and parses XML only when it is
accessed. JXPath traverses Containers transparently -
you use the same paths to access objects in containers as you
do to access those objects directly. You can create
XMLDocumentContainers for various XML documents that may or
may not be accessed by XPaths. If they are, they will be automatically
read, parsed and traversed. If they are not - they won't be
read at all.
- Version:
- $Revision: 652845 $ $Date: 2008-05-02 12:46:46 -0500 (Fri, 02 May 2008) $
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionXMLDocumentContainer
(URL xmlURL) Deprecated.Create a new XMLDocumentContainer.XMLDocumentContainer
(Source source) Deprecated.Create a new XMLDocumentContainer. -
Method Summary
-
Field Details
-
delegate
Deprecated. -
document
Deprecated. -
xmlURL
Deprecated. -
source
Deprecated.
-
-
Constructor Details
-
XMLDocumentContainer
Deprecated.Create a new XMLDocumentContainer.- Parameters:
xmlURL
- a URL for an XML file. Use getClass().getResource(resourceName) to load XML from a resource file.
-
XMLDocumentContainer
Deprecated.Create a new XMLDocumentContainer.- Parameters:
source
- XML source
-
-
Method Details
DocumentContainer