| Package | Description |
|---|---|
| com.steadystate.css.parser | |
| com.steadystate.css.parser.selectors | |
| com.steadystate.css.sac | |
| org.w3c.css.sac |
| Modifier and Type | Class and Description |
|---|---|
class |
LocatorImpl
Implementation of
Locator. |
| Modifier and Type | Method and Description |
|---|---|
Locator |
LocatableImpl.getLocator() |
Locator |
Locatable.getLocator() |
| Modifier and Type | Method and Description |
|---|---|
void |
HandlerBase.charset(String characterEncoding,
Locator locator) |
void |
HandlerBase.ignorableAtRule(String atRule,
Locator locator) |
void |
HandlerBase.importStyle(String uri,
SACMediaList media,
String defaultNamespaceURI,
Locator locator) |
void |
HandlerBase.property(String name,
LexicalUnit value,
boolean important,
Locator locator) |
void |
LocatableImpl.setLocator(Locator locator) |
void |
Locatable.setLocator(Locator locator) |
void |
HandlerBase.startFontFace(Locator locator) |
void |
HandlerBase.startMedia(SACMediaList media,
Locator locator) |
void |
HandlerBase.startPage(String name,
String pseudoPage,
Locator locator) |
void |
HandlerBase.startSelector(SelectorList selectors,
Locator locator) |
| Modifier and Type | Method and Description |
|---|---|
AttributeCondition |
ConditionFactoryImpl.createClassCondition(String namespaceURI,
String value,
Locator locator) |
ElementSelector |
SelectorFactoryImpl.createElementSelector(String namespaceURI,
String localName,
Locator locator) |
AttributeCondition |
ConditionFactoryImpl.createIdCondition(String value,
Locator locator) |
LangCondition |
ConditionFactoryImpl.createLangCondition(String lang,
Locator locator) |
AttributeCondition |
ConditionFactoryImpl.createPseudoClassCondition(String namespaceURI,
String value,
Locator locator,
boolean doubleColon) |
ElementSelector |
SelectorFactoryImpl.createPseudoElementSelector(String namespaceURI,
String pseudoName,
Locator locator,
boolean doubleColon) |
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentHandlerExt.charset(String characterEncoding,
Locator locator)
Receive notification of a charset at-rule.
|
void |
DocumentHandlerAdapter.charset(String characterEncoding,
Locator locator) |
AttributeCondition |
ConditionFactoryExt.createClassCondition(String namespaceURI,
String value,
Locator locator) |
AttributeCondition |
ConditionFactoryAdapter.createClassCondition(String namespaceURI,
String value,
Locator locator) |
ElementSelector |
SelectorFactoryExt.createElementSelector(String namespaceURI,
String tagName,
Locator locator) |
ElementSelector |
SelectorFactoryAdapter.createElementSelector(String namespaceURI,
String tagName,
Locator locator) |
AttributeCondition |
ConditionFactoryExt.createIdCondition(String value,
Locator locator) |
AttributeCondition |
ConditionFactoryAdapter.createIdCondition(String value,
Locator locator) |
LangCondition |
ConditionFactoryExt.createLangCondition(String lang,
Locator locator) |
LangCondition |
ConditionFactoryAdapter.createLangCondition(String lang,
Locator locator) |
AttributeCondition |
ConditionFactoryExt.createPseudoClassCondition(String namespaceURI,
String value,
Locator locator,
boolean doubleColon) |
AttributeCondition |
ConditionFactoryAdapter.createPseudoClassCondition(String namespaceURI,
String value,
Locator locator,
boolean doubleColon) |
ElementSelector |
SelectorFactoryExt.createPseudoElementSelector(String namespaceURI,
String pseudoName,
Locator locator,
boolean doubleColon) |
ElementSelector |
SelectorFactoryAdapter.createPseudoElementSelector(String namespaceURI,
String pseudoName,
Locator locator,
boolean doubleColon) |
void |
DocumentHandlerExt.ignorableAtRule(String atRule,
Locator locator)
Receive notification of an unknown rule t-rule not supported by this
parser.
|
void |
DocumentHandlerAdapter.ignorableAtRule(String atRule,
Locator locator) |
void |
DocumentHandlerExt.importStyle(String uri,
SACMediaList media,
String defaultNamespaceURI,
Locator locator)
Receive notification of a import statement in the style sheet.
|
void |
DocumentHandlerAdapter.importStyle(String uri,
SACMediaList media,
String defaultNamespaceURI,
Locator locator) |
void |
DocumentHandlerExt.property(String name,
LexicalUnit value,
boolean important,
Locator locator)
Receive notification of a declaration.
|
void |
DocumentHandlerAdapter.property(String name,
LexicalUnit value,
boolean important,
Locator locator) |
void |
DocumentHandlerExt.startFontFace(Locator locator)
Receive notification of the beginning of a font face statement.
|
void |
DocumentHandlerAdapter.startFontFace(Locator locator) |
void |
DocumentHandlerExt.startMedia(SACMediaList media,
Locator locator)
Receive notification of the beginning of a media statement.
|
void |
DocumentHandlerAdapter.startMedia(SACMediaList media,
Locator locator) |
void |
DocumentHandlerExt.startPage(String name,
String pseudoPage,
Locator locator)
Receive notification of the beginning of a page statement.
|
void |
DocumentHandlerAdapter.startPage(String name,
String pseudoPage,
Locator locator) |
void |
DocumentHandlerExt.startSelector(SelectorList selectors,
Locator locator)
Receive notification of the beginning of a rule statement.
|
void |
DocumentHandlerAdapter.startSelector(SelectorList selectors,
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.
|
Copyright © 2026. All rights reserved.