Uses of Interface
com.tangosol.config.xml.DocumentPreprocessor
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 DocumentPreprocessor in com.tangosol.config.xml
Modifier and TypeClassDescriptionclass
ADocumentElementPreprocessor
is aDocumentPreprocessor
that is designed to operate with one or moreDocumentElementPreprocessor.ElementPreprocessor
s.Modifier and TypeMethodDescriptionAbstractNamespaceHandler.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
.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
.Modifier and TypeMethodDescriptionvoid
AbstractNamespaceHandler.setDocumentPreprocessor
(DocumentPreprocessor preprocessor) Sets theDocumentPreprocessor
for theNamespaceHandler
.