DocumentContainer
public class XMLDocumentContainer extends java.lang.Object implements Container
Modifier and Type | Field and 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 and Description |
---|
XMLDocumentContainer(javax.xml.transform.Source source)
Deprecated.
Create a new XMLDocumentContainer.
|
XMLDocumentContainer(java.net.URL xmlURL)
Deprecated.
Create a new XMLDocumentContainer.
|
Modifier and Type | Method and 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