When overridden in a derived class, gets a value indicating whether to include white space nodes in the output.
[Visual Basic] Overrides Public Property ReadOnly Whitespace As Boolean [C#] public override bool Whitespace { get; } [C++] public: __property bool get_Whitespace(); [JScript] public override function get Whitespace() : bool
DDomContext Class | XRules Namespace