Method | Description | |
---|---|---|
AddFragment ( this target, System.Xml.Linq.XElement other ) : void | ||
Describe ( this |
||
DescribePath ( this e ) : string | ||
DescribeSelector ( this e ) : string | ||
GetValue ( this node, string name, string fallback = null ) : string | ||
ToXDocument ( this doc ) : System.Xml.Linq.XDocument |
Creates an XDocument
|
|
WriteToString ( this node ) : string |
Returns an XmlNode as a string with indented formatting
|
|
WriteToString ( this doc, object settingsOverrides ) : string |
Returns an XML node as a string with specified formatting
|
public static AddFragment ( this target, System.Xml.Linq.XElement other ) : void | ||
target | this | |
other | System.Xml.Linq.XElement | |
return | void |
public static Describe ( this |
||
attributes | this |
|
return | string |
public static DescribePath ( this e ) : string | ||
e | this | |
return | string |
public static DescribeSelector ( this e ) : string | ||
e | this | |
return | string |
public static GetValue ( this node, string name, string fallback = null ) : string | ||
node | this | |
name | string | |
fallback | string | |
return | string |
public static ToXDocument ( this doc ) : System.Xml.Linq.XDocument | ||
doc | this | |
return | System.Xml.Linq.XDocument |
public static WriteToString ( this node ) : string | ||
node | this | XmlNode |
return | string |
public static WriteToString ( this doc, object settingsOverrides ) : string | ||
doc | this | XmlNode |
settingsOverrides | object | Settings overrides |
return | string |