Package de.neuland.jade4j.parser.node
Class FilterNode
java.lang.Object
de.neuland.jade4j.parser.node.Node
de.neuland.jade4j.parser.node.FilterNode
- All Implemented Interfaces:
Cloneable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(IndentWriter writer, JadeModel model, JadeTemplate template) booleanvoidsetAttributes(List<Attr> attributes) voidsetTextBlock(Node textBlock) Methods inherited from class de.neuland.jade4j.parser.node.Node
clone, getBlock, getFileName, getLineNumber, getName, getNodes, getValue, hasBlock, hasNodes, pollNode, push, setBlock, setFileName, setLineNumber, setName, setNodes, setValue
-
Field Details
-
textBlock
-
attributes
-
-
Constructor Details
-
FilterNode
public FilterNode()
-
-
Method Details
-
hasTextBlock
public boolean hasTextBlock() -
setTextBlock
-
getTextBlock
-
execute
public void execute(IndentWriter writer, JadeModel model, JadeTemplate template) throws JadeCompilerException - Specified by:
executein classNode- Throws:
JadeCompilerException
-
setAttributes
-