|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Attribute | |
---|---|
com.vhosting.netconf.frame | Contains everything that is useful to the composition of RPC messages, sending them, receiving the corresponding Reply. |
Uses of Attribute in com.vhosting.netconf.frame |
---|
Methods in com.vhosting.netconf.frame that return Attribute | |
---|---|
static Attribute |
Attribute.createDefaultNamespaceAttribute(Capability cap)
Convenience methods to create an attribute declaring the default namespace definition. |
Methods in com.vhosting.netconf.frame that return types with arguments of type Attribute | |
---|---|
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. |
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. |
Methods in com.vhosting.netconf.frame with parameters of type Attribute | |
---|---|
void |
Rpc.addAttribute(Attribute attr)
Allows you to assign an attribute to the RPC operation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |