| Package | Description |
|---|---|
| com.gargoylesoftware.css.parser |
Package com.gargoylesoftware.css.parser.
|
| com.gargoylesoftware.css.parser.condition |
Package com.gargoylesoftware.css.parser.condition.
|
| com.gargoylesoftware.css.parser.selector |
Package com.gargoylesoftware.css.parser.selector.
|
| Modifier and Type | Method and Description |
|---|---|
protected Locator |
AbstractCSSParser.createLocator(com.gargoylesoftware.css.parser.javacc.Token t)
Returns a new locator for the given token.
|
Locator |
AbstractLocatable.getLocator() |
Locator |
LexicalUnit.getLocator() |
Locator |
Locatable.getLocator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentHandler.charset(String characterEncoding,
Locator locator)
Receive notification of a charset at-rule.
|
void |
HandlerBase.charset(String characterEncoding,
Locator locator) |
protected void |
AbstractCSSParser.handleCharset(String characterEncoding,
Locator locator)
charset handler.
|
protected void |
AbstractCSSParser.handleIgnorableAtRule(String s,
Locator locator)
ignorable at rule handler.
|
protected void |
AbstractCSSParser.handleImportStyle(String uri,
MediaQueryList media,
String defaultNamespaceURI,
Locator locator)
import style handler.
|
protected void |
AbstractCSSParser.handleMedium(String medium,
Locator locator)
medium handler.
|
protected void |
AbstractCSSParser.handleProperty(String name,
LexicalUnit value,
boolean important,
Locator locator)
property handler.
|
protected void |
AbstractCSSParser.handleStartFontFace(Locator locator)
start font face handler.
|
protected void |
AbstractCSSParser.handleStartMedia(MediaQueryList media,
Locator locator)
start media handler.
|
protected void |
AbstractCSSParser.handleStartPage(String name,
String pseudoPage,
Locator locator)
start page handler.
|
protected void |
AbstractCSSParser.handleStartSelector(SelectorList selectors,
Locator locator)
selector start handler.
|
void |
DocumentHandler.ignorableAtRule(String atRule,
Locator locator)
Receive notification of an unknown rule t-rule not supported by this
parser.
|
void |
HandlerBase.ignorableAtRule(String atRule,
Locator locator) |
void |
DocumentHandler.importStyle(String uri,
MediaQueryList media,
String defaultNamespaceURI,
Locator locator)
Receive notification of a import statement in the style sheet.
|
void |
HandlerBase.importStyle(String uri,
MediaQueryList media,
String defaultNamespaceURI,
Locator locator) |
void |
DocumentHandler.property(String name,
LexicalUnit value,
boolean important,
Locator locator)
Receive notification of a declaration.
|
void |
HandlerBase.property(String name,
LexicalUnit value,
boolean important,
Locator locator) |
void |
AbstractLocatable.setLocator(Locator locator) |
void |
LexicalUnit.setLocator(Locator locator) |
void |
Locatable.setLocator(Locator locator)
Set the locator.
|
void |
DocumentHandler.startFontFace(Locator locator)
Receive notification of the beginning of a font face statement.
|
void |
HandlerBase.startFontFace(Locator locator) |
void |
DocumentHandler.startMedia(MediaQueryList media,
Locator locator)
Receive notification of the beginning of a media statement.
|
void |
HandlerBase.startMedia(MediaQueryList media,
Locator locator) |
void |
DocumentHandler.startPage(String name,
String pseudoPage,
Locator locator)
Receive notification of the beginning of a page statement.
|
void |
HandlerBase.startPage(String name,
String pseudoPage,
Locator locator) |
void |
DocumentHandler.startSelector(SelectorList selectors,
Locator locator)
Receive notification of the beginning of a rule statement.
|
void |
HandlerBase.startSelector(SelectorList selectors,
Locator locator) |
protected CSSParseException |
AbstractCSSParser.toCSSParseException(String messageKey,
Object[] msgParams,
Locator locator) |
| Constructor and Description |
|---|
CSSParseException(String message,
Locator locator)
Create a new CSSParseException from a message and a Locator.
|
CSSParseException(String message,
Locator locator,
Exception e)
Wrap an existing exception in a CSSParseException.
|
| Constructor and Description |
|---|
ClassCondition(String value,
Locator locator)
Ctor.
|
IdCondition(String value,
Locator locator)
Ctor.
|
LangCondition(String lang,
Locator locator)
Ctor.
|
PseudoClassCondition(String value,
Locator locator,
boolean doubleColon)
Ctor.
|
| Constructor and Description |
|---|
ElementSelector(String localName,
Locator locator)
Ctor.
|
PseudoElementSelector(String localName,
Locator locator,
boolean doubleColon)
Ctor.
|
Copyright © 2021. All rights reserved.