Package org.ametys.core.util.dom
package org.ametys.core.util.dom
-
ClassDescriptionBasic implementation of
Element
.VERY partial implementation of a read-only, non-namespace awareNode
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.DOM layer on top if an object hierarchy.Implementation ofAttr
for an AmetysObject's metadata.Implementation ofNamedNodeMap
to store attributes names and values.Partial implementation of a read-only, non-namespace awareText
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.Some useful utility methods forElement
useImplementation for empty elementDOM layer on top if aFile
hierarchy.DOM Layer over a Map.This class represents a elementDOM layer on top if aFile
hierarchy.DOM Layer over a tag name, attributes and String value.