public class XmlDocument extends Object
Modifier and Type | Field and Description |
---|---|
XmlNode[] |
ChildNodes |
Object |
NameTable |
String |
OuterXml |
Constructor and Description |
---|
XmlDocument() |
Modifier and Type | Method and Description |
---|---|
void |
Load(String filename) |
void |
LoadXml(String ovfstring) |
XmlNodeList |
SelectNodes(String string) |
XmlNodeList |
SelectNodes(String string,
XmlNamespaceManager _xmlns) |
XmlNode |
SelectSingleNode(String string) |
XmlNode |
SelectSingleNode(String string,
XmlNamespaceManager _xmlns) |
public Object NameTable
public String OuterXml
public XmlNode[] ChildNodes
public void LoadXml(String ovfstring)
public XmlNode SelectSingleNode(String string, XmlNamespaceManager _xmlns)
public XmlNodeList SelectNodes(String string)
public XmlNodeList SelectNodes(String string, XmlNamespaceManager _xmlns)
public void Load(String filename)
Copyright © 2012. All Rights Reserved.