Uses of Class
com.microsoft.tfs.core.clients.commonstructure.CSSNode

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)
           
 



© 2015 Microsoft. All rights reserved.