InputSettings.Preserve MethodInputSettings.Preserve MethodInputSettings::Preserve Method

Specifies that whitespace descendants of elements matching the given name test should be preserved.

Syntax

Public Sub Preserve( _
    localName As String, _
    ns As String _
)
public void Preserve(
    string localName,
    string ns
)
public:
void Preserve(
    String^ localName, 
    String^ ns
)
 

Parameters

localName

Type: System.StringSystem.StringSystem::String^

The local part of the name test. This may be '*'.

ns

Type: System.StringSystem.StringSystem::String^

The namespace of the name test. This may be '*'.