XsltWhitespaceSettings ClassXsltWhitespaceSettings ClassXsltWhitespaceSettings Class

Represents the combined effects of xsl:preserve-space and xsl:strip-space elements in XSLT.

Inheritance Hierarchy

Syntax

Public Class XsltWhitespaceSettings
public class XsltWhitespaceSettings
public:
ref class XsltWhitespaceSettings
 
The XsltWhitespaceSettingsXsltWhitespaceSettingsXsltWhitespaceSettings type exposes the following members.

Constructors

 ConstructorDescription
Public methodXsltWhitespaceSettings (XmlNameTable)XsltWhitespaceSettings (XmlNameTable)XsltWhitespaceSettings (XmlNameTable^) Initializes a new instance of the XsltWhitespaceSettingsXsltWhitespaceSettingsXsltWhitespaceSettings class with the specified XmlNameTableXmlNameTableXmlNameTable instance.
Public methodXsltWhitespaceSettings (XsltWhitespaceSettings)XsltWhitespaceSettings (XsltWhitespaceSettings)XsltWhitespaceSettings (XsltWhitespaceSettings^) Initializes a new instance of the XsltWhitespaceSettingsXsltWhitespaceSettingsXsltWhitespaceSettings class from another instance.

Top

Methods

 MethodDescription
Public methodObject.EqualsObject.EqualsObject::Equals Determines whether the specified objectObjectobject is equal to the current objectObjectobject. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodFilterFilterFilter Returns a new XmlReaderXmlReaderXmlReader instance which Filters the specified XmlReaderXmlReaderXmlReader according to the current whitespace settings.
Protected methodObject.FinalizeObject.FinalizeObject::Finalize Allows an objectObjectobject to attempt to free resources and perform other cleanup operations before the objectObjectobject is reclaimed by garbage collection. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodObject.GetHashCodeObject.GetHashCodeObject::GetHashCode Serves as a hash function for a particular type. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodObject.GetTypeObject.GetTypeObject::GetType Gets the TypeTypeType of the current instance. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Protected methodObject.MemberwiseCloneObject.MemberwiseCloneObject::MemberwiseClone Creates a shallow copy of the current objectObjectobject. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodPreservePreservePreserve Specifies that whitespace descendants of elements matching the given name test should be preserved.
Public methodStripStripStrip Specifies that whitespace descendants of elements matching the given name test should be stripped.
Public methodObject.ToStringObject.ToStringObject::ToString Returns a stringStringString that represents the current objectObjectobject. (Inherited from System.ObjectSystem.ObjectSystem::Object)

Top