C# Class Malt.Reporting.Xml.DirectiveElement

VTL Directive XML Element
Inheritance: System.Xml.XmlElement
ファイルを表示 Open project: oldrev/maltreport Class Usage Examples

Public Methods

Method Description
DirectiveElement ( XmlDocument doc, string directive ) : System
ReduceTagByCount ( XmlNode placeholder ) : void

按照数量化简 Tag

ReduceTagByDirective ( XmlNode placeholder ) : void

按照内容化简

WriteTo ( XmlWriter w ) : void

Write to writer

Method Details

DirectiveElement() public method

public DirectiveElement ( XmlDocument doc, string directive ) : System
doc System.Xml.XmlDocument
directive string
return System

ReduceTagByCount() public method

按照数量化简 Tag
public ReduceTagByCount ( XmlNode placeholder ) : void
placeholder System.Xml.XmlNode
return void

ReduceTagByDirective() public method

按照内容化简
public ReduceTagByDirective ( XmlNode placeholder ) : void
placeholder System.Xml.XmlNode
return void

WriteTo() public method

Write to writer
public WriteTo ( XmlWriter w ) : void
w System.Xml.XmlWriter
return void