| Package | Description |
|---|---|
| com.gargoylesoftware.css.parser |
Package com.gargoylesoftware.css.parser.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CSSParseException
Encapsulate a CSS parse error or warning.
|
| 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) |
void |
DocumentHandler.endDocument(InputSource source)
Receive notification of the end of a document.
|
void |
HandlerBase.endDocument(InputSource source) |
void |
DocumentHandler.endFontFace()
Receive notification of the end of a font face statement.
|
void |
HandlerBase.endFontFace() |
void |
DocumentHandler.endMedia(MediaQueryList media)
Receive notification of the end of a media statement.
|
void |
HandlerBase.endMedia(MediaQueryList media) |
void |
DocumentHandler.endPage(String name,
String pseudoPage)
Receive notification of the end of a media statement.
|
void |
HandlerBase.endPage(String name,
String pseudoPage) |
void |
DocumentHandler.endSelector(SelectorList selectors)
Receive notification of the end of a rule statement.
|
void |
HandlerBase.endSelector(SelectorList selectors) |
void |
CSSErrorHandler.error(CSSParseException exception)
Error.
|
void |
HandlerBase.error(CSSParseException exception) |
void |
CSSErrorHandler.fatalError(CSSParseException exception)
Fatal error.
|
void |
HandlerBase.fatalError(CSSParseException exception) |
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) |
boolean |
CSSParser.parsePriority(InputSource source)
Parse a CSS priority value (e.g.
|
LexicalUnit |
CSSParser.parsePropertyValue(InputSource source)
Parse a CSS property value.
|
void |
CSSParser.parseRule(InputSource source)
Parse a CSS rule.
|
SelectorList |
CSSParser.parseSelectors(InputSource source)
Parse a comma separated list of selectors.
|
void |
CSSParser.parseStyleDeclaration(InputSource source)
Parse a CSS style declaration (without '{' and '}').
|
void |
CSSParser.parseStyleSheet(InputSource source)
Parse a CSS document.
|
void |
DocumentHandler.startDocument(InputSource source)
Receive notification of the beginning of a style sheet.
|
void |
HandlerBase.startDocument(InputSource source) |
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) |
void |
CSSErrorHandler.warning(CSSParseException exception)
Warning.
|
void |
HandlerBase.warning(CSSParseException exception) |
Copyright © 2020. All rights reserved.