public class PseudoElement extends Pseudo
| Constructor and Description |
|---|
PseudoElement(HiddenTokenAwareTree token,
String name) |
PseudoElement(HiddenTokenAwareTree token,
String name,
boolean level12Form) |
| Modifier and Type | Method and Description |
|---|---|
PseudoElement |
clone() |
List<? extends ASTCssNode> |
getChilds()
WARNING: it is up to the programmer to keep parent and childs getters and
setters consistent.
|
String |
getFullName() |
ASTCssNodeType |
getType() |
boolean |
isLevel12Form() |
void |
setLevel12Form(boolean level12Form) |
extendName, getName, isInterpolated, setName, toStringaddOpeningComments, addTrailingComment, addTrailingComments, configureParentToAllChilds, getOpeningComments, getOrphanComments, getParent, getSource, getSourceColumn, getSourceLine, getTrailingComments, getUnderlyingStructure, hasParent, isFaulty, isSilent, setOpeningComments, setOrphanComments, setParent, setSilent, setTrailingComments, setUnderlyingStructurepublic PseudoElement(HiddenTokenAwareTree token, String name)
public PseudoElement(HiddenTokenAwareTree token, String name, boolean level12Form)
public String getFullName()
getFullName in class ElementSubsequentpublic boolean isLevel12Form()
public void setLevel12Form(boolean level12Form)
@NotAstProperty public List<? extends ASTCssNode> getChilds()
ASTCssNodegetChilds in class ASTCssNodepublic ASTCssNodeType getType()
getType in class ASTCssNodepublic PseudoElement clone()
clone in interface PubliclyCloneableclone in class PseudoCopyright © 2012-2015. All Rights Reserved.