|
Deprecated Methods |
nanoxml.XMLElement.addProperty(String, double)
Use setDoubleAttribute 55 instead. |
nanoxml.XMLElement.addProperty(String, int)
Use setIntAttribute 55 instead. |
nanoxml.XMLElement.addProperty(String, Object)
Use setAttribute 55 instead. |
nanoxml.XMLElement.enumeratePropertyNames()
Use enumerateAttributeNames 55 instead. |
nanoxml.XMLElement.getContents()
Use getContent 55 instead. |
nanoxml.XMLElement.getIntProperty(String, Hashtable, String)
Use getIntAttribute 55 instead. |
nanoxml.XMLElement.getProperty(String)
Use getStringAttribute 55 instead. |
nanoxml.XMLElement.getProperty(String, double)
Use getDoubleAttribute 55 instead. |
nanoxml.XMLElement.getProperty(String, Hashtable, String)
Use getAttribute 55 instead. |
nanoxml.XMLElement.getProperty(String, int)
Use getIntAttribute 55 instead. |
nanoxml.XMLElement.getProperty(String, String)
Use getStringAttribute 55 instead. |
nanoxml.XMLElement.getProperty(String, String, String, boolean)
Use getBooleanAttribute 55 instead. |
nanoxml.XMLElement.getSpecialDoubleProperty(String, Hashtable, String)
Use getDoubleAttribute 55 instead. |
nanoxml.XMLElement.getSpecialIntProperty(String, Hashtable, String)
Use getIntAttribute 55 instead. |
nanoxml.XMLElement.getStringProperty(String, Hashtable, String)
Use getStringAttribute 55 instead. |
nanoxml.XMLElement.getTagName()
Use getName 55 instead. |
nanoxml.XMLElement.removeChild(String)
Use removeAttribute 55 instead. |
nanoxml.XMLElement.removeProperty(String)
Use removeAttribute 55 instead. |
nanoxml.XMLElement.setTagName(String)
Use setName 55 instead. |