Package org.cakelab.jdoxml.api
Interface IChildNode
-
- All Known Implementing Classes:
ChildNodeHandler
public interface IChildNode
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
IChildNode.NodeRelation
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.ListIterator<IEdgeLabel>
edgeLabels()
INode
node()
IChildNode.NodeRelation
relation()
java.lang.String
relationString()
-
-
-
Method Detail
-
node
INode node()
-
relation
IChildNode.NodeRelation relation()
-
relationString
java.lang.String relationString()
-
edgeLabels
java.util.ListIterator<IEdgeLabel> edgeLabels()
-
-