Package de.neuland.jade4j.parser.node
Class TagNode
- java.lang.Object
-
- de.neuland.jade4j.parser.node.Node
-
- de.neuland.jade4j.parser.node.AttrsNode
-
- de.neuland.jade4j.parser.node.TagNode
-
-
Field Summary
-
Fields inherited from class de.neuland.jade4j.parser.node.AttrsNode
attributeBlocks, attributeNames, attributes, codeNode, selfClosing
-
-
Constructor Summary
Constructors Constructor Description TagNode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanInline()voidexecute(IndentWriter writer, JadeModel model, JadeTemplate template)NodegetTextNode()booleanhasTextNode()booleanisBuffer()booleanisInline()voidsetBuffer(boolean buffer)voidsetTextNode(Node textNode)-
Methods inherited from class de.neuland.jade4j.parser.node.AttrsNode
addAttributes, attrs, clone, getAttribute, getCodeNode, hasCodeNode, isSelfClosing, isSelfClosing, isTerse, isTextOnly, setAttribute, setCodeNode, setSelfClosing, setTextOnly, visitAttributes
-
Methods inherited from class de.neuland.jade4j.parser.node.Node
getBlock, getFileName, getLineNumber, getName, getNodes, getValue, hasBlock, hasNodes, pollNode, push, setBlock, setFileName, setLineNumber, setName, setNodes, setValue
-
-
-
-
Method Detail
-
setTextNode
public void setTextNode(Node textNode)
-
getTextNode
public Node getTextNode()
-
hasTextNode
public boolean hasTextNode()
-
isInline
public boolean isInline()
-
canInline
public boolean canInline()
-
execute
public void execute(IndentWriter writer, JadeModel model, JadeTemplate template) throws JadeCompilerException
- Specified by:
executein classNode- Throws:
JadeCompilerException
-
isBuffer
public boolean isBuffer()
-
setBuffer
public void setBuffer(boolean buffer)
-
-