org.itsnat.core.domutil
Interface ElementGroup

All Superinterfaces:
ItsNatUserData
All Known Subinterfaces:
ElementLabel, ElementList, ElementListBase, ElementListFree, ElementTable, ElementTableBase, ElementTableFree, ElementTree, ElementTreeNode, ElementTreeNodeList

public interface ElementGroup
extends ItsNatUserData

This interface is the base of several interface oriented to manage groups of DOM elements such as element lists, tables and trees. Any element group has a single parent DOM element.

Author:
Jose Maria Arranz Santamaria

Method Summary
 ItsNatDocument getItsNatDocument()
          Returns the ItsNat document used to create this element group.
 org.w3c.dom.Element getParentElement()
          Returns the parent element of this element group.
 
Methods inherited from interface org.itsnat.core.ItsNatUserData
containsUserValueName, getUserValue, getUserValueNames, removeUserValue, setUserValue
 

Method Detail

getParentElement

org.w3c.dom.Element getParentElement()
Returns the parent element of this element group.

Returns:
the parent element.

getItsNatDocument

ItsNatDocument getItsNatDocument()
Returns the ItsNat document used to create this element group.

Returns:
the ItsNat document.


Copyright © 2007 Innowhere Software Services S.L. All Rights Reserved.