java.io.Serializable
, Container
DocumentContainer
public class XMLDocumentContainer extends java.lang.Object implements Container
Modifier and Type | Field | Description |
---|---|---|
private DocumentContainer |
delegate |
Deprecated.
|
private java.lang.Object |
document |
Deprecated.
|
private javax.xml.transform.Source |
source |
Deprecated.
|
private java.net.URL |
xmlURL |
Deprecated.
|
Constructor | Description |
---|---|
XMLDocumentContainer(java.net.URL xmlURL) |
Deprecated.
Create a new XMLDocumentContainer.
|
XMLDocumentContainer(javax.xml.transform.Source source) |
Deprecated.
Create a new XMLDocumentContainer.
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.Object |
getValue() |
Deprecated.
Reads XML, caches it internally and returns the Document.
|
void |
setValue(java.lang.Object value) |
Deprecated.
Throws an UnsupportedOperationException
|
private DocumentContainer delegate
private java.lang.Object document
private java.net.URL xmlURL
private javax.xml.transform.Source source
public XMLDocumentContainer(java.net.URL xmlURL)
xmlURL
- a URL for an XML file. Use getClass().getResource(resourceName)
to load XML from a resource file.public XMLDocumentContainer(javax.xml.transform.Source source)
source
- XML source