Uses of Class
com.tangosol.run.xml.XmlDocumentReference
-
Packages that use XmlDocumentReference Package Description com.tangosol.config.xml Defines classes and interfaces for processing Xml documents and building object models, like configuration, based on said documents though the use of injection. -
-
Uses of XmlDocumentReference in com.tangosol.config.xml
Methods in com.tangosol.config.xml with parameters of type XmlDocumentReference Modifier and Type Method Description <T> T
DocumentProcessor. process(XmlDocumentReference refDocument, XmlDocumentReference... aOverrides)
Processes theXmlDocument
located at the specifiedXmlDocumentReference
.
-