com.simonstl.midp.xml
Class TAMElement
java.lang.Object
|
+--com.simonstl.midp.xml.TAMName
|
+--com.simonstl.midp.xml.TAMElement
- public class TAMElement
- extends TAMName
A simple extension of TAMName
which can
hold and manipulate attributes as well as keep track if the element is empty.
- Author:
- simonstl
Constructor Summary |
TAMElement()
Creates a new instance of TAMElement |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
attributes
protected TAMAttributesImpl attributes
isEmpty
protected boolean isEmpty
TAMElement
public TAMElement()
- Creates a new instance of TAMElement
addAttribute
public void addAttribute(TAMAttribute att)
setAttUris
public void setAttUris(TAMNSContext namespaces)
getAttributes
public TamAttributes getAttributes()
setIsEmpty
public void setIsEmpty(boolean _empty)
getIsEmpty
public boolean getIsEmpty()