public class XmlNode extends Object
Modifier and Type | Field and Description |
---|---|
XmlAttributeCollection |
Attributes |
String |
InnerText |
protected Node |
node |
Modifier and Type | Method and Description |
---|---|
XmlNodeList |
SelectNodes(String string) |
XmlNode |
SelectSingleNode(String string) |
XmlNode |
SelectSingleNode(String string,
XmlNamespaceManager _xmlns) |
public String InnerText
public XmlAttributeCollection Attributes
protected Node node
public XmlNode(Node node)
public XmlNode SelectSingleNode(String string, XmlNamespaceManager _xmlns)
public XmlNodeList SelectNodes(String string)
Copyright © 2012. All Rights Reserved.