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.
|
com.tangosol.run.xml |
Contains classes providing basic XML related functionality.
|
Modifier and Type | Method | Description |
---|---|---|
AttributeProcessor<?> |
AbstractNamespaceHandler.getAttributeProcessor(XmlAttribute attribute)
Obtains the
AttributeProcessor that is suitable for processing the specified XmlAttribute
in the xml namespace associated with this NamespaceHandler . |
|
AttributeProcessor<?> |
NamespaceHandler.getAttributeProcessor(XmlAttribute attribute)
Obtains the
AttributeProcessor that is suitable for processing the specified XmlAttribute
in the xml namespace associated with this NamespaceHandler . |
|
protected AttributeProcessor<?> |
AbstractNamespaceHandler.onUnknownAttribute(XmlAttribute attribute)
A call-back to handle when an
XmlAttribute is unknown to the NamespaceHandler . |
|
T |
SimpleAttributeProcessor.process(ProcessingContext context,
XmlAttribute attribute)
Process an
XmlAttribute and return a specific type of value. |
|
T |
AttributeProcessor.process(ProcessingContext context,
XmlAttribute attribute)
Process an
XmlAttribute and return a specific type of value. |
Modifier and Type | Class | Description |
---|---|---|
class |
SimpleAttribute
A
SimpleAttribute provides a basic implementation of an XmlAttribute . |