| Name | Description |
---|
  | AppendElement(XmlDocument%, XmlNode, String, String, Boolean) | |
  | AppendElement(XmlDocument%, XmlNode, String, String, Boolean, Boolean) | |
  | CreateAttribute(XmlDocument, String, String) | |
  | CreateAttribute(XmlDocument, XmlNode, String, String) | |
  | CreateCDataElement | |
  | CreateElement(XmlDocument, String) | Obsolete. |
  | CreateElement(XmlDocument, String, String) | |
  | Deserialize(Stream, Type) | |
  | Deserialize(String, Type) | Obsolete. |
  | DeSerializeDictionary<(Of <<'(TValue>)>>) | |
  | DeSerializeHashtable | |
 | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
 | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
  | GetAttributeValue |
Gets the value of an attribute
|
  | GetAttributeValueAsBoolean | |
  | GetAttributeValueAsInteger | |
  | GetAttributeValueAsLong | |
 | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
  | GetNodeValue(XmlNode, String) |
Gets the value of node
|
  | GetNodeValue(XPathNavigator, String) | Gets the value of a child node as a String |
  | GetNodeValue(XmlNode, String, String) |
Gets the value of node
|
  | GetNodeValue(XPathNavigator, String, String) | Gets the value of a child node as a String |
  | GetNodeValueBoolean(XmlNode, String) |
Gets the value of node
|
  | GetNodeValueBoolean(XPathNavigator, String) | Gets the value of a child node as a Boolean |
  | GetNodeValueBoolean(XmlNode, String, Boolean) |
Gets the value of node
|
  | GetNodeValueBoolean(XPathNavigator, String, Boolean) | Gets the value of a child node as a Boolean |
  | GetNodeValueDate(XmlNode, String, DateTime) |
Gets the value of node
|
  | GetNodeValueDate(XPathNavigator, String, DateTime) | Gets the value of a child node as a DateTime |
  | GetNodeValueInt(XmlNode, String) |
Gets the value of node
|
  | GetNodeValueInt(XPathNavigator, String) | Gets the value of a child node as an Int32 |
  | GetNodeValueInt(XmlNode, String, Int32) |
Gets the value of node
|
  | GetNodeValueInt(XPathNavigator, String, Int32) | Gets the value of a child node as an Int32 |
  | GetNodeValueSingle(XmlNode, String) |
Gets the value of node
|
  | GetNodeValueSingle(XPathNavigator, String) | Gets the value of a child node as a Single |
  | GetNodeValueSingle(XmlNode, String, Single) |
Gets the value of node
|
  | GetNodeValueSingle(XPathNavigator, String, Single) | Gets the value of a child node as a Single |
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
  | GetXMLContent | Obsolete. |
  | GetXmlWriterSettings |
Gets an XmlWriterSettings object
|
 | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
  | RemoveInvalidXmlCharacters |
Removes control characters and other non-UTF-8 characters
|
  | Serialize | |
  | SerializeDictionary | |
  | SerializeHashtable | |
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |
  | UpdateAttribute | |
  | XMLEncode |
Xml Encodes HTML
|
  | XPathLiteral |
Produce an XPath literal equal to the value if possible; if not, produce
an XPath expression that will match the value.
Note that this function will produce very long XPath expressions if a value
contains a long run of double quotes.
|
  | XSLTransform | |