|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HasNodeContents
Nested Class Summary | |
---|---|
static class |
HasNodeContents.NodeContents_list
Inner list class for holding multiple entries for attribute nodeContents. |
Method Summary | |
---|---|
void |
addToNodeContents(int position,
NodeContents nodeContents)
Method to add NodeContents at position to NodeContents_list |
void |
addToNodeContents(NodeContents nodeContents)
Method to add NodeContents to NodeContents_list |
NodeContents |
getFromNodeContents(int position)
Method to get NodeContents from NodeContents_list |
HasNodeContents.NodeContents_list |
getNodeContents()
Get method for nodeContents |
void |
removeElementAtFromNodeContents(int position)
Method to remove by position from NodeContents_list |
void |
removeFromNodeContents(NodeContents nodeContents)
Method to remove first NodeContents from NodeContents_list |
void |
setNodeContents(HasNodeContents.NodeContents_list nodeContents)
Set method for nodeContents |
Method Detail |
---|
void setNodeContents(HasNodeContents.NodeContents_list nodeContents)
value
- to setHasNodeContents.NodeContents_list getNodeContents()
void addToNodeContents(NodeContents nodeContents)
void addToNodeContents(int position, NodeContents nodeContents)
NodeContents getFromNodeContents(int position)
void removeElementAtFromNodeContents(int position)
void removeFromNodeContents(NodeContents nodeContents)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |