public static class BuildComponentUtilities
<ExtensionAttribute>
Public NotInheritable Class BuildComponentUtilities
[ExtensionAttribute]
public ref class BuildComponentUtilities abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type BuildComponentUtilities = class end
EvalXPathExpr(IXPathNavigable, XPathExpression, CustomContext) | This is used to get the string result from evaluating an XPath expression against the given document and context. |
EvalXPathExpr(IXPathNavigable, XPathExpression, String) | This is used to get the string result from evaluating an XPath expression against the given document and a context created from a set of key/value pairs. |
GetExceptionMessage | This is used to get the message strings from an exception and any of its inner exceptions |
GetInnerXml | This is used to get the inner XML of a node without changing the spacing |
GetRelativePath | This returns the path argument adjusted to be relative to the base path. Absolute path names will be returned unchanged. |
IsLegalXmlText | This is used to confirm that the specified text only contains legal XML characters |
ToArray | Convert an XPath node iterator to an array |