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, getCharPositionInSourceLine, getOpeningComments, getOrphanComments, getParent, getSourceLine, getTrailingComments, getUnderlyingStructure, isFaulty, setOpeningComments, setOrphanComments, setParent, setTrailingComments, setUnderlyingStructurepublic CharsetDeclaration(HiddenTokenAwareTree token, String charset)
public String getCharset()
public void setCharset(String charset)
public List<? extends ASTCssNode> getChilds()
ASTCssNodegetChilds in class ASTCssNodepublic ASTCssNodeType getType()
getType in class ASTCssNodepublic CharsetDeclaration clone()
clone in class ASTCssNodeCopyright © 2012-2013. All Rights Reserved.