Method | Description | |
---|---|---|
ElementsNoNamespace ( this container, string localName ) : IEnumerable |
||
ElementsNoNamespace ( this |
||
Except ( this source, System.Xml.Linq.XElement target ) : System.Xml.Linq.XElement | ||
GetOptionalAttributeValue ( this element, string localName, string namespaceName = null ) : string | ||
GetOptionalElementValue ( this element, string localName, string namespaceName = null ) : string | ||
MergeWith ( this source, System.Xml.Linq.XElement target ) : System.Xml.Linq.XElement | ||
MergeWith ( this source, System.Xml.Linq.XElement target, XElement>.IDictionary |
||
RemoveAttributes ( this element, bool>.Func |
||
ToXElement ( this xml ) : System.Xml.Linq.XElement | ||
ToXmlElement ( this xml ) : |
Method | Description | |
---|---|---|
AttributeEquals ( System.Xml.Linq.XAttribute source, System.Xml.Linq.XAttribute target ) : bool | ||
Compare ( System.Xml.Linq.XElement target, System.Xml.Linq.XElement left, System.Xml.Linq.XElement right ) : int | ||
CountMatches ( System.Xml.Linq.XElement left, System.Xml.Linq.XElement right, Func |
||
FindElement ( System.Xml.Linq.XElement source, System.Xml.Linq.XElement targetChild ) : System.Xml.Linq.XElement | ||
HasConflict ( System.Xml.Linq.XElement source, System.Xml.Linq.XElement target ) : bool |
public static ElementsNoNamespace ( this container, string localName ) : IEnumerable |
||
container | this | |
localName | string | |
return | IEnumerable |
public static ElementsNoNamespace ( this |
||
source | this |
|
localName | string | |
return | IEnumerable |
public static Except ( this source, System.Xml.Linq.XElement target ) : System.Xml.Linq.XElement | ||
source | this | |
target | System.Xml.Linq.XElement | |
return | System.Xml.Linq.XElement |
public static GetOptionalAttributeValue ( this element, string localName, string namespaceName = null ) : string | ||
element | this | |
localName | string | |
namespaceName | string | |
return | string |
public static GetOptionalElementValue ( this element, string localName, string namespaceName = null ) : string | ||
element | this | |
localName | string | |
namespaceName | string | |
return | string |
public static MergeWith ( this source, System.Xml.Linq.XElement target ) : System.Xml.Linq.XElement | ||
source | this | |
target | System.Xml.Linq.XElement | |
return | System.Xml.Linq.XElement |
public static MergeWith ( this source, System.Xml.Linq.XElement target, XElement>.IDictionary |
||
source | this | |
target | System.Xml.Linq.XElement | |
nodeActions | XElement>.IDictionary | |
return | System.Xml.Linq.XElement |
public static RemoveAttributes ( this element, bool>.Func |
||
element | this | |
condition | bool>.Func | |
return | void |
public static ToXElement ( this xml ) : System.Xml.Linq.XElement | ||
xml | this | |
return | System.Xml.Linq.XElement |
public static ToXmlElement ( this xml ) : |
||
xml | this | |
return |