| 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. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DocumentElementPreprocessor
A  
DocumentElementPreprocessor is a DocumentPreprocessor
 that is designed to operate with one or more DocumentElementPreprocessor.ElementPreprocessors. | 
| Modifier and Type | Method and Description | 
|---|---|
DocumentPreprocessor | 
AbstractNamespaceHandler.getDocumentPreprocessor()
Obtains the  
DocumentPreprocessor that must be applied to the
 XmlElement (ie: document) in which the NamespaceHandler
 is defined, prior to XmlElements and XmlAttributes
 being processed defined by this NamespaceHandler. | 
DocumentPreprocessor | 
NamespaceHandler.getDocumentPreprocessor()
Obtains the  
DocumentPreprocessor that must be applied to the
 XmlElement (ie: document) in which the NamespaceHandler
 is defined, prior to XmlElements and XmlAttributes
 being processed defined by this NamespaceHandler. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AbstractNamespaceHandler.setDocumentPreprocessor(DocumentPreprocessor preprocessor)
Sets the  
DocumentPreprocessor for the NamespaceHandler. |