When overridden in a derived class, evaluates whether to preserve white space nodes or strip them for the given context.
[Visual Basic] Overrides Public Function PreserveWhitespace( _ ByVal node As XPathNavigator _ ) As Boolean [C#] public override bool PreserveWhitespace( XPathNavigator node ); [C++] public: bool PreserveWhitespace( XPathNavigator* node ); [JScript] public override function PreserveWhitespace( XPathNavigator node ): bool;
Returns true if the white space is to be preserved or false if the white space is to be stripped.
DDomContext Class | XRules Namespace