| 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 | Method and Description | 
|---|---|
DocumentProcessor.DefaultDependencies | 
DocumentProcessor.DefaultDependencies.setClassLoader(ClassLoader classLoader)
Sets the  
ClassLoader that will be used to dynamically load classes. | 
DocumentProcessor.DefaultDependencies | 
DocumentProcessor.DefaultDependencies.setDefaultNamespaceHandler(NamespaceHandler handler)
Sets the  
NamespaceHandler for the default namespace of documents to be processed | 
DocumentProcessor.DefaultDependencies | 
DocumentProcessor.DefaultDependencies.setDefaultParameterResolver(com.tangosol.config.expression.ParameterResolver parameterResolver)
Sets the default  
ParameterResolver to use for resolving externally defined (ie: operating system/container) level parameters. | 
DocumentProcessor.DefaultDependencies | 
DocumentProcessor.DefaultDependencies.setExpressionParser(com.tangosol.config.expression.ExpressionParser parser)
Sets the  
ExpressionParser to use for parsing Expressions during document processing. | 
DocumentProcessor.DefaultDependencies | 
DocumentProcessor.DefaultDependencies.setResourceRegistry(ResourceRegistry registry)
Sets the  
ResourceRegistry that will be used when processing a document. |