protected override object process() { var project = new SingleContentProject(Text); if(ProjBxl.hasContent()) { project.ConfigureFromXml(MyBxl.Parse(ProjBxl)); } return new ThemaCompilerResultForQweb( LastContext = new ThemaCompiler().Compile( project)); }
public object Process() { var project = new SingleContentProject(Text); if (ProjBxl.IsNotEmpty()) { project.ConfigureFromXml(Application.Current.Bxl.Parse(ProjBxl)); } return new ThemaCompilerResultForQweb( LastContext = new ThemaCompiler().Compile( project)); }
protected override object process() { var project = new SingleContentProject(Text); if (ProjBxl.hasContent()) { project.ConfigureFromXml(MyBxl.Parse(ProjBxl)); } return(new ThemaCompilerResultForQweb( LastContext = new ThemaCompiler().Compile( project))); }
public object Process() { var project = new SingleContentProject(Text); if (ProjBxl.IsNotEmpty()) { project.ConfigureFromXml(Application.Current.Bxl.Parse(ProjBxl)); } return(new ThemaCompilerResultForQweb( LastContext = new ThemaCompiler().Compile( project))); }