C# 클래스 Malt.Reporting.OfficeXml.ExcelMLCompiler

파일 보기 프로젝트 열기: oldrev/maltreport

공개 메소드들

메소드 설명
Compile ( ExcelMLTemplate doc ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Compile() 공개 정적인 메소드

public static Compile ( ExcelMLTemplate doc ) : void
doc ExcelMLTemplate
리턴 void