Package org.eclipse.jst.jsf.common.dom
API for manipulating DOM-based objects.
See:
Description
|
Class Summary
|
|
AttrDOMAdapter
|
Generic adapter for DOM attribute structures. |
|
AttributeIdentifier
|
Uniquely identifies a named attribute on a tag usint TagIdentifier as a way
to uniquely identify the host tag. |
|
DOMAdapter
|
A generic adapter that can adapt some non-DOM
things to a dom-like structure like an IRegion to a DOM-like structure. |
|
ElementDOMAdapter
|
T |
|
TagIdentifier
|
Creates an abstraction for a tag. |
Package org.eclipse.jst.jsf.common.dom Description
API for manipulating DOM-based objects.
Provisional API - subject to change