C# Class Malt.Reporting.OfficeXml.ExcelMLCompiler

Afficher le fichier Open project: oldrev/maltreport

Méthodes publiques

Méthode Description
Compile ( ExcelMLTemplate doc ) : void

Private Methods

Méthode 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 méthode

public static Compile ( ExcelMLTemplate doc ) : void
doc ExcelMLTemplate
Résultat void