C# Class System.Xml.Xsl.Qil.WhitespaceRule

Data structure for storing whitespace rules generated by xsl:strip-space and xsl:preserve-space
ファイルを表示 Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
WhitespaceRule ( string localName, string namespaceName, bool preserveSpace )

Construct new whitespace rule.

Protected Methods

Method Description
Init ( string localName, string namespaceName, bool preserveSpace ) : void

Initialize whitespace rule after it's been constructed.

WhitespaceRule ( )

Allow derived classes to construct empty whitespace rule.

Method Details

Init() protected method

Initialize whitespace rule after it's been constructed.
protected Init ( string localName, string namespaceName, bool preserveSpace ) : void
localName string
namespaceName string
preserveSpace bool
return void

WhitespaceRule() protected method

Allow derived classes to construct empty whitespace rule.
protected WhitespaceRule ( )

WhitespaceRule() public method

Construct new whitespace rule.
public WhitespaceRule ( string localName, string namespaceName, bool preserveSpace )
localName string
namespaceName string
preserveSpace bool