-
Couldn't load subscription status.
- Fork 35
Methods_T_CodeJam_Xml_XNodeExtensions
Andrew Koryavchenko edited this page Jul 4, 2017
·
7 revisions
The XNodeExtensions type exposes the following members.
| Name | Description | |
|---|---|---|
![]()
|
AttributeValueOrDefault(XElement, XName, String) | Returns string value of optional attribute. |
![]()
|
AttributeValueOrDefault(T)(XElement, XName, Func(String, T), T) | Returns value of optional attribute. |
![]()
|
ElementAltValueOrDefault(T) | Returns value of optional element. |
![]()
|
ElementValueOrDefault(XElement, XName, String) | Returns string value of optional element. |
![]()
|
ElementValueOrDefault(T)(XElement, XName, Func(String, T), T) | Returns value of optional element. |
![]()
|
ElementValueOrDefault(T)(XElement, XName, Func(XElement, T), T) | Returns value of optional element. |
![]()
|
RequiredAttribute | Returns attribute with name name, or throws an exception if attribute does not exists. |
![]()
|
RequiredElement(XElement, XName) | Returns child element with name name, or throws an exception if element does not exists. |
![]()
|
RequiredElement(XElement, XName[]) | Returns child element with one of names in names, or throws an exception if element does not exists. |
![]()
|
RequiredRoot(XDocument) | Returns document root, or throw an exception, if root is null. |
![]()
|
RequiredRoot(XDocument, XName) | Returns document root, or throws an exception, if root is null or has another name. |
