WsXmlDocument Members

The following tables list the members exposed by the WsXmlDocument type.

Public Constructors

Name Description
Public Method WsXmlDocument Overloaded. Creates an instance of the WsXmlDocument class.

Public Properties

Name Description
Public Property Attributes Contains a collection of attributes associated with the root WsXmlNode element.
Public Property ChildNodes A collection that stores the root element's child nodes.
Public Property HasAttributes Indicates whether or not the root element has attributes.
Public Property HasChildren Indicates whether the root node element has child nodes.
Public Property LocalName Contains the local name of the root XML node element.
Public Property Name Contains the name of the root XML node element.
Public Property NamespaceURI Contains the Namespace URI of the root XML node element.
Public Property NodeType Contains the XML node's element type.
Public Property ParentNode Contains the root XML node's parent element.
Public Property Prefix Contains the namespace prefix for the root XML node element.
Public Property RootElement Gets or sets the root node for the WsXmlDocument.
Public Property Value Contains the value of the root XML node element.

Public Methods

Name Description
Public Method SelectNodes Traverses the node tree and returns a collection of named nodes at the same level in the node tree as the specified path.
Public Method SelectSingleNode Traverses the node tree and returns a single node, given its path.

See Also

Reference

WsXmlDocument Class
Ws.Services.Xml Namespace