DocumentContainer
public class XMLDocumentContainer extends Object implements Container
Constructor and Description |
---|
XMLDocumentContainer(javax.xml.transform.Source source)
Deprecated.
Create a new XMLDocumentContainer.
|
XMLDocumentContainer(URL xmlURL)
Deprecated.
Create a new XMLDocumentContainer.
|
Modifier and Type | Method and Description |
---|---|
Object |
getValue()
Deprecated.
Reads XML, caches it internally and returns the Document.
|
void |
setValue(Object value)
Deprecated.
Throws an UnsupportedOperationException
|
public XMLDocumentContainer(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 sourcepublic Object getValue()
Copyright © 2001–2016 The Apache Software Foundation. All rights reserved.