|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| 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 |
public void setNodeContents(HasNodeContents.NodeContents_list nodeContents)
public HasNodeContents.NodeContents_list getNodeContents()
public void addToNodeContents(NodeContents nodeContents)
public void addToNodeContents(int position,
NodeContents nodeContents)
public NodeContents getFromNodeContents(int position)
public void removeElementAtFromNodeContents(int position)
public void removeFromNodeContents(NodeContents nodeContents)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||