public class CharsetDeclaration extends ASTCssNode
| Constructor and Description |
|---|
CharsetDeclaration(HiddenTokenAwareTree token,
CssString charset) |
| Modifier and Type | Method and Description |
|---|---|
CharsetDeclaration |
clone() |
CssString |
getCharset() |
List<? extends ASTCssNode> |
getChilds()
WARNING: it is up to the programmer to keep parent and childs getters and
setters consistent.
|
ASTCssNodeType |
getType() |
void |
setCharset(CssString charset) |
addOpeningComments, addTrailingComment, addTrailingComments, configureParentToAllChilds, getOpeningComments, getOrphanComments, getParent, getSource, getSourceColumn, getSourceLine, getTrailingComments, getUnderlyingStructure, hasParent, isFaulty, isSilent, setOpeningComments, setOrphanComments, setParent, setSilent, setTrailingComments, setUnderlyingStructure, toStringpublic CharsetDeclaration(HiddenTokenAwareTree token, CssString charset)
public CssString getCharset()
public void setCharset(CssString charset)
@NotAstProperty public List<? extends ASTCssNode> getChilds()
ASTCssNodegetChilds in class ASTCssNodepublic ASTCssNodeType getType()
getType in class ASTCssNodepublic CharsetDeclaration clone()
clone in interface PubliclyCloneableclone in class ASTCssNodeCopyright © 2012-2015. All Rights Reserved.