|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
com.tangosol.run.xml.XmlDocumentReference
public class XmlDocumentReference
An XmlDocumentReference provides an mechanism to reference an XmlDocument.
| Constructor Summary | |
|---|---|
XmlDocumentReference(java.lang.String sXmlDocument)Standard Constructor. |
|
XmlDocumentReference(java.net.URI uriXmlDocument)Standard Constructor. |
|
| Method Summary | |
|---|---|
XmlDocument |
getXmlDocument()Retrieves a copy of the XmlDocument specified by the XmlDocumentReference. |
XmlDocument |
getXmlDocument(java.lang.ClassLoader classLoader)Retrieves a copy of the XmlDocument specified by the XmlDocumentReference. |
| Constructor Detail |
|---|
public XmlDocumentReference(java.lang.String sXmlDocument)
sXmlDocument - A String representation of the XmlDocument.public XmlDocumentReference(java.net.URI uriXmlDocument)
uriXmlDocument - URI of the XmlDocument.| Method Detail |
|---|
public XmlDocument getXmlDocument(java.lang.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.
|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||