| Class | Description |
|---|---|
| AbstractAmetysElement |
Basic implementation of
Element. |
| AbstractAmetysNode |
VERY partial implementation of a read-only, non-namespace aware
Node on top of an objects hierarchy.It is NOT intended to be used as a full-featured DOM implementation, but it aims to provide a thin DOM layer over objects usable e.g. |
| AbstractWrappingAmetysElement<T> |
DOM layer on top if an object hierarchy.
|
| AmetysAttribute |
Implementation of
Attr for an AmetysObject's metadata. |
| AmetysNamedNodeMap |
Implementation of
NamedNodeMap to store attributes names and values. |
| AmetysNodeList | |
| AmetysText |
Partial implementation of a read-only, non-namespace aware
Text on top of an objects hierarchy.It is NOT intended to be used as a full-featured DOM implementation, but it aims to provide a thin DOM layer over objects usable e.g. |
| EmptyElement |
Implementation for empty element
|
| FileElement |
DOM layer on top if a
File hierarchy. |
| MapElement |
DOM Layer over a Map.
|
| MapElement.MapNode |
This class represents a element
|
| StringElement |
DOM Layer over a tag name, attributes and String value.
|