The XmlExtensions type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() | GetAttributeInt32Value |
Gets the attribute as Int32 value.
|
![]() ![]() | GetAttributeValue |
Gets the attribute value.
|
![]() ![]() | GetXElement |
Converts an XmlNode to XElement.
|
![]() ![]() | GetXmlNode |
Converts an XElement to XmlNode.
|
![]() ![]() | LoadStream |
Loads an XDocument from the specified stream.
|
![]() ![]() | SaveStream |
Saves the stream to XDocument supplied.
|
![]() ![]() | TryGetAttributeBoolValue |
Tries the get attribute as bool value.
|
![]() ![]() | TryGetAttributeInt32Value |
Tries to get attribute as Int32 value.
|
![]() ![]() | TryGetAttributeValue |
Tries to get attribute value.
|
![]() ![]() | TryGetElementValue |
Tries to get element value.
|