Package de.xima.fc.logic.dom
Class GagawaNodeTreeAccessor
- java.lang.Object
 - 
- de.xima.fc.logic.dom.GagawaNodeTreeAccessor
 
 
- 
- All Implemented Interfaces:
 ITreeAccessor<com.hp.gagawa.java.Node,com.hp.gagawa.java.Node>
@Deprecated public final class GagawaNodeTreeAccessor extends Object implements ITreeAccessor<com.hp.gagawa.java.Node,com.hp.gagawa.java.Node>
Deprecated.AITreeAccessorfor Gagawa DOMNodes.- Since:
 - 8.1.0
 - Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static ITreeAccessor<com.hp.gagawa.java.Node,?>INSTANCEDeprecated. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description List<com.hp.gagawa.java.Node>getChildren(com.hp.gagawa.java.Node node)Deprecated.com.hp.gagawa.java.NodegetId(com.hp.gagawa.java.Node node)Deprecated. 
 - 
 
- 
- 
Field Detail
- 
INSTANCE
public static final ITreeAccessor<com.hp.gagawa.java.Node,?> INSTANCE
Deprecated. 
 - 
 
- 
Method Detail
- 
getChildren
public List<com.hp.gagawa.java.Node> getChildren(com.hp.gagawa.java.Node node)
Deprecated.- Specified by:
 getChildrenin interfaceITreeAccessor<com.hp.gagawa.java.Node,com.hp.gagawa.java.Node>- Parameters:
 node- The node for which to get the children.- Returns:
 - A list of all children of the given tree node, empty array if it is a leaf node.
 
 
- 
getId
public com.hp.gagawa.java.Node getId(com.hp.gagawa.java.Node node)
Deprecated.- Specified by:
 getIdin interfaceITreeAccessor<com.hp.gagawa.java.Node,com.hp.gagawa.java.Node>- Parameters:
 node- A node for which to retrieve its ID.- Returns:
 - The (unique) identifier of the given tree node.
 
 
 - 
 
 -