XDocument.WalkNode Method | |
Walk all nodes and add them to the collections on the document class
Namespace:
XSharp.XPP
Assembly:
XSharp.XPP (in XSharp.XPP.dll) Version: 2.21
Syntax METHOD WalkNode(
oNode AS XmlNode
) AS VOID
public void WalkNode(
XmlNode oNode
)
Request Example
View SourceParameters
- oNode
- Type: XmlNode
See Also