InputSettings ClassInputSettings ClassInputSettings Class
Represents filters to be applied to input source trees, such as whitespace stripping and type annotation stripping.
Inheritance Hierarchy
- System.ObjectSystem.ObjectSystem::Object
- XmlPrime.InputSettingsXmlPrime.InputSettingsXmlPrime::InputSettings
The InputSettingsInputSettingsInputSettings
type exposes the following members.
Constructors
Constructor | Description | |
---|---|---|
![]() | InputSettings (XmlNameTable)InputSettings (XmlNameTable)InputSettings (XmlNameTable^) | Initializes a new instance of the InputSettingsInputSettingsInputSettings class with the specified XmlNameTableXmlNameTableXmlNameTable instance. |
![]() | InputSettings (InputSettings)InputSettings (InputSettings)InputSettings (InputSettings^) | Initializes a new instance of the InputSettingsInputSettingsInputSettings class from another instance. |
Properties
Property | Description | |
---|---|---|
![]() | InputTypeAnnotationsInputTypeAnnotationsInputTypeAnnotations | Gets or sets the input type annotations setting. |
Methods
Remarks
The InputSettingsInputSettingsInputSettings class represents the combined effects of XSLT's xsl:preserve-space
and
xsl:strip-space
together with the input-type-annotations
attribute of the xsl:stylesheet
and
xsl:transform
elements;
The input settings can be applied to an XmlReaderXmlReaderXmlReader or IXPathNavigableIXPathNavigableIXPathNavigable instance by using the Filter (XmlReader)Filter (XmlReader)Filter (XmlReader^) and Filter (IXPathNavigable)Filter (IXPathNavigable)Filter (IXPathNavigable^) methods.