Uses of Interface
com.tangosol.run.xml.XmlAttribute
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.
Contains classes providing basic XML related functionality.
-
Uses of XmlAttribute in com.tangosol.config.xml
Modifier and TypeMethodDescriptionAbstractNamespaceHandler.getAttributeProcessor
(XmlAttribute attribute) Obtains theAttributeProcessor
that is suitable for processing the specifiedXmlAttribute
in the xml namespace associated with thisNamespaceHandler
.NamespaceHandler.getAttributeProcessor
(XmlAttribute attribute) Obtains theAttributeProcessor
that is suitable for processing the specifiedXmlAttribute
in the xml namespace associated with thisNamespaceHandler
.protected AttributeProcessor
<?> AbstractNamespaceHandler.onUnknownAttribute
(XmlAttribute attribute) A call-back to handle when anXmlAttribute
is unknown to theNamespaceHandler
.AttributeProcessor.process
(ProcessingContext context, XmlAttribute attribute) Process anXmlAttribute
and return a specific type of value.SimpleAttributeProcessor.process
(ProcessingContext context, XmlAttribute attribute) Process anXmlAttribute
and return a specific type of value. -
Uses of XmlAttribute in com.tangosol.run.xml
Modifier and TypeClassDescriptionclass
ASimpleAttribute
provides a basic implementation of anXmlAttribute
.