Microsoft XML 2.5 SDK


 

IXMLDOMDocument::get_preserveWhiteSpace Method

[This is preliminary documentation and subject to change.]

Indicates whether to preserve all white space in the XML document.

Visual Basic Syntax

boolValue = oXMLDOMDocument.preserveWhiteSpace

C/C++ Syntax

HRESULT get_preserveWhiteSpace(

    VARIANT_BOOL *isPreserving);

Parameters

isPreserving

[out]
Value that indicates whether default processing preserves white space.

C/C++ Return Values

S_OK

Value returned if successful.

E_INVALIDARG

Value returned if isPreserving is null.

See Also

White space handling