|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CSSNode | |
---|---|
com.microsoft.tfs.core.clients.commonstructure |
Uses of CSSNode in com.microsoft.tfs.core.clients.commonstructure |
---|
Methods in com.microsoft.tfs.core.clients.commonstructure that return CSSNode | |
---|---|
CSSNode |
CSSNode.getChildAt(int index)
|
CSSNode[] |
CommonStructureClient.getCSSNodes(java.lang.String[] rootNodeUris,
boolean includeChildren)
|
CSSNode |
CommonStructureClient.getCSSNodes(java.lang.String rootNodeUri,
boolean includeChildren)
|
CSSNode |
CSSNode.getParentNode()
|
CSSNode |
CSSNode.removeChildAt(int index)
|
static CSSNode |
CSSNode.resolveNode(CSSNode parentNode,
java.lang.String initialPath)
|
Methods in com.microsoft.tfs.core.clients.commonstructure with parameters of type CSSNode | |
---|---|
boolean |
CSSNode.addChild(CSSNode childNode)
|
void |
CSSNode.addChildAt(int index,
CSSNode child)
|
int |
CSSNode.indexOfChild(CSSNode node)
|
boolean |
CSSNode.removeChildNode(CSSNode node)
|
static CSSNode |
CSSNode.resolveNode(CSSNode parentNode,
java.lang.String initialPath)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |