Uses of Class
com.vhosting.netconf.frame.Leaf

Packages that use Leaf
com.vhosting.netconf.frame Contains everything that is useful to the composition of RPC messages, sending them, receiving the corresponding Reply. 
 

Uses of Leaf in com.vhosting.netconf.frame
 

Methods in com.vhosting.netconf.frame that return Leaf
static Leaf IdentityCreator.createLeaf(Capability cap, java.lang.String name)
          This is a convenience method that creates a leaf with the namespace of the specified Capability.
 Leaf IdentityCreator.createLeaf(java.lang.String name)
          This is a convenience method that creates a leaf with the namespace of the RPC operation.
 Leaf Node.linkLeaf(Leaf l)
          Link a leaf to this node as part of the RPC structure.
 Leaf ListReference.linkLeaf(Leaf l)
           
 Leaf ContainerReference.linkLeaf(Leaf l)
           
 

Methods in com.vhosting.netconf.frame with parameters of type Leaf
 void ListValue.assignLeaf(Leaf l, java.lang.String canonicalValue)
           
 void Container.assignLeaf(Leaf l, java.lang.String canonicalValue)
           
 void Assignable.assignLeaf(Leaf l, java.lang.String canonicalValue)
          Allows you to assign a value to a leaf element previously linked to this.
 java.util.List<Attribute> ListValue.getLeafAttributes(Leaf l)
           
 java.util.List<Attribute> Container.getLeafAttributes(Leaf l)
           
 java.util.List<Attribute> Assignable.getLeafAttributes(Leaf l)
          Get the list of attributes of the specified leaf element previously linked to this.
 java.lang.String ListValue.getLeafCanonicalValue(Leaf l)
           
 java.lang.String Container.getLeafCanonicalValue(Leaf l)
           
 java.lang.String Assignable.getLeafCanonicalValue(Leaf l)
          Get the value of the specified leaf element previously linked to this.
 Leaf Node.linkLeaf(Leaf l)
          Link a leaf to this node as part of the RPC structure.
 Leaf ListReference.linkLeaf(Leaf l)
           
 Leaf ContainerReference.linkLeaf(Leaf l)
           
 void ListValue.unsetLeaf(Leaf l)
           
 void Container.unsetLeaf(Leaf l)
           
 void Assignable.unsetLeaf(Leaf l)
          Unset the value associated with the specified leaf element previously linked to this.