Uses of Interface
com.tangosol.config.xml.DocumentPreprocessor
-
Packages that use DocumentPreprocessor 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 DocumentPreprocessor in com.tangosol.config.xml
Classes in com.tangosol.config.xml that implement DocumentPreprocessor Modifier and Type Class Description class
DocumentElementPreprocessor
ADocumentElementPreprocessor
is aDocumentPreprocessor
that is designed to operate with one or moreDocumentElementPreprocessor.ElementPreprocessor
s.Methods in com.tangosol.config.xml that return DocumentPreprocessor Modifier and Type Method Description DocumentPreprocessor
AbstractNamespaceHandler. getDocumentPreprocessor()
Obtains theDocumentPreprocessor
that must be applied to theXmlElement
(ie: document) in which theNamespaceHandler
is defined, prior toXmlElement
s andXmlAttribute
s being processed defined by thisNamespaceHandler
.DocumentPreprocessor
NamespaceHandler. getDocumentPreprocessor()
Obtains theDocumentPreprocessor
that must be applied to theXmlElement
(ie: document) in which theNamespaceHandler
is defined, prior toXmlElement
s andXmlAttribute
s being processed defined by thisNamespaceHandler
.Methods in com.tangosol.config.xml with parameters of type DocumentPreprocessor Modifier and Type Method Description void
AbstractNamespaceHandler. setDocumentPreprocessor(DocumentPreprocessor preprocessor)
Sets theDocumentPreprocessor
for theNamespaceHandler
.
-