Method | Description | |
---|---|---|
AddAttribute ( |
Adds an attribute to an XML node
|
|
AddElement ( this element, string name ) : |
Adds a node to the XML tree
|
|
AddElement ( this element, string name, string value ) : |
Adds a node to the XML tree
|
|
AppendCData ( this writer, string tag, string data ) : void |
A convenience method to append a CDATA section to an XmlTextWriter
|
|
CreatexpathNavigator ( XmlReader reader ) : |
Creats an XPathNavigator from an XmlReader
|
|
EnsureValidXMLValue ( string text ) : string |
Strip off all invalid characters for an XML file node or attribute value
|
|
GetAttribute ( this node, string attributeName, System.Guid defaultValue ) : System.Guid |
Get a node attribute value for the specified attribute name
|
|
GetAttribute ( this node, string attributeName, bool defaultValue ) : bool |
Get a node attribute value for the specified attribute name
|
|
GetAttribute ( this node, string attributeName, double defaultValue ) : double |
Get a node attribute value for the specified attribute name
|
|
GetAttribute ( this node, string attributeName, int defaultValue ) : int |
Get a node attribute value for the specified attribute name
|
|
GetAttribute ( this node, string attributeName, long defaultValue ) : long |
Get a node attribute value for the specified attribute name
|
|
GetAttribute ( this node, string attributeName ) : string |
Get a node attribute value for the specified attribute name
|
|
GetAttribute ( this node, string attributeName, string defaultValue ) : string |
Get a node attribute value for the specified attribute name
|
|
GetElement ( this parentElement, string tagName ) : |
|
|
GetIterator ( |
|
|
GetNode ( this xmlNode, string xpath ) : |
Gets a node from an XPath query
|
|
GetNode ( this xmlNode, string xpath, |
Gets a node from an XPath query
|
|
GetNodeValue ( this element, string xpath, System.DateTime defaultValue ) : System.DateTime |
Get a node's value based on an XPath query
|
|
GetNodeValue ( this element, string xpath, System.DateTime defaultValue ) : DateTime? |
Get a node's value based on an XPath query
|
|
GetNodeValue ( this element, string xpath, System.Single defaultValue ) : System.Single |
Get a node's value based on an XPath query
|
|
GetNodeValue ( this element, string xpath, System.Single defaultValue ) : Single? |
Get a node's value based on an XPath query
|
|
GetNodeValue ( this element, string xpath, bool defaultValue ) : bool |
Get a node's value based on an XPath query
|
|
GetNodeValue ( this element, string xpath, bool defaultValue ) : bool? |
Get a node's value based on an XPath query
|
|
GetNodeValue ( this element, string xpath, double defaultValue ) : double |
Get a node's value based on an XPath query
|
|
GetNodeValue ( this element, string xpath, double defaultValue ) : double? |
Get a node's value based on an XPath query
|
|
GetNodeValue ( this element, string xpath, int defaultValue ) : int |
Get a node's value based on an XPath query
|
|
GetNodeValue ( this element, string xpath, int defaultValue ) : int? |
Get a node's value based on an XPath query
|
|
GetNodeValue ( this document, string xpath, |
Get a node's value based on an XPath query
|
|
GetNodeValue ( this document, string xpath, string defaultValue ) : string |
Get a node's value based on an XPath query
|
|
GetNodeXML ( this document, string xpath, string defaultValue ) : string |
Gets the actual XML of a node
|
|
GetNodeXML ( this document, string xpath, string defaultValue, bool useOuter ) : string |
Gets the actual XML of a node
|
|
GetXmlReader ( this fileInfo ) : XmlReader |
|
|
RemoveAttribute ( XmlElement element, string attributeName ) : void |
Removes an attribute from a node
|
|
RemoveElement ( this element ) : void |
Removes an XML node
|
|
RemoveElement ( this document, string xpath ) : void |
Removes a set of nodes based on an XPath query
|
|
UpdateAttribute ( this xmlElement, string attributeName, string newValue ) : void |
|
|
UpdateElement ( this xmlDocument, string xpath, string newValue ) : void |
|
public static AddAttribute ( |
||
element | ||
name | string | |
value | string | |
return |
public static AddElement ( this element, string name ) : |
||
element | this | |
name | string | |
return |
public static AddElement ( this element, string name, string value ) : |
||
element | this | |
name | string | |
value | string | |
return |
public static AppendCData ( this writer, string tag, string data ) : void | ||
writer | this | |
tag | string | |
data | string | |
return | void |
public static CreatexpathNavigator ( XmlReader reader ) : |
||
reader | XmlReader | |
return |
public static EnsureValidXMLValue ( string text ) : string | ||
text | string | The text to clean |
return | string |
public static GetAttribute ( this node, string attributeName, System.Guid defaultValue ) : System.Guid | ||
node | this | |
attributeName | string | |
defaultValue | System.Guid | |
return | System.Guid |
public static GetAttribute ( this node, string attributeName, bool defaultValue ) : bool | ||
node | this | |
attributeName | string | |
defaultValue | bool | |
return | bool |
public static GetAttribute ( this node, string attributeName, double defaultValue ) : double | ||
node | this | |
attributeName | string | |
defaultValue | double | |
return | double |
public static GetAttribute ( this node, string attributeName, int defaultValue ) : int | ||
node | this | |
attributeName | string | |
defaultValue | int | |
return | int |
public static GetAttribute ( this node, string attributeName, long defaultValue ) : long | ||
node | this | |
attributeName | string | |
defaultValue | long | |
return | long |
public static GetAttribute ( this node, string attributeName ) : string | ||
node | this | |
attributeName | string | |
return | string |
public static GetAttribute ( this node, string attributeName, string defaultValue ) : string | ||
node | this | |
attributeName | string | |
defaultValue | string | |
return | string |
public static GetElement ( this parentElement, string tagName ) : |
||
parentElement | this | |
tagName | string | |
return |
public static GetIterator ( |
||
navigator | ||
xPath | string | |
return |
public static GetNode ( this xmlNode, string xpath ) : |
||
xmlNode | this | |
xpath | string | |
return |
public static GetNode ( this xmlNode, string xpath, |
||
xmlNode | this | |
xpath | string | |
nsManager | ||
return |
public static GetNodeValue ( this element, string xpath, System.DateTime defaultValue ) : System.DateTime | ||
element | this | |
xpath | string | |
defaultValue | System.DateTime | |
return | System.DateTime |
public static GetNodeValue ( this element, string xpath, System.DateTime defaultValue ) : DateTime? | ||
element | this | |
xpath | string | |
defaultValue | System.DateTime | |
return | DateTime? |
public static GetNodeValue ( this element, string xpath, System.Single defaultValue ) : System.Single | ||
element | this | |
xpath | string | |
defaultValue | System.Single | |
return | System.Single |
public static GetNodeValue ( this element, string xpath, System.Single defaultValue ) : Single? | ||
element | this | |
xpath | string | |
defaultValue | System.Single | |
return | Single? |
public static GetNodeValue ( this element, string xpath, bool defaultValue ) : bool | ||
element | this | |
xpath | string | |
defaultValue | bool | |
return | bool |
public static GetNodeValue ( this element, string xpath, bool defaultValue ) : bool? | ||
element | this | |
xpath | string | |
defaultValue | bool | |
return | bool? |
public static GetNodeValue ( this element, string xpath, double defaultValue ) : double | ||
element | this | |
xpath | string | |
defaultValue | double | |
return | double |
public static GetNodeValue ( this element, string xpath, double defaultValue ) : double? | ||
element | this | |
xpath | string | |
defaultValue | double | |
return | double? |
public static GetNodeValue ( this element, string xpath, int defaultValue ) : int | ||
element | this | |
xpath | string | |
defaultValue | int | |
return | int |
public static GetNodeValue ( this element, string xpath, int defaultValue ) : int? | ||
element | this | |
xpath | string | |
defaultValue | int | |
return | int? |
public static GetNodeValue ( this document, string xpath, |
||
document | this | |
xpath | string | |
nsManager | ||
defaultValue | string | |
return | string |
public static GetNodeValue ( this document, string xpath, string defaultValue ) : string | ||
document | this | |
xpath | string | |
defaultValue | string | |
return | string |
public static GetNodeXML ( this document, string xpath, string defaultValue ) : string | ||
document | this | |
xpath | string | |
defaultValue | string | |
return | string |
public static GetNodeXML ( this document, string xpath, string defaultValue, bool useOuter ) : string | ||
document | this | |
xpath | string | |
defaultValue | string | |
useOuter | bool | |
return | string |
public static GetXmlReader ( this fileInfo ) : XmlReader | ||
fileInfo | this | |
return | XmlReader |
public static RemoveAttribute ( XmlElement element, string attributeName ) : void | ||
element | XmlElement | |
attributeName | string | |
return | void |
public static RemoveElement ( this element ) : void | ||
element | this | |
return | void |
public static RemoveElement ( this document, string xpath ) : void | ||
document | this | |
xpath | string | |
return | void |
public static UpdateAttribute ( this xmlElement, string attributeName, string newValue ) : void | ||
xmlElement | this | |
attributeName | string | |
newValue | string | |
return | void |
public static UpdateElement ( this xmlDocument, string xpath, string newValue ) : void | ||
xmlDocument | this | |
xpath | string | |
newValue | string | |
return | void |