-
Notifications
You must be signed in to change notification settings - Fork 36
Overload_CodeJam_Xml_XNodeExtensions_RequiredElement
Andrew Koryavchenko edited this page Jul 4, 2017
·
3 revisions
Name | Description | |
---|---|---|
![]() ![]() ![]() ![]() |
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. |