Uses of Interface
org.dvb.xml.jdom.Attribute

Packages that use Attribute
org.dvb.xml.jdom Provides access to XML via DOM in a way supporting the Java language's strong typing. 
 

Uses of Attribute in org.dvb.xml.jdom
 

Methods in org.dvb.xml.jdom that return Attribute
 Attribute Element.getAttribute(java.lang.String name)
          Get the named attribute of this element, ignoring XML namespaces.
 Attribute Element.getAttribute(java.lang.String name, Namespace ns)
          Get the named attribute of this element, using an XML namespace.
 Attribute[] Element.getAttributes()
          Get all the attributes of this element.