Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


com.tangosol.run.xml
Class XmlDocumentReference

java.lang.Object
  extended by com.tangosol.run.xml.XmlDocumentReference


public class XmlDocumentReference
extends java.lang.Object

An XmlDocumentReference provides an mechanism to reference an XmlDocument.

Author:
Brian Oliver

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

XmlDocumentReference

public XmlDocumentReference(java.lang.String sXmlDocument)
Standard Constructor.
Parameters:
sXmlDocument - A String representation of the XmlDocument.

XmlDocumentReference

public XmlDocumentReference(java.net.URI uriXmlDocument)
Standard Constructor.
Parameters:
uriXmlDocument - URI of the XmlDocument.

Method Detail

getXmlDocument

public XmlDocument getXmlDocument(java.lang.ClassLoader classLoader)
Retrieves a copy of the XmlDocument specified by the XmlDocumentReference.
Parameters:
classLoader - The ClassLoader to use for locating and loading the XmlDocument if necessary.
Returns:
An XmlDocument.

getXmlDocument

public XmlDocument getXmlDocument()
Retrieves a copy of the XmlDocument specified by the XmlDocumentReference.
Returns:
An XmlDocument.

Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


Copyright © 2000, 2014, Oracle and/or its affiliates. All rights reserved.