|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.vhosting.netconf.frame.Identity
com.vhosting.netconf.frame.Anyxml
public class Anyxml
This class represents an element of an RPC structure that identifies a generic portions of XML in the Netconf RPC, RPC Reply or Notification message.
Field Summary |
---|
Fields inherited from class com.vhosting.netconf.frame.Identity |
---|
name, namespaceURI, prefix |
Constructor Summary | |
---|---|
Anyxml(Capability cap,
java.lang.String name)
Create an Anyxml element. |
Method Summary | |
---|---|
org.w3c.dom.Document |
createEmptyDocument()
Create an empty XML document where the root is equal to the element name with the some namespace. |
Methods inherited from class com.vhosting.netconf.frame.Identity |
---|
getName, getNamespaceURI, getPrefix, getUniqueNane |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Anyxml(Capability cap, java.lang.String name)
cap
- The capability that this element belongs.name
- The name of the Anyxml element.Method Detail |
---|
public org.w3c.dom.Document createEmptyDocument()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |