|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opcfoundation.ua.builtintypes.XmlElement
public final class XmlElement
An XML element is a container for XML DOM documents.
| Field Summary | |
|---|---|
static NodeId |
ID
Constant ID |
static String |
UTF8_BOM
Constant UTF8_BOM="" |
| Constructor Summary | |
|---|---|
XmlElement(byte[] encodedDocument)
Create XML Element with UTF8 encoded XML document. |
|
XmlElement(Node node)
Create new XML Element from XML Node |
|
XmlElement(String document)
Create new XML Element from XML document |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
byte[] |
getData()
Get the XmlElement as UTF8 encoded document |
Node |
getNode()
Getter for the field node. |
String |
getValue()
getValue. |
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final NodeId ID
ID
public static final String UTF8_BOM
UTF8_BOM=""
| Constructor Detail |
|---|
public XmlElement(byte[] encodedDocument)
encodedDocument - an array of byte.public XmlElement(Node node)
node - xml nodepublic XmlElement(String document)
document - a String object.| Method Detail |
|---|
public boolean equals(Object obj)
equals in class Objectpublic byte[] getData()
public Node getNode()
Getter for the field node.
Node object.public String getValue()
getValue.
String object.public int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||