public class CharsetDeclaration extends ASTCssNode
| Constructor and Description |
|---|
CharsetDeclaration(HiddenTokenAwareTree token,
String charset) |
| Modifier and Type | Method and Description |
|---|---|
CharsetDeclaration |
clone() |
String |
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(String charset) |
addOpeningComments, addTrailingComments, configureParentToAllChilds, getOpeningComments, getOrphanComments, getParent, getSource, getSourceColumn, getSourceLine, getTrailingComments, getUnderlyingStructure, hasParent, isFaulty, isSilent, setOpeningComments, setOrphanComments, setParent, setSilent, setTrailingComments, setUnderlyingStructurepublic CharsetDeclaration(HiddenTokenAwareTree token, String charset)
public String getCharset()
public void setCharset(String 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-2014. All Rights Reserved.