Package com.tangosol.run.xml
Class XmlDocumentReference
java.lang.Object
com.tangosol.run.xml.XmlDocumentReference
An
XmlDocumentReference
provides an mechanism to reference an XmlDocument
.- Author:
- Brian Oliver
-
Constructor Summary
ConstructorDescriptionXmlDocumentReference
(String sXmlDocument) Standard Constructor.XmlDocumentReference
(URI uriXmlDocument) Standard Constructor. -
Method Summary
Modifier and TypeMethodDescriptionRetrieves a copy of theXmlDocument
specified by theXmlDocumentReference
.getXmlDocument
(ClassLoader classLoader) Retrieves a copy of theXmlDocument
specified by theXmlDocumentReference
.
-
Constructor Details
-
XmlDocumentReference
Standard Constructor.- Parameters:
sXmlDocument
- AString
representation of theXmlDocument
.
-
XmlDocumentReference
Standard Constructor.- Parameters:
uriXmlDocument
-URI
of theXmlDocument
.
-
-
Method Details
-
getXmlDocument
Retrieves a copy of theXmlDocument
specified by theXmlDocumentReference
.- Parameters:
classLoader
- TheClassLoader
to use for locating and loading theXmlDocument
if necessary.- Returns:
- An
XmlDocument
.
-
getXmlDocument
Retrieves a copy of theXmlDocument
specified by theXmlDocumentReference
.- Returns:
- An
XmlDocument
.
-