| Package | Description | 
|---|---|
| com.tangosol.net | Contains basic cluster interfaces and factories. | 
| com.tangosol.run.xml | Contains classes providing basic XML related functionality. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected double | DefaultConfigurableCacheFactory. convertDouble(XmlValue xmlValue)Deprecated.  Convert the value in the specified  XmlValueto a double. | 
| protected int | DefaultConfigurableCacheFactory. convertInt(XmlValue xmlValue)Deprecated.  Convert the value in the specified  XmlValueto an int. | 
| protected int | DefaultConfigurableCacheFactory. convertInt(XmlValue xmlValue, int nDefault)Deprecated.  Convert the value in the specified  XmlValueto an int. | 
| protected long | DefaultConfigurableCacheFactory. convertLong(XmlValue xmlValue)Deprecated.  Convert the value in the specified  XmlValueto a long. | 
| protected void | DefaultConfigurableCacheFactory. reportConversionError(XmlValue xmlValue, String sType, String sDefault, RuntimeException e)Deprecated.  Log a failed type conversion. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | XmlDocumentAn interface for XML document access. | 
| interface  | XmlElementAn interface for XML element access. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SimpleDocumentA simple implementation of the XmlElement interface. | 
| class  | SimpleElementA simple implementation of the XmlElement interface. | 
| class  | SimpleValueA simple implementation of the XmlValue interface. | 
| Modifier and Type | Method and Description | 
|---|---|
| XmlValue | SimpleElement. addAttribute(String sName)Provides a means to add a new attribute value. | 
| XmlValue | XmlElement. addAttribute(String sName)Provides a means to add a new attribute value. | 
| XmlValue | PropertyAdapter. findAttribute(XmlElement xml)Find an attribute of the specified XmlElement that represents a value for a property represented by this adapter. | 
| XmlValue | SimpleElement. getAttribute(String sName)Get an attribute value. | 
| XmlValue | 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. | 
| XmlValue | SimpleElement. getSafeAttribute(String sName)Get an attribute value, and return a temporary value if the attribute does not exist. | 
| XmlValue | XmlElement. getSafeAttribute(String sName)Get an attribute value, and return a temporary value if the attribute does not exist. | 
| XmlValue | SimpleAttribute. getXmlValue()Return the  XmlValuedefined by theXmlAttribute. | 
| XmlValue | XmlAttribute. getXmlValue()Get the  XmlValuedefined by thgeXmlAttribute. | 
| protected XmlValue | SimpleElement. instantiateAttribute()Instantiate an XmlValue implementation for an attribute value. | 
| Modifier and Type | Method and Description | 
|---|---|
| static boolean | XmlHelper. equalsValue(XmlValue val1, XmlValue val2)Compare one XML value with another XML value for equality. | 
| static int | XmlHelper. hashValue(XmlValue val)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. | 
| Constructor and Description | 
|---|
| SimpleAttribute(XmlElement xmlElement, String sName, XmlValue xmlValue)Standard Constructor. |