| Package | Description | 
|---|---|
| com.tangosol.net | 
 Contains basic cluster interfaces and factories. 
 | 
| com.tangosol.run.xml | 
 Contains classes providing basic XML related functionality. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static XmlDocument | 
DefaultConfigurableCacheFactory.loadConfig(String sName)
Deprecated.  
Load the configuration from a file or resource. 
 | 
static XmlDocument | 
DefaultConfigurableCacheFactory.loadConfig(String sName,
          ClassLoader loader)
Deprecated.  
Load the configuration from a file or resource. 
 | 
static XmlDocument | 
DefaultConfigurableCacheFactory.loadConfigAsResource(String sResource,
                    ClassLoader loader)
Deprecated.  
Load the configuration as a resource. 
 | 
static XmlDocument | 
DefaultConfigurableCacheFactory.loadConfigFromFile(File file)
Deprecated.  
Load the configuration from a file or directory. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SimpleDocument
A simple implementation of the XmlElement interface. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
XmlDocument | 
XmlDocumentReference.getXmlDocument()
Retrieves a copy of the  
XmlDocument specified by the XmlDocumentReference. | 
XmlDocument | 
XmlDocumentReference.getXmlDocument(ClassLoader classLoader)
Retrieves a copy of the  
XmlDocument specified by the XmlDocumentReference. | 
protected XmlDocument | 
SimpleParser.instantiateDocument()
Factory method to instantiate an XmlDocument implementation. 
 | 
static XmlDocument | 
XmlHelper.loadFileOrResource(String sName,
                  String sDescr)
Load the configuration from a file or resource. 
 | 
static XmlDocument | 
XmlHelper.loadFileOrResource(String sName,
                  String sDescr,
                  ClassLoader loader)
Load the configuration from a file or resource. 
 | 
static XmlDocument | 
XmlHelper.loadFileOrResource(String sName,
                  String sDescr,
                  ClassLoader loader,
                  boolean fWarnNoSchema)
Load the configuration from a file or resource. 
 | 
static XmlDocument | 
XmlHelper.loadResource(String sName,
            String sDescr)
Load the configuration from a resource. 
 | 
static XmlDocument | 
XmlHelper.loadResource(String sName,
            String sDescr,
            ClassLoader loader)
Load the configuration from resource. 
 | 
static XmlDocument | 
XmlHelper.loadResource(URL url,
            String sDescr,
            ClassLoader loader)
Load the configuration from a URL resource. 
 | 
protected static XmlDocument | 
XmlHelper.loadResourceInternal(String sName,
                    String sDescr,
                    ClassLoader loader,
                    boolean fFile,
                    boolean fWarnNoSchema)
Load the configuration from a file or resource. 
 | 
protected static XmlDocument | 
XmlHelper.loadResourceInternal(URL url,
                    String sDescr,
                    boolean fWarnNoSchema)
Load the configuration from a URL. 
 | 
static XmlDocument | 
XmlHelper.loadXml(Class clz)
Load XML from a file for a class. 
 | 
static XmlDocument | 
XmlHelper.loadXml(Class clz,
       String sCharset)
Load XML from a file for a class using a given charset. 
 | 
static XmlDocument | 
XmlHelper.loadXml(Class clz,
       String sName,
       String sCharset)
Load XML from a file that is collocated with the specified class with a
 given charset. 
 | 
static XmlDocument | 
XmlHelper.loadXml(InputStream stream)
Load XML from a stream. 
 | 
static XmlDocument | 
XmlHelper.loadXml(InputStream stream,
       String sCharset)
Load XML from a stream using the specified charset. 
 | 
static XmlDocument | 
XmlHelper.loadXml(String sXml)
Load XML from a string. 
 | 
static XmlDocument | 
XmlHelper.loadXml(URL url)
Load the XML from the specified url using the default character set. 
 | 
static XmlDocument | 
XmlHelper.loadXml(URL url,
       String sCharset)
Load the XML from the specified url using the specified character set. 
 | 
XmlDocument | 
SimpleParser.parseXml(InputStream stream)
Parse the specified InputStream into an XmlDocument object. 
 | 
XmlDocument | 
SimpleParser.parseXml(InputStream stream,
        String sCharset)
Parse the specified InputStream into an XmlDocument object using
 the specified charset. 
 | 
XmlDocument | 
SimpleParser.parseXml(Reader reader)
Parse the specified Reader into an XmlDocument object. 
 | 
XmlDocument | 
SimpleParser.parseXml(String sXml)
Parse the specified String into an XmlDocument object. 
 | 
XmlDocument | 
SimpleParser.parseXml(String sXml,
        XmlDocument xml)
Parse the passed script. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
XmlHelper.loadXml(String sXml,
       XmlDocument xmlRoot)
Load XML from a String into the specified XmlElement. 
 | 
static void | 
XmlHelper.loadXml(String sXml,
       XmlDocument xmlRoot,
       boolean fValidate)
Load XML from a String into the specified XmlElement. 
 | 
protected void | 
SimpleParser.parseDoctype(XmlDocument xml)
Parse doc type. 
 | 
protected void | 
SimpleParser.parseDocument(XmlDocument xml)
Factory method to instantiate an XmlDocument implementation. 
 | 
XmlDocument | 
SimpleParser.parseXml(String sXml,
        XmlDocument xml)
Parse the passed script. 
 | 
protected void | 
SimpleParser.parseXmlDecl(XmlDocument xml)
Parse XML declaration. 
 | 
void | 
SaxParser.validateXsd(String sXml,
           XmlDocument xml)
XSD aware parsing routine; if XML contains an XSD reference
 to a schemeLocation/noNamespaceSchemaLocation then parse XML
 using provided XSD for validation. 
 |