public class EscapedSelector extends SelectorPart
| Constructor and Description |
|---|
EscapedSelector(HiddenTokenAwareTree underlyingStructure,
String value,
String quoteTypes,
SelectorCombinator leadingCombinator) |
| Modifier and Type | Method and Description |
|---|---|
EscapedSelector |
clone() |
List<ASTCssNode> |
getChilds()
WARNING: it is up to the programmer to keep parent and childs getters and
setters consistent.
|
String |
getQuoteType() |
ASTCssNodeType |
getType() |
String |
getValue() |
void |
setQuoteTypes(String quoteTypes) |
void |
setValue(String value) |
String |
toString() |
addSubsequent, extendName, extendName, getElementName, getLastSubsequent, getLeadingCombinator, getParentAsSelector, getSubsequent, hasElement, hasLeadingCombinator, hasSubsequent, isAppender, isClassesAndIdsOnlySelector, isEmpty, removeSubsequent, setLeadingCombinatoraddOpeningComments, addTrailingComments, configureParentToAllChilds, getOpeningComments, getOrphanComments, getParent, getSource, getSourceColumn, getSourceLine, getTrailingComments, getUnderlyingStructure, hasParent, isFaulty, isSilent, setOpeningComments, setOrphanComments, setParent, setSilent, setTrailingComments, setUnderlyingStructurepublic EscapedSelector(HiddenTokenAwareTree underlyingStructure, String value, String quoteTypes, SelectorCombinator leadingCombinator)
public String getQuoteType()
public void setQuoteTypes(String quoteTypes)
public String getValue()
public void setValue(String value)
public EscapedSelector clone()
clone in interface PubliclyCloneableclone in class SelectorPart@NotAstProperty public List<ASTCssNode> getChilds()
ASTCssNodegetChilds in class SelectorPartpublic ASTCssNodeType getType()
getType in class ASTCssNodeCopyright © 2012-2014. All Rights Reserved.