|
|||||||||
| Home >> All >> org >> apache >> commons >> [ jxpath overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.commons.jxpath
Class XMLDocumentContainer

java.lang.Objectorg.apache.commons.jxpath.XMLDocumentContainer
- All Implemented Interfaces:
- Container
Deprecated. 1.1 Please use org.apache.commons.jxpath.xml.DocumentContainer
- public class XMLDocumentContainer
- extends java.lang.Object
- implements Container
- extends java.lang.Object
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: 1.11 $ $Date: 2004/02/29 14:17:42 $
| Field Summary | |
private org.apache.commons.jxpath.xml.DocumentContainer |
delegate
Deprecated. |
private java.lang.Object |
document
Deprecated. |
private java.lang.String |
parser
Deprecated. |
private javax.xml.transform.Source |
source
Deprecated. |
private java.net.URL |
xmlURL
Deprecated. |
| Constructor Summary | |
XMLDocumentContainer(javax.xml.transform.Source source)
Deprecated. |
|
XMLDocumentContainer(java.net.URL xmlURL)
Deprecated. |
|
| Method Summary | |
java.lang.Object |
getValue()
Deprecated. Reads XML, caches it internally and returns the Document. |
void |
setValue(java.lang.Object value)
Deprecated. Throws an UnsupportedOperationException |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
delegate
private org.apache.commons.jxpath.xml.DocumentContainer delegate
- Deprecated.
document
private java.lang.Object document
- Deprecated.
xmlURL
private java.net.URL xmlURL
- Deprecated.
source
private javax.xml.transform.Source source
- Deprecated.
parser
private java.lang.String parser
- Deprecated.
| Constructor Detail |
XMLDocumentContainer
public XMLDocumentContainer(java.net.URL xmlURL)
- Deprecated.
XMLDocumentContainer
public XMLDocumentContainer(javax.xml.transform.Source source)
- Deprecated.
| Method Detail |
getValue
public java.lang.Object getValue()
- Deprecated.
- Reads XML, caches it internally and returns the Document.
- Reads XML, caches it internally and returns the Document.
setValue
public void setValue(java.lang.Object value)
|
|||||||||
| Home >> All >> org >> apache >> commons >> [ jxpath overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.apache.commons.jxpath.XMLDocumentContainer