Uses of Interface
com.tangosol.run.xml.XmlDocument
Packages that use XmlDocument
Package
Description
Contains basic cluster interfaces and factories.
Contains classes providing basic XML related functionality.
-
Uses of XmlDocument in com.tangosol.net
Methods in com.tangosol.net that return XmlDocumentModifier and TypeMethodDescriptionstatic XmlDocumentDefaultConfigurableCacheFactory.loadConfig(String sName) Deprecated.Load the configuration from a file or resource.static XmlDocumentDefaultConfigurableCacheFactory.loadConfig(String sName, ClassLoader loader) Deprecated.Load the configuration from a file or resource.static XmlDocumentDefaultConfigurableCacheFactory.loadConfigAsResource(String sResource, ClassLoader loader) Deprecated.Load the configuration as a resource.static XmlDocumentDefaultConfigurableCacheFactory.loadConfigFromFile(File file) Deprecated.Load the configuration from a file or directory. -
Uses of XmlDocument in com.tangosol.run.xml
Classes in com.tangosol.run.xml that implement XmlDocumentModifier and TypeClassDescriptionclassA simple implementation of the XmlElement interface.Methods in com.tangosol.run.xml that return XmlDocumentModifier and TypeMethodDescriptionXmlDocumentReference.getXmlDocument()Retrieves a copy of theXmlDocumentspecified by theXmlDocumentReference.XmlDocumentReference.getXmlDocument(ClassLoader classLoader) Retrieves a copy of theXmlDocumentspecified by theXmlDocumentReference.protected XmlDocumentSimpleParser.instantiateDocument()Factory method to instantiate an XmlDocument implementation.static XmlDocumentXmlHelper.loadFileOrResource(String sName, String sDescr) Load the configuration from a file or resource.static XmlDocumentXmlHelper.loadFileOrResource(String sName, String sDescr, ClassLoader loader) Load the configuration from a file or resource.static XmlDocumentXmlHelper.loadFileOrResource(String sName, String sDescr, ClassLoader loader, boolean fWarnNoSchema) Load the configuration from a file or resource.static XmlDocumentXmlHelper.loadFileOrResourceOrDefault(String sName, String sDescr, ClassLoader loader) Load the configuration from a file or resource.static XmlDocumentXmlHelper.loadResource(String sName, String sDescr) Load the configuration from a resource.static XmlDocumentXmlHelper.loadResource(String sName, String sDescr, ClassLoader loader) Load the configuration from resource.static XmlDocumentXmlHelper.loadResource(URL url, String sDescr, ClassLoader loader) Load the configuration from a URL resource.protected static XmlDocumentXmlHelper.loadResourceInternal(String sName, String sDescr, ClassLoader loader, boolean fFile, boolean fWarnNoSchema, boolean fDefault) Load the configuration from a file or resource.protected static XmlDocumentXmlHelper.loadResourceInternal(URL url, String sDescr, boolean fWarnNoSchema) Load the configuration from a URL.static XmlDocumentXmlHelper.loadXml(InputStream stream) Load XML from a stream.static XmlDocumentXmlHelper.loadXml(InputStream stream, String sCharset) Load XML from a stream using the specified charset.static XmlDocumentLoad XML from a file for a class.static XmlDocumentLoad XML from a file for a class using a given charset.static XmlDocumentLoad XML from a file that is collocated with the specified class with a given charset.static XmlDocumentLoad XML from a string.static XmlDocumentLoad the XML from the specified url using the default character set.static XmlDocumentLoad 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.Methods in com.tangosol.run.xml with parameters of type XmlDocumentModifier and TypeMethodDescriptionstatic voidXmlHelper.loadXml(String sXml, XmlDocument xmlRoot) Load XML from a String into the specified XmlElement.static voidXmlHelper.loadXml(String sXml, XmlDocument xmlRoot, boolean fValidate) Load XML from a String into the specified XmlElement.protected voidSimpleParser.parseDoctype(XmlDocument xml) Parse doc type.protected voidSimpleParser.parseDocument(XmlDocument xml) Factory method to instantiate an XmlDocument implementation.SimpleParser.parseXml(String sXml, XmlDocument xml) Parse the passed script.protected voidSimpleParser.parseXmlDecl(XmlDocument xml) Parse XML declaration.voidSaxParser.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.