|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.oddjob.arooa.parsing.ArooaElement
public class ArooaElement
| Constructor Summary | |
|---|---|
ArooaElement(String tag)
|
|
ArooaElement(String tag,
ArooaAttributes attributes)
|
|
ArooaElement(URI uri,
String tag)
|
|
ArooaElement(URI uri,
String tag,
ArooaAttributes attributes)
|
|
| Method Summary | |
|---|---|
ArooaElement |
addAttribute(String name,
String value)
|
boolean |
equals(Object obj)
|
ArooaAttributes |
getAttributes()
|
String |
getTag()
|
URI |
getUri()
|
int |
hashCode()
|
ArooaElement |
removeAttribute(String name)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ArooaElement(URI uri,
String tag,
ArooaAttributes attributes)
public ArooaElement(URI uri,
String tag)
public ArooaElement(String tag)
public ArooaElement(String tag,
ArooaAttributes attributes)
| Method Detail |
|---|
public String getTag()
public URI getUri()
public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic ArooaElement removeAttribute(String name)
public ArooaElement addAttribute(String name,
String value)
public String toString()
toString in class Objectpublic ArooaAttributes getAttributes()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||