Uses of Interface
com.tangosol.run.xml.XmlAttribute
Packages that use 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
Methods in com.tangosol.config.xml with parameters of type XmlAttributeModifier and TypeMethodDescriptionAbstractNamespaceHandler.getAttributeProcessor(XmlAttribute attribute) Obtains theAttributeProcessorthat is suitable for processing the specifiedXmlAttributein the xml namespace associated with thisNamespaceHandler.NamespaceHandler.getAttributeProcessor(XmlAttribute attribute) Obtains theAttributeProcessorthat is suitable for processing the specifiedXmlAttributein the xml namespace associated with thisNamespaceHandler.protected AttributeProcessor<?> AbstractNamespaceHandler.onUnknownAttribute(XmlAttribute attribute) A call-back to handle when anXmlAttributeis unknown to theNamespaceHandler.AttributeProcessor.process(ProcessingContext context, XmlAttribute attribute) Process anXmlAttributeand return a specific type of value.SimpleAttributeProcessor.process(ProcessingContext context, XmlAttribute attribute) Process anXmlAttributeand return a specific type of value. - 
Uses of XmlAttribute in com.tangosol.run.xml
Classes in com.tangosol.run.xml that implement XmlAttributeModifier and TypeClassDescriptionclassASimpleAttributeprovides a basic implementation of anXmlAttribute.