XsltWhitespaceSettings.Preserve MethodXsltWhitespaceSettings.Preserve MethodXsltWhitespaceSettings::Preserve Method
- XmlPrime 1.2
- Other Versions ▼
Specifies that whitespace descendants of elements matching the given name test should be preserved.
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 '*'.
Return Value
Type: System.BooleanSystem.BooleanSystem::Boolean
Returns true
True
true
if the name test did not conflict with any other rules;
otherwise false
False
false
.