The XmlExtensions type exposes the following members.

Methods

  NameDescription
Public methodStatic memberGetAttributeInt32Value
Gets the attribute as Int32 value.
Public methodStatic memberGetAttributeValue
Gets the attribute value.
Public methodStatic memberGetXElement
Converts an XmlNode to XElement.
Public methodStatic memberGetXmlNode
Converts an XElement to XmlNode.
Public methodStatic memberLoadStream
Loads an XDocument from the specified stream.
Public methodStatic memberSaveStream
Saves the stream to XDocument supplied.
Public methodStatic memberTryGetAttributeBoolValue
Tries the get attribute as bool value.
Public methodStatic memberTryGetAttributeInt32Value
Tries to get attribute as Int32 value.
Public methodStatic memberTryGetAttributeValue
Tries to get attribute value.
Public methodStatic memberTryGetElementValue
Tries to get element value.

See Also