Method | Description | |
---|---|---|
Ancestors ( this node, System.Xml.Linq.XName name, bool ignoreNamespace ) : IEnumerable |
||
Descendants ( this container, System.Xml.Linq.XName name, bool ignoreNamespace ) : IEnumerable |
||
Element ( this node, System.Xml.Linq.XName name, bool ignoreNamespace ) : System.Xml.Linq.XElement | ||
Elements ( this node, System.Xml.Linq.XName name, bool ignoreNamespace ) : IEnumerable |
||
ElementsAfterSelf ( this node, System.Xml.Linq.XName name, bool ignoreNamespace ) : IEnumerable |
||
ElementsBeforeSelf ( this node, System.Xml.Linq.XName name, bool ignoreNamespace ) : IEnumerable |
||
GetAttributeValue ( this element, System.Xml.Linq.XName name ) : string |
public static Ancestors ( this node, System.Xml.Linq.XName name, bool ignoreNamespace ) : IEnumerable |
||
node | this | |
name | System.Xml.Linq.XName | |
ignoreNamespace | bool | |
return | IEnumerable |
public static Descendants ( this container, System.Xml.Linq.XName name, bool ignoreNamespace ) : IEnumerable |
||
container | this | |
name | System.Xml.Linq.XName | |
ignoreNamespace | bool | |
return | IEnumerable |
public static Element ( this node, System.Xml.Linq.XName name, bool ignoreNamespace ) : System.Xml.Linq.XElement | ||
node | this | |
name | System.Xml.Linq.XName | |
ignoreNamespace | bool | |
return | System.Xml.Linq.XElement |
public static Elements ( this node, System.Xml.Linq.XName name, bool ignoreNamespace ) : IEnumerable |
||
node | this | |
name | System.Xml.Linq.XName | |
ignoreNamespace | bool | |
return | IEnumerable |
public static ElementsAfterSelf ( this node, System.Xml.Linq.XName name, bool ignoreNamespace ) : IEnumerable |
||
node | this | |
name | System.Xml.Linq.XName | |
ignoreNamespace | bool | |
return | IEnumerable |
public static ElementsBeforeSelf ( this node, System.Xml.Linq.XName name, bool ignoreNamespace ) : IEnumerable |
||
node | this | |
name | System.Xml.Linq.XName | |
ignoreNamespace | bool | |
return | IEnumerable |
public static GetAttributeValue ( this element, System.Xml.Linq.XName name ) : string | ||
element | this | |
name | System.Xml.Linq.XName | |
return | string |