Method Summary |
|
public void | addAtt(Att att) Adds an attribute. |
public Att | getAtt(String qName) Gets the attribute with the specified QName.
Parameters: qName - The QName of an attribute. |
public Att | getAtt(String namespace, String localName) Gets the attribute with the specified namespace and local name.
Parameters: namespace - The namespace of an attribute. Parameters: localName - The local name of an attribute. |
public Iterator<Att> | iterator() Get an iterator on the attributes. |
public Att | removeAtt(String qName) Removes the attribute with the specified QName and returns it.
Parameters: qName - The QName of an attribute. |
public Att | removeAtt(String namespace, String localName) Removes the attribute with the specified namespace and local name and
returns it.
Parameters: namespace - The namespace of an attribute. Parameters: localName - The local name of an attribute. |
public int | size() Returns the number of attributes contained in this object. |
public String | toString() Produces a String-representation of this object. |