Uses of Interface
com.tangosol.run.xml.XmlDocument
Package
Description
Contains basic cluster interfaces and factories.
Contains classes providing basic XML related functionality.
-
Uses of XmlDocument in com.tangosol.net
Modifier and TypeMethodDescriptionstatic 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. -
Uses of XmlDocument in com.tangosol.run.xml
Modifier and TypeClassDescriptionclass
A simple implementation of the XmlElement interface.Modifier and TypeMethodDescriptionXmlDocumentReference.getXmlDocument()
Retrieves a copy of theXmlDocument
specified by theXmlDocumentReference
.XmlDocumentReference.getXmlDocument
(ClassLoader classLoader) Retrieves a copy of theXmlDocument
specified by theXmlDocumentReference
.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.loadFileOrResourceOrDefault
(String sName, String sDescr, ClassLoader loader) 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, boolean fDefault) 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
(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
Load XML from a file for a class.static XmlDocument
Load XML from a file for a class using a given charset.static XmlDocument
Load XML from a file that is collocated with the specified class with a given charset.static XmlDocument
Load XML from a string.static XmlDocument
Load the XML from the specified url using the default character set.static XmlDocument
Load the XML from the specified url using the specified character set.SimpleParser.parseXml
(InputStream stream) Parse the specified InputStream into an XmlDocument object.SimpleParser.parseXml
(InputStream stream, String sCharset) Parse the specified InputStream into an XmlDocument object using the specified charset.Parse the specified Reader into an XmlDocument object.Parse the specified String into an XmlDocument object.SimpleParser.parseXml
(String sXml, XmlDocument xml) Parse the passed script.Modifier and TypeMethodDescriptionstatic 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.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.