Class AbstractAmetysNode

java.lang.Object
org.ametys.core.util.dom.AbstractAmetysNode
All Implemented Interfaces:
Node
Direct Known Subclasses:
AbstractAmetysElement, AmetysAttribute, AmetysText

public abstract class AbstractAmetysNode extends Object implements Node
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. in XPath expressions and XSL stylesheets.
There's no text nodes, nor entities, documents, ...