public class ArooaElement extends Object implements Serializable
Constructor and Description |
---|
ArooaElement(String tag) |
ArooaElement(String tag,
ArooaAttributes attributes) |
ArooaElement(URI uri,
String tag) |
ArooaElement(URI uri,
String tag,
ArooaAttributes attributes) |
Modifier and Type | Method and Description |
---|---|
ArooaElement |
addAttribute(String name,
String value) |
boolean |
equals(Object obj) |
ArooaAttributes |
getAttributes() |
String |
getTag() |
URI |
getUri() |
int |
hashCode() |
ArooaElement |
removeAttribute(String name) |
String |
toString() |
public ArooaElement(URI uri, String tag, ArooaAttributes attributes)
public ArooaElement(String tag)
public ArooaElement(String tag, ArooaAttributes attributes)
public String getTag()
public URI getUri()
public ArooaElement removeAttribute(String name)
public ArooaElement addAttribute(String name, String value)
public ArooaAttributes getAttributes()