BuildComponentUtilities.GetInnerXml Method
Definition
- Namespace
- Sandcastle.Core.BuildAssembler
- Assembly
- Sandcastle.Core.dll
This is used to get the inner XML of a node without changing the spacing
public static string GetInnerXml(this XPathNavigator node)
Parameters
nodeXPathNavigatorThe node from which to get the inner XML
Returns
- string
The inner XML as a string with its spacing preserved
Exceptions
- ArgumentNullException
This is thrown if the
nodeparameter is null.