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
public class FilterNode
- extends Node
| 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 |
FilterNode
public FilterNode()
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 class Node
- Throws:
JadeCompilerException
setAttributes
public void setAttributes(Map<String,Object> attributes)
Copyright © 2013. All rights reserved.