Share via


WsXmlNode Members

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

Public Constructors

Name Description
Public Method WsXmlNode Creates an instance of a WsXmlNode.

Public Properties

Name Description
Public Property Attributes Contains a collection of XML node attributes.
Public Property ChildNodes Contains a collection of child XML nodes.
Public Property HasAttributes Indicates whether or not this node has attributes.
Public Property HasChildren Indicates whether or not this node has child nodes.
Public Property LocalName Contains this node's local name.
Public Property Name Contains a node's name.
Public Property NamespaceURI Contains the node's namespace URI
Public Property NodeType Contains the XML node's type.
Public Property ParentNode Retrieves a node's parent node.
Public Property Prefix Contains the node's namespace prefix.
Public Property Value Contains the value of the XML node.

Public Methods

Name Description
Public Method AppendChild Appends a node to the ChildNodes collection.
Public Method Equals (Inherited from Object.)
Public Method GetChild Retrieves a node's child node.
Public Method GetHashCode (Inherited from Object.)
Public Method GetNamespaceOfPrefix Gets a namespace URI for this node, given a prefix.
Public Method GetType (Inherited from Object.)
Public Method ReferenceEquals (Inherited from Object.)
Public Method SelectNodes Traverses the node tree to return a collection of named nodes at the same level in the tree as the specified node.
Public Method SelectSingleNode Ascends the node tree and searches for a given node.
Public Method ToString (Inherited from Object.)

Protected Methods

Name Description
Protected Method Finalize (Inherited from Object.)
Protected Method MemberwiseClone (Inherited from Object.)

See Also

Reference

WsXmlNode Class
Ws.Services.Xml Namespace