C# Class Malt.Reporting.OfficeXml.ExcelMLCompiler

ファイルを表示 Open project: oldrev/maltreport

Public Methods

Method Description
Compile ( ExcelMLTemplate doc ) : void

Private Methods

Method Description
ClearTemplate ( XmlNode node ) : void
ExcelMLCompiler ( ) : System
FindAllPlaceholders ( XmlDocument doc ) : List
FindFirstChildNode ( XmlNode parent, string childName ) : XmlNode
ProcessDirectiveTag ( XmlDocument xml, XmlElement phe, string value ) : void
ProcessPlaceHolders ( XmlDocument xml ) : void
ProcessReferenceTag ( XmlElement phe, string value ) : void
WriteCompiledMainContent ( ExcelMLTemplate t, XmlDocument xml ) : void

Method Details

Compile() public static method

public static Compile ( ExcelMLTemplate doc ) : void
doc ExcelMLTemplate
return void