Method | Description | |
---|---|---|
GetOptionalStringAttribute ( this node, string attributeName, string defaultValue ) : string | ||
GetStringAttribute ( this node, string attr ) : string | ||
SafeSelectNodes ( this node, string path, |
this is safe to use with foreach, unlike SelectNodes
|
|
SelectSingleNodeHonoringDefaultNS ( this node, string path ) : |
Method | Description | |
---|---|---|
GetNsmgr ( |
||
GetPrefixedPath ( string xPath, string prefix ) : string | ||
LoadNsmgrForDoc ( |
||
SafeSelectNodes ( this node, string path ) : |
||
SelectTextPortion ( this node, string path ) : string |
public static GetOptionalStringAttribute ( this node, string attributeName, string defaultValue ) : string | ||
node | this | |
attributeName | string | |
defaultValue | string | |
return | string |
public static GetStringAttribute ( this node, string attr ) : string | ||
node | this | |
attr | string | |
return | string |
public static SafeSelectNodes ( this node, string path, |
||
node | this | |
path | string | |
namespaceManager | ||
return |
public static SelectSingleNodeHonoringDefaultNS ( this node, string path ) : |
||
node | this | |
path | string | |
return |