org.oddjob.arooa.parsing
Interface ArooaAttributes

All Known Implementing Classes:
MutableAttributes, XMLArooaAttributes

public interface ArooaAttributes

Encapsulate the attributes of an element.

See Also:
ArooaElement
Author:
rob

Method Summary
 String get(String name)
          The attribute value.
 String[] getAttributNames()
          Get all the names of the attributes.
 

Method Detail

get

String get(String name)
The attribute value.

Parameters:
name - The name of the attribute.
Returns:
The value, or null if it doesn't exist.

getAttributNames

String[] getAttributNames()
Get all the names of the attributes.

Returns:
The attribute names. Never null.