| 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, addTrailingComments, configureParentToAllChilds, getCharPositionInSourceLine, getOpeningComments, getOrphanComments, getParent, getSource, getSourceLine, getTrailingComments, getUnderlyingStructure, isFaulty, setOpeningComments, setOrphanComments, setParent, 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)
public List<? extends ASTCssNode> getChilds()
ASTCssNodegetChilds in class ASTCssNodepublic ASTCssNodeType getType()
getType in class ASTCssNodepublic PseudoElement clone()
Copyright © 2012-2013. All Rights Reserved.