C# Class Malt.Reporting.OpenDocument.OdfCompiler

Datei anzeigen Open project: oldrev/maltreport

Public Methods

Method Description
Compile ( OdfTemplate template ) : void

Private Methods

Method Description
CheckTemplateExpression ( XmlNode placeholder, string value, Match match ) : void
ExtractTemplateExpression ( XmlNode placeholder ) : string
FindAllRowElements ( XmlDocument xml ) : List
FindAllRtlElements ( XmlDocument xml ) : List
FindDirectiveNodesInRow ( XmlElement row ) : List
PreprocessElements ( XmlDocument xml, XmlNamespaceManager nsmanager ) : void
ProcessIdentifierTag ( XmlDocument xml, XmlNode placeholder, string value ) : void
ProcessImageTag ( XmlNode placeholder, ReferenceElement ie ) : void
ProcessPlaceHolderElement ( XmlNode placeholder, ReferenceElement ie ) : void
ProcessSingleTableRowElement ( XmlElement row ) : void
ProcessTableRows ( XmlDocument xml, XmlNamespaceManager nsmanager ) : void

Method Details

Compile() public static method

public static Compile ( OdfTemplate template ) : void
template OdfTemplate
return void