Uses of Interface
com.tangosol.run.xml.XmlValue
Package
Description
Defines classes and interfaces for representing and evaluating expressions.
Contains basic cluster interfaces and factories.
Contains interfaces and classes related to custom SSL certificate and key store loaders.
Contains classes providing basic XML related functionality.
-
Uses of XmlValue in com.tangosol.config.expression
-
Uses of XmlValue in com.tangosol.net
Modifier and TypeMethodDescriptionprotected double
DefaultConfigurableCacheFactory.convertDouble
(XmlValue xmlValue) Deprecated.Convert the value in the specifiedXmlValue
to a double.protected int
DefaultConfigurableCacheFactory.convertInt
(XmlValue xmlValue) Deprecated.Convert the value in the specifiedXmlValue
to an int.protected int
DefaultConfigurableCacheFactory.convertInt
(XmlValue xmlValue, int nDefault) Deprecated.Convert the value in the specifiedXmlValue
to an int.protected long
DefaultConfigurableCacheFactory.convertLong
(XmlValue xmlValue) Deprecated.Convert the value in the specifiedXmlValue
to a long.protected void
DefaultConfigurableCacheFactory.reportConversionError
(XmlValue xmlValue, String sType, String sDefault, RuntimeException e) Deprecated.Log a failed type conversion. -
Uses of XmlValue in com.tangosol.net.ssl
ModifierConstructorDescriptionCreate aURLCertificateLoader
.Create aURLKeyStoreLoader
.Create aURLPrivateKeyLoader
. -
Uses of XmlValue in com.tangosol.run.xml
Modifier and TypeInterfaceDescriptioninterface
An interface for XML document access.interface
An interface for XML element access.Modifier and TypeClassDescriptionclass
A simple implementation of the XmlElement interface.class
A simple implementation of the XmlElement interface.class
A simple implementation of the XmlValue interface.Modifier and TypeMethodDescriptionSimpleElement.addAttribute
(String sName) Provides a means to add a new attribute value.XmlElement.addAttribute
(String sName) Provides a means to add a new attribute value.PropertyAdapter.findAttribute
(XmlElement xml) Find an attribute of the specified XmlElement that represents a value for a property represented by this adapter.SimpleElement.getAttribute
(String sName) Get an attribute value.XmlElement.getAttribute
(String sName) Get an attribute value.static XmlValue
XmlHelper.getAttribute
(XmlElement xml, String sLocal, String sUri) Get an attribute of the specified XmlElement that matches to the specified local name and the specified Namespace URI.SimpleElement.getSafeAttribute
(String sName) Get an attribute value, and return a temporary value if the attribute does not exist.XmlElement.getSafeAttribute
(String sName) Get an attribute value, and return a temporary value if the attribute does not exist.SimpleAttribute.getXmlValue()
Return theXmlValue
defined by theXmlAttribute
.XmlAttribute.getXmlValue()
Get theXmlValue
defined by thgeXmlAttribute
.protected XmlValue
SimpleElement.instantiateAttribute()
Instantiate an XmlValue implementation for an attribute value.Modifier and TypeMethodDescriptionstatic boolean
XmlHelper.equalsValue
(XmlValue val1, XmlValue val2) Compare one XML value with another XML value for equality.static int
Provide a hash value for the XML value.void
SimpleElement.setAttribute
(String sName, XmlValue val) Set an attribute value.void
XmlElement.setAttribute
(String sName, XmlValue val) Set an attribute value.ModifierConstructorDescriptionSimpleAttribute
(XmlElement xmlElement, String sName, XmlValue xmlValue) Standard Constructor.