Class Attribute


  • public class Attribute
    extends java.lang.Object
    An attribute within an Element. Each attribute has a namespace URI, a local name within the namespace, and a value.
    Since:
    5.1.0.2
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()  
      java.lang.String getNamespace()  
      java.lang.String getValue()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getName

        public java.lang.String getName()
      • getValue

        public java.lang.String getValue()