Метод | Описание | |
---|---|---|
GetInnerXml ( this element ) : string | ||
GetValueOrNull ( this element ) : string | ||
LocalNameElement ( this parent, string localName ) : System.Xml.Linq.XElement | ||
LocalNameElement ( this parent, string localName, System.StringComparison comparisonType ) : System.Xml.Linq.XElement | ||
LocalNameElements ( this parent, string localName ) : IEnumerable |
||
LocalNameElements ( this parent, string localName, System.StringComparison comparisonType ) : IEnumerable |
||
SetInnerXml ( this element, string innerXml ) : void | ||
ToStringWithDeclaration ( this doc ) : string |
public static GetInnerXml ( this element ) : string | ||
element | this | |
Результат | string |
public static GetValueOrNull ( this element ) : string | ||
element | this | |
Результат | string |
public static LocalNameElement ( this parent, string localName ) : System.Xml.Linq.XElement | ||
parent | this | |
localName | string | |
Результат | System.Xml.Linq.XElement |
public static LocalNameElement ( this parent, string localName, System.StringComparison comparisonType ) : System.Xml.Linq.XElement | ||
parent | this | |
localName | string | |
comparisonType | System.StringComparison | |
Результат | System.Xml.Linq.XElement |
public static LocalNameElements ( this parent, string localName ) : IEnumerable |
||
parent | this | |
localName | string | |
Результат | IEnumerable |
public static LocalNameElements ( this parent, string localName, System.StringComparison comparisonType ) : IEnumerable |
||
parent | this | |
localName | string | |
comparisonType | System.StringComparison | |
Результат | IEnumerable |
public static SetInnerXml ( this element, string innerXml ) : void | ||
element | this | |
innerXml | string | |
Результат | void |
public static ToStringWithDeclaration ( this doc ) : string | ||
doc | this | |
Результат | string |