| 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) |
Locator |
Locatable.getLocator() |
Locator |
LexicalUnit.getLocator() |
Locator |
AbstractLocatable.getLocator() |
| Modifier and Type | Method and Description |
|---|---|
void |
HandlerBase.charset(String characterEncoding,
Locator locator) |
void |
DocumentHandler.charset(String characterEncoding,
Locator locator)
Receive notification of a charset at-rule.
|
protected void |
AbstractCSSParser.handleCharset(String characterEncoding,
Locator locator) |
protected void |
AbstractCSSParser.handleIgnorableAtRule(String s,
Locator locator) |
protected void |
AbstractCSSParser.handleImportStyle(String uri,
MediaQueryList media,
String defaultNamespaceURI,
Locator locator) |
protected void |
AbstractCSSParser.handleMedium(String medium,
Locator locator) |
protected void |
AbstractCSSParser.handleProperty(String name,
LexicalUnit value,
boolean important,
Locator locator) |
protected void |
AbstractCSSParser.handleStartFontFace(Locator locator) |
protected void |
AbstractCSSParser.handleStartMedia(MediaQueryList media,
Locator locator) |
protected void |
AbstractCSSParser.handleStartPage(String name,
String pseudoPage,
Locator locator) |
protected void |
AbstractCSSParser.handleStartSelector(SelectorList selectors,
Locator locator) |
void |
HandlerBase.ignorableAtRule(String atRule,
Locator locator) |
void |
DocumentHandler.ignorableAtRule(String atRule,
Locator locator)
Receive notification of an unknown rule t-rule not supported by this
parser.
|
void |
HandlerBase.importStyle(String uri,
MediaQueryList media,
String defaultNamespaceURI,
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.property(String name,
LexicalUnit value,
boolean important,
Locator locator) |
void |
DocumentHandler.property(String name,
LexicalUnit value,
boolean important,
Locator locator)
Receive notification of a declaration.
|
void |
Locatable.setLocator(Locator locator) |
void |
LexicalUnit.setLocator(Locator locator) |
void |
AbstractLocatable.setLocator(Locator locator) |
void |
HandlerBase.startFontFace(Locator locator) |
void |
DocumentHandler.startFontFace(Locator locator)
Receive notification of the beginning of a font face statement.
|
void |
HandlerBase.startMedia(MediaQueryList media,
Locator locator) |
void |
DocumentHandler.startMedia(MediaQueryList media,
Locator locator)
Receive notification of the beginning of a media statement.
|
void |
HandlerBase.startPage(String name,
String pseudoPage,
Locator locator) |
void |
DocumentHandler.startPage(String name,
String pseudoPage,
Locator locator)
Receive notification of the beginning of a page statement.
|
void |
HandlerBase.startSelector(SelectorList selectors,
Locator locator) |
void |
DocumentHandler.startSelector(SelectorList selectors,
Locator locator)
Receive notification of the beginning of a rule statement.
|
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) |
PseudoElementSelector(String localName,
Locator locator,
boolean doubleColon) |
Copyright © 2018. All rights reserved.