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

Packages that use Anyxml
com.vhosting.netconf From this package you can access the basic operations of Netconf as Java classes. 
com.vhosting.netconf.frame Contains everything that is useful to the composition of RPC messages, sending them, receiving the corresponding Reply. 
 

Uses of Anyxml in com.vhosting.netconf
 

Constructors in com.vhosting.netconf with parameters of type Anyxml
Config(Anyxml anyxml, Capability cap, java.lang.String config, java.lang.String... values)
          Create the instance of the class with which to provide instructions for changing the configuration data.
SubtreeFilter(Anyxml anyxml)
          Create a subtree filter starting from the instance of a type element Anyxml.
 

Uses of Anyxml in com.vhosting.netconf.frame
 

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

Methods in com.vhosting.netconf.frame with parameters of type Anyxml
 void ListValue.assignAnyxml(Anyxml a, org.w3c.dom.Document e)
           
 void Container.assignAnyxml(Anyxml a, org.w3c.dom.Document e)
           
 void Assignable.assignAnyxml(Anyxml a, org.w3c.dom.Document e)
          Allows you to assign an XML document to an Anyxml element previously linked to this.
 java.util.List<Attribute> ListValue.getAnyxmlAttributes(Anyxml a)
           
 java.util.List<Attribute> Container.getAnyxmlAttributes(Anyxml a)
           
 java.util.List<Attribute> Assignable.getAnyxmlAttributes(Anyxml a)
          Get the list of attributes of the specified Anyxml element previously linked to this.
 org.w3c.dom.Document ListValue.getAnyxmlValue(Anyxml a)
           
 org.w3c.dom.Document Container.getAnyxmlValue(Anyxml a)
           
 org.w3c.dom.Document Assignable.getAnyxmlValue(Anyxml anyxml)
          Get the XML Document of the specified Anyxml element previously linked to this.
 Anyxml Node.linkAnyxml(Anyxml anyxml)
          Link an Anyxml to this node as part of the RPC structure.
 Anyxml ListReference.linkAnyxml(Anyxml anyxml)
           
 Anyxml ContainerReference.linkAnyxml(Anyxml anyxml)
           
 void ListValue.unsetAnyxml(Anyxml a)
           
 void Container.unsetAnyxml(Anyxml a)
           
 void Assignable.unsetAnyxml(Anyxml a)
          Unset the XML document associated with the specified Anyxml element previously linked to this.