Uses of Interface
com.tangosol.config.xml.DocumentPreprocessor
Packages that use 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
Classes in com.tangosol.config.xml that implement DocumentPreprocessorModifier and TypeClassDescriptionclass
ADocumentElementPreprocessor
is aDocumentPreprocessor
that is designed to operate with one or moreDocumentElementPreprocessor.ElementPreprocessor
s.Methods in com.tangosol.config.xml that return DocumentPreprocessorModifier 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
.Methods in com.tangosol.config.xml with parameters of type DocumentPreprocessorModifier and TypeMethodDescriptionvoid
AbstractNamespaceHandler.setDocumentPreprocessor
(DocumentPreprocessor preprocessor) Sets theDocumentPreprocessor
for theNamespaceHandler
.