public class XmlDocumentReference extends Object
XmlDocumentReference provides an mechanism to reference an XmlDocument.| Constructor | Description |
|---|---|
XmlDocumentReference(String sXmlDocument) |
Standard Constructor.
|
XmlDocumentReference(URI uriXmlDocument) |
Standard Constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
XmlDocument |
getXmlDocument() |
Retrieves a copy of the
XmlDocument specified by the XmlDocumentReference. |
XmlDocument |
getXmlDocument(ClassLoader classLoader) |
Retrieves a copy of the
XmlDocument specified by the XmlDocumentReference. |
public XmlDocumentReference(String sXmlDocument)
sXmlDocument - A String representation of the XmlDocument.public XmlDocumentReference(URI uriXmlDocument)
uriXmlDocument - URI of the XmlDocument.public XmlDocument getXmlDocument(ClassLoader classLoader)
XmlDocument specified by the XmlDocumentReference.classLoader - The ClassLoader to use for locating and loading the XmlDocument if necessary.XmlDocument.public XmlDocument getXmlDocument()
XmlDocument specified by the XmlDocumentReference.XmlDocument.