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:
java.lang.Cloneable
public class FilterNode extends Node
-
-
Constructor Summary
Constructors Constructor Description FilterNode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(IndentWriter writer, JadeModel model, JadeTemplate template)
Node
getTextBlock()
boolean
hasTextBlock()
void
setAttributes(java.util.List<Attr> attributes)
void
setTextBlock(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
-
-
-
-
Method Detail
-
hasTextBlock
public boolean hasTextBlock()
-
setTextBlock
public void setTextBlock(Node textBlock)
-
getTextBlock
public Node getTextBlock()
-
execute
public void execute(IndentWriter writer, JadeModel model, JadeTemplate template) throws JadeCompilerException
- Specified by:
execute
in classNode
- Throws:
JadeCompilerException
-
setAttributes
public void setAttributes(java.util.List<Attr> attributes)
-
-