|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Ancestry
Defines the family relationships of an ElementHandler.
Method Summary | |
---|---|
ElementHandler |
getAncestor(Class clazz)
Returns the handler's nearest ancestor (excluding itself) of a given class. |
int |
getChildCount()
Returns the number of child elements this handler currently has. |
ElementHandler |
getParent()
Returns the handler's parent. |
ElementHandler |
getSelf()
Returns the handler itself. |
int |
getSiblingIndex()
Returns the index of this child in the list of its parent's children. |
Method Detail |
---|
ElementHandler getSelf()
ElementHandler getParent()
ElementHandler getAncestor(Class clazz)
clazz
- class required
int getSiblingIndex()
int getChildCount()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |