|
RichFaces CDK Generator 4.2.0.CR1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ITreeNode
Interface for all wrappers of org.jboss.el.parser.Node class.
| Method Summary | |
|---|---|
ITreeNode |
getChild(int index,
ELVisitor visitor)
Return child of wrapped node by specified index |
int |
getChildrenCount()
Returns count of children for this node |
org.jboss.el.parser.Node |
getNode()
Return node of current wrapper. |
void |
visit(StringBuilder sb,
ELVisitor visitor)
Visit current node. |
| Method Detail |
|---|
org.jboss.el.parser.Node getNode()
void visit(StringBuilder sb,
ELVisitor visitor)
throws ParsingException
visitor - - ELVisitorstringBuilder - instance to collect information.
ParsingException - - if error occurred during parsing process.
ITreeNode getChild(int index,
ELVisitor visitor)
throws ParsingException
index - - index of child.visitor - TODO
ParsingException - - if error occurred(child not found).int getChildrenCount()
|
RichFaces CDK Generator 4.2.0.CR1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||