The XMLNodeEX type exposes the following members.

Constructors

  NameDescription
Public methodXMLNodeEX
Creates a new node

Methods

  NameDescription
Public methodAddNode
Adds a node
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodNodeByName
Returns an XMLNodeEX by it's name
Public methodToString (Inherited from Object.)

Properties

  NameDescription
Public propertyName
Gets the node's name
Public propertyNodes
Gets the associated nodes
Public propertyParent
Gets the object's parent
Public propertyShortName
Get's the short name for the object
Public propertyValue
Gets the value as a string
Public propertyValueToBool
Gets the value as a boolean
Public propertyValueToInt
Gets the value as an integer

See Also