Method | Description | |
---|---|---|
AddAttribute ( |
||
AddElement ( |
||
AddElement ( |
||
AddElement ( |
||
AddElement ( |
||
CreateXPathNavigator ( XmlReader reader ) : |
||
GetAttribute ( |
||
GetAttribute ( |
||
GetAttribute ( |
||
GetAttribute ( |
||
GetAttribute ( |
||
GetAttribute ( |
||
GetAttribute ( |
||
GetElement ( |
||
GetIterator ( XPathNavigator navigator, string xPath ) : XPathNodeIterator | ||
GetNode ( System xmlNode, string XPath ) : |
||
GetNode ( System xmlNode, string XPath, XmlNamespaceManager nsManager ) : |
||
GetNodeValue ( System element, string XPath, DateTime defaultValue ) : DateTime | ||
GetNodeValue ( System element, string XPath, DateTime defaultValue ) : DateTime? | ||
GetNodeValue ( System element, string XPath, Single defaultValue ) : Single | ||
GetNodeValue ( System element, string XPath, Single defaultValue ) : Single? | ||
GetNodeValue ( System element, string XPath, bool defaultValue ) : bool | ||
GetNodeValue ( System element, string XPath, bool defaultValue ) : bool? | ||
GetNodeValue ( System element, string XPath, double defaultValue ) : double | ||
GetNodeValue ( System element, string XPath, double defaultValue ) : double? | ||
GetNodeValue ( System element, string XPath, int defaultValue ) : int | ||
GetNodeValue ( System element, string XPath, int defaultValue ) : int? | ||
GetNodeValue ( System document, string XPath, XmlNamespaceManager nsManager, string defaultValue ) : string | ||
GetNodeValue ( System document, string XPath, string defaultValue ) : string | ||
GetNodeXML ( XmlDocument document, string XPath, string defaultValue ) : string | ||
GetNodeXML ( XmlDocument document, string XPath, string defaultValue, bool useOuter ) : string | ||
GetXmlReader ( FileInfo fileInfo ) : XmlReader | ||
RemoveAttribute ( XmlElement element, string attributeName ) : void | ||
RemoveElement ( XmlDocument document, string XPath ) : void | ||
RemoveElement ( XmlElement element ) : void | ||
UpdateAttribute ( XmlElement XmlElement, string attributeName, string newValue ) : void | ||
UpdateElement ( XmlDocument &XMLDocument, string Xpath, string newValue ) : void | ||
UpdateElement ( XmlElement element, string newValue ) : void |
Method | Description | |
---|---|---|
XmlHelper ( ) : System |
public static AddAttribute ( |
||
XmlElement | ||
name | string | |
value | string | |
return |
public static AddElement ( |
||
XMLDocument | ||
name | string | |
return |
public static AddElement ( |
||
document | ||
name | string | |
value | string | |
return |
public static AddElement ( |
||
element | ||
name | string | |
return |
public static AddElement ( |
||
element | ||
name | string | |
value | string | |
return |
public static CreateXPathNavigator ( XmlReader reader ) : |
||
reader | XmlReader | |
return |
public static GetAttribute ( |
||
node | ||
attributeName | string | |
defaultValue | System.Guid | |
return | System.Guid |
public static GetAttribute ( |
||
node | ||
attributeName | string | |
defaultValue | bool | |
return | bool |
public static GetAttribute ( |
||
node | ||
attributeName | string | |
defaultValue | double | |
return | double |
public static GetAttribute ( |
||
node | ||
attributeName | string | |
defaultValue | int | |
return | int |
public static GetAttribute ( |
||
node | ||
attributeName | string | |
defaultValue | long | |
return | long |
public static GetAttribute ( |
||
node | ||
attributeName | string | |
return | string |
public static GetAttribute ( |
||
node | ||
attributeName | string | |
defaultValue | string | |
return | string |
public static GetElement ( |
||
parentElement | ||
tagName | string | |
return |
public static GetIterator ( XPathNavigator navigator, string xPath ) : XPathNodeIterator | ||
navigator | XPathNavigator | |
xPath | string | |
return | XPathNodeIterator |
public static GetNode ( System xmlNode, string XPath ) : |
||
xmlNode | System | |
XPath | string | |
return |
public static GetNode ( System xmlNode, string XPath, XmlNamespaceManager nsManager ) : |
||
xmlNode | System | |
XPath | string | |
nsManager | XmlNamespaceManager | |
return |
public static GetNodeValue ( System element, string XPath, DateTime defaultValue ) : DateTime | ||
element | System | |
XPath | string | |
defaultValue | DateTime | |
return | DateTime |
public static GetNodeValue ( System element, string XPath, DateTime defaultValue ) : DateTime? | ||
element | System | |
XPath | string | |
defaultValue | DateTime | |
return | DateTime? |
public static GetNodeValue ( System element, string XPath, Single defaultValue ) : Single | ||
element | System | |
XPath | string | |
defaultValue | Single | |
return | Single |
public static GetNodeValue ( System element, string XPath, Single defaultValue ) : Single? | ||
element | System | |
XPath | string | |
defaultValue | Single | |
return | Single? |
public static GetNodeValue ( System element, string XPath, bool defaultValue ) : bool | ||
element | System | |
XPath | string | |
defaultValue | bool | |
return | bool |
public static GetNodeValue ( System element, string XPath, bool defaultValue ) : bool? | ||
element | System | |
XPath | string | |
defaultValue | bool | |
return | bool? |
public static GetNodeValue ( System element, string XPath, double defaultValue ) : double | ||
element | System | |
XPath | string | |
defaultValue | double | |
return | double |
public static GetNodeValue ( System element, string XPath, double defaultValue ) : double? | ||
element | System | |
XPath | string | |
defaultValue | double | |
return | double? |
public static GetNodeValue ( System element, string XPath, int defaultValue ) : int | ||
element | System | |
XPath | string | |
defaultValue | int | |
return | int |
public static GetNodeValue ( System element, string XPath, int defaultValue ) : int? | ||
element | System | |
XPath | string | |
defaultValue | int | |
return | int? |
public static GetNodeValue ( System document, string XPath, XmlNamespaceManager nsManager, string defaultValue ) : string | ||
document | System | |
XPath | string | |
nsManager | XmlNamespaceManager | |
defaultValue | string | |
return | string |
public static GetNodeValue ( System document, string XPath, string defaultValue ) : string | ||
document | System | |
XPath | string | |
defaultValue | string | |
return | string |
public static GetNodeXML ( XmlDocument document, string XPath, string defaultValue ) : string | ||
document | XmlDocument | |
XPath | string | |
defaultValue | string | |
return | string |
public static GetNodeXML ( XmlDocument document, string XPath, string defaultValue, bool useOuter ) : string | ||
document | XmlDocument | |
XPath | string | |
defaultValue | string | |
useOuter | bool | |
return | string |
public static GetXmlReader ( FileInfo fileInfo ) : XmlReader | ||
fileInfo | FileInfo | |
return | XmlReader |
public static RemoveAttribute ( XmlElement element, string attributeName ) : void | ||
element | XmlElement | |
attributeName | string | |
return | void |
public static RemoveElement ( XmlDocument document, string XPath ) : void | ||
document | XmlDocument | |
XPath | string | |
return | void |
public static RemoveElement ( XmlElement element ) : void | ||
element | XmlElement | |
return | void |
public static UpdateAttribute ( XmlElement XmlElement, string attributeName, string newValue ) : void | ||
XmlElement | XmlElement | |
attributeName | string | |
newValue | string | |
return | void |
public static UpdateElement ( XmlDocument &XMLDocument, string Xpath, string newValue ) : void | ||
XMLDocument | XmlDocument | |
Xpath | string | |
newValue | string | |
return | void |
public static UpdateElement ( XmlElement element, string newValue ) : void | ||
element | XmlElement | |
newValue | string | |
return | void |