Uses of Interface
com.tangosol.run.xml.XmlValue
Packages that use 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
Constructors in com.tangosol.config.expression with parameters of type XmlValue -
Uses of XmlValue in com.tangosol.net
Methods in com.tangosol.net with parameters of type XmlValueModifier and TypeMethodDescriptionprotected doubleDefaultConfigurableCacheFactory.convertDouble(XmlValue xmlValue) Deprecated.Convert the value in the specifiedXmlValueto a double.protected intDefaultConfigurableCacheFactory.convertInt(XmlValue xmlValue) Deprecated.Convert the value in the specifiedXmlValueto an int.protected intDefaultConfigurableCacheFactory.convertInt(XmlValue xmlValue, int nDefault) Deprecated.Convert the value in the specifiedXmlValueto an int.protected longDefaultConfigurableCacheFactory.convertLong(XmlValue xmlValue) Deprecated.Convert the value in the specifiedXmlValueto a long.protected voidDefaultConfigurableCacheFactory.reportConversionError(XmlValue xmlValue, String sType, String sDefault, RuntimeException e) Deprecated.Log a failed type conversion. -
Uses of XmlValue in com.tangosol.net.ssl
Constructors in com.tangosol.net.ssl with parameters of type XmlValueModifierConstructorDescriptionCreate aURLCertificateLoader.Create aURLKeyStoreLoader.Create aURLPrivateKeyLoader. -
Uses of XmlValue in com.tangosol.run.xml
Subinterfaces of XmlValue in com.tangosol.run.xmlModifier and TypeInterfaceDescriptioninterfaceAn interface for XML document access.interfaceAn interface for XML element access.Classes in com.tangosol.run.xml that implement XmlValueModifier and TypeClassDescriptionclassA simple implementation of the XmlElement interface.classA simple implementation of the XmlElement interface.classA simple implementation of the XmlValue interface.Methods in com.tangosol.run.xml that return XmlValueModifier 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 XmlValueXmlHelper.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 theXmlValuedefined by theXmlAttribute.XmlAttribute.getXmlValue()Get theXmlValuedefined by thgeXmlAttribute.protected XmlValueSimpleElement.instantiateAttribute()Instantiate an XmlValue implementation for an attribute value.Methods in com.tangosol.run.xml with parameters of type XmlValueModifier and TypeMethodDescriptionstatic booleanXmlHelper.equalsValue(XmlValue val1, XmlValue val2) Compare one XML value with another XML value for equality.static intProvide a hash value for the XML value.voidSimpleElement.setAttribute(String sName, XmlValue val) Set an attribute value.voidXmlElement.setAttribute(String sName, XmlValue val) Set an attribute value.Constructors in com.tangosol.run.xml with parameters of type XmlValueModifierConstructorDescriptionSimpleAttribute(XmlElement xmlElement, String sName, XmlValue xmlValue) Standard Constructor.