Method | Description | |
---|---|---|
AttributeOrThrow ( this source, string elementName ) : string | ||
ElementOrThrow ( this source, string elementName ) : System.Xml.Linq.XElement | ||
ElementOrThrow ( this source, string elementName ) : string | ||
OptionalElement ( this source, string elementName ) : Optional |
||
WriteElement ( this source, string elementName ) : IDisposable |
public static AttributeOrThrow ( this source, string elementName ) : string | ||
source | this | |
elementName | string | |
return | string |
public static ElementOrThrow ( this source, string elementName ) : System.Xml.Linq.XElement | ||
source | this | |
elementName | string | |
return | System.Xml.Linq.XElement |
public static ElementOrThrow ( this source, string elementName ) : string | ||
source | this | |
elementName | string | |
return | string |
public static OptionalElement ( this source, string elementName ) : Optional |
||
source | this | |
elementName | string | |
return | Optional |
public static WriteElement ( this source, string elementName ) : IDisposable | ||
source | this | |
elementName | string | |
return | IDisposable |