Method Summary |
|
public Attributes | getAttributes() Gets the element's attributes. |
public ElementDescriptor | getDescriptor() Gets the mapped element descriptor. |
public String | getName() Gets the local name if the parser is namespace aware, otherwise the name. |
public String | getNamespace() Gets the namespace URI or an empty string if the parser is not namespace aware
or the element has no namespace. |
public Class | getType() Gets the base type for this element. |
public void | setAttributes(Attributes attributes) |
public void | setDescriptor(ElementDescriptor descriptor) Sets the mapped element descriptor. |
public void | setName(String name) Sets the local name for this element. |
public void | setNamespace(String namespace) |
public void | setType(Class type) Sets the base type for this element. |
public String | toString() Returns something useful for logging. |