InputSettings.Strip MethodInputSettings.Strip MethodInputSettings::Strip Method

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

Syntax

Public Sub Strip( _
    localName As String, _
    ns As String _
)
public void Strip(
    string localName,
    string ns
)
public:
void Strip(
    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 '*'.