|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Node
This interface defines the methods that are attributed to an element of Node type that is part of a structure PRC. For an element of Node type is possible to combine primitive elements such as leaf, leaf list or Anyxml.
Method Summary | |
---|---|
Anyxml |
linkAnyxml(Anyxml anyxml)
Link an Anyxml to this node as part of the RPC structure. |
Leaf |
linkLeaf(Leaf l)
Link a leaf to this node as part of the RPC structure. |
LeafList |
linkLeafList(LeafList l)
Link a leaf list to this node as part of the RPC structure. |
Method Detail |
---|
Leaf linkLeaf(Leaf l)
l
- The leaf element to link.
LeafList linkLeafList(LeafList l)
l
- The leaf list element to link.
Anyxml linkAnyxml(Anyxml anyxml)
anyxml
- The Anyxml element to link.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |