attributeBlocks, attributeNames, attributes, codeNode, selfClosing| Constructor and Description |
|---|
TagNode() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canInline() |
void |
execute(IndentWriter writer,
PugModel model,
PugTemplate template) |
Node |
getTextNode() |
boolean |
hasTextNode() |
boolean |
isInline() |
boolean |
isInterpolated() |
boolean |
isWhitespaceSensitive() |
void |
setInterpolated(boolean interpolated) |
void |
setTextNode(Node textNode) |
addAttributes, attrs, clone, getAttribute, getAttributes, getCodeNode, hasCodeNode, isSelfClosing, isSelfClosingTag, isTextOnly, setAttribute, setCodeNode, setSelfClosing, setTextOnly, visitAttributesgetBlock, getColumn, getFileName, getLineNumber, getName, getNodes, getValue, hasBlock, hasNodes, isTextNode, pollNode, push, setBlock, setColumn, setFileName, setLineNumber, setName, setNodes, setValuepublic void setTextNode(Node textNode)
public Node getTextNode()
public boolean hasTextNode()
public boolean isInline()
public boolean isWhitespaceSensitive()
public boolean canInline()
public void execute(IndentWriter writer, PugModel model, PugTemplate template) throws PugCompilerException
execute in class NodePugCompilerExceptionpublic boolean isInterpolated()
public void setInterpolated(boolean interpolated)
Copyright © 2024. All rights reserved.