Uses of Interface
com.tangosol.run.xml.XmlAttribute
-
Packages that use XmlAttribute 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. -
-
Uses of XmlAttribute in com.tangosol.config.xml
Methods in com.tangosol.config.xml with parameters of type XmlAttribute Modifier and Type Method Description AttributeProcessor<?>
AbstractNamespaceHandler. getAttributeProcessor(XmlAttribute attribute)
Obtains theAttributeProcessor
that is suitable for processing the specifiedXmlAttribute
in the xml namespace associated with thisNamespaceHandler
.AttributeProcessor<?>
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
.T
AttributeProcessor. process(ProcessingContext context, XmlAttribute attribute)
Process anXmlAttribute
and return a specific type of value.T
SimpleAttributeProcessor. process(ProcessingContext context, XmlAttribute attribute)
Process anXmlAttribute
and return a specific type of value. -
Uses of XmlAttribute in com.tangosol.run.xml
Classes in com.tangosol.run.xml that implement XmlAttribute Modifier and Type Class Description class
SimpleAttribute
ASimpleAttribute
provides a basic implementation of anXmlAttribute
.
-