| 名前 | 解説 | |
|---|---|---|
![]() | XmlNodeWrapper コンストラクタ | Initializes a new instance of the XmlNodeWrapper class. |
XmlNodeWrapperデータ型で公開されるメンバを以下の表に示します。
| 名前 | 解説 | |
|---|---|---|
![]() | XmlNodeWrapper コンストラクタ | Initializes a new instance of the XmlNodeWrapper class. |
| 名前 | 解説 | |
|---|---|---|
![]() | 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). |