Uses of Class
bibliothek.util.xml.XAttribute

Packages that use XAttribute
bibliothek.util.xml Classes to read, inspect, modify and write XML files. 
 

Uses of XAttribute in bibliothek.util.xml
 

Methods in bibliothek.util.xml that return XAttribute
 XAttribute[] XElement.attributes()
          Gets all attributes of this entry.
 XAttribute XAttribute.copy()
           
 XAttribute XElement.getAttribute(String name)
          Searches an attribute with the given name.
 XAttribute XElement.removeAttribute(String name)
          Removes the attribute with name name from this XElement.
 

Methods in bibliothek.util.xml with parameters of type XAttribute
 XElement XElement.addAttribute(XAttribute attribute)
          Adds a new attribute to this entry.
 boolean XElement.removeAttribute(XAttribute attribute)
          Removes the attribute attribute from this XElement.