| 名前 | 解説 | |
|---|---|---|
![]() | GetAttr | Returns value of attribute with specified name, null if attribute not found. |
![]() | GetFirstChild | Same as System.Xml.XmlNode.FirstChild. |
![]() | GetInnerText | Same as System.Xml.XmlNode.InnerText. |
![]() | GetName | Returns name of the node. |
![]() | GetNextSibling | Same as System.Xml.XmlNode.NextSibling. |
![]() | GetOwnerDocument | Returns XmlDocumentWrapperBase owning this node. |
![]() | GetParent | Returns parent node or null. |
![]() | SelectNodes | Same as System.Xml.XmlNode.SelectNodes(System.String). |
![]() | SelectSingleNode | Same as System.Xml.XmlNode.SelectSingleNode(System.String). |
