Table of Contents

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

node XPathNavigator

The 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 node parameter is null.