Package org.oddjob.arooa.parsing
Class ArooaElement
java.lang.Object
org.oddjob.arooa.parsing.ArooaElement
- All Implemented Interfaces:
Serializable
Represent an element, which is an abstract of an XML element
but XML agnostic, so that an Arooa configuration could be anything,
not just XML.
- Author:
- rob
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionArooaElement(String tag) ArooaElement(String tag, ArooaAttributes attributes) ArooaElement(URI uri, String tag) ArooaElement(URI uri, String tag, ArooaAttributes attributes) -
Method Summary
Modifier and TypeMethodDescriptionaddAttribute(String name, String value) booleangetTag()getUri()inthashCode()removeAttribute(String name) toString()