Deprecated API
Contents
-
Deprecated MethodsMethodDescriptionUse
setDoubleAttribute
instead.UsesetIntAttribute
instead.UsesetAttribute
instead.UseenumerateAttributeNames
instead.UsegetContent
instead.UsegetIntAttribute
instead.UsegetStringAttribute
instead.UsegetDoubleAttribute
instead.UsegetIntAttribute
instead.UsegetStringAttribute
instead.UsegetBooleanAttribute
instead.UsegetAttribute
instead.UsegetDoubleAttribute
instead.UsegetIntAttribute
instead.UsegetStringAttribute
instead.UsegetName
instead.UseremoveAttribute
instead.UseremoveAttribute
instead.UsesetName
instead.As of NanoXML/Java 2.0.1, replaced byIXMLElement.getAttribute(java.lang.String,java.lang.String)
Returns the value of an attribute.As of NanoXML/Java 2.1, replaced byXMLElement.getAttribute(java.lang.String,java.lang.String)
Returns the value of an attribute.