Uses of Class
com.tangosol.run.xml.XmlDocumentReference
Package
Description
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
Modifier and TypeMethodDescription<T> T
DocumentProcessor.process
(XmlDocumentReference refDocument, XmlDocumentReference... aOverrides) Processes theXmlDocument
located at the specifiedXmlDocumentReference
.