Package | Description |
---|---|
bibliothek.util.xml |
Classes to read, inspect, modify and write XML files.
|
Modifier and Type | Method and Description |
---|---|
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 . |
Modifier and Type | Method and Description |
---|---|
XElement |
XElement.addAttribute(XAttribute attribute)
Adds a new attribute to this entry.
|
boolean |
XElement.removeAttribute(XAttribute attribute)
Removes the attribute
attribute from this XElement . |