BadScript 2
Loading...
Searching...
No Matches
BadHtml.Transformer Namespace Reference

Implementations of Html Node Transformers that are used in the Transformation Process. More...

Classes

class  BadCopyNodeTransformer
 Copies the current node to the output and transforms the attributes This is the default transformer. More...
 
class  BadCopyScriptNodeTransformer
 Copies the current script node to the output if the lang attribute is not bs2. More...
 
class  BadCopyStyleNodeTransformer
 Copies the current style node to the output. More...
 
class  BadExecuteScriptNodeTransformer
 Executes the current script block if the lang attribute is bs2. More...
 
class  BadForEachNodeTransformer
 Implements the 'bs:each' node transformer. More...
 
class  BadFunctionNodeTransformer
 Implements a BadScript Function Node Transformer. More...
 
class  BadIfNodeTransformer
 Implements the 'bs:if' node transformer. More...
 
class  BadImportFileNodeTransformer
 Imports the file specified in the path attribute of the current bs:import node. More...
 
class  BadImportTemplateNodeTransformer
 Imports the template specified in the path attribute of the current bs:template node. More...
 
class  BadInsertNodeTransformer
 Implements the bs:insert node transformer. That inserts the inner content of the node into the specified location. More...
 
class  BadTextNodeTransformer
 Implements a BadScript Text Node Transformer Copies the text nodes to the output and evaluates them with BadScript. More...
 
class  BadWhileNodeTransformer
 Implements the 'bs:while' node transformer. More...
 

Detailed Description

Implementations of Html Node Transformers that are used in the Transformation Process.