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 TypeClassDescriptionclassADocumentElementPreprocessoris aDocumentPreprocessorthat is designed to operate with one or moreDocumentElementPreprocessor.ElementPreprocessors.Methods in com.tangosol.config.xml that return DocumentPreprocessorModifier and TypeMethodDescriptionAbstractNamespaceHandler.getDocumentPreprocessor()Obtains theDocumentPreprocessorthat must be applied to theXmlElement(ie: document) in which theNamespaceHandleris defined, prior toXmlElements andXmlAttributes being processed defined by thisNamespaceHandler.NamespaceHandler.getDocumentPreprocessor()Obtains theDocumentPreprocessorthat must be applied to theXmlElement(ie: document) in which theNamespaceHandleris defined, prior toXmlElements andXmlAttributes being processed defined by thisNamespaceHandler.Methods in com.tangosol.config.xml with parameters of type DocumentPreprocessorModifier and TypeMethodDescriptionvoidAbstractNamespaceHandler.setDocumentPreprocessor(DocumentPreprocessor preprocessor) Sets theDocumentPreprocessorfor theNamespaceHandler.