Uses of Class
org.htmlunit.cssparser.parser.Locator
Package
Description
Package org.htmlunit.cssparser.parser.
Package org.htmlunit.cssparser.parser.condition.
Package org.htmlunit.cssparser.parser.selector.
-
Uses of Locator in org.htmlunit.cssparser.parser
Modifier and TypeMethodDescriptionprotected Locator
AbstractCSSParser.createLocator
(Token t) Returns a new locator for the given token.AbstractLocatable.getLocator()
getLocator.LexicalUnit.getLocator()
getLocator.Locatable.getLocator()
getLocator.Modifier and TypeMethodDescriptionvoid
Receive notification of a charset at-rule.void
Receive notification of a charset at-rule.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.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) Receive notification of an unknown rule t-rule not supported by this parser.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) Receive notification of a import statement in the style sheet.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) Receive notification of a declaration.void
AbstractLocatable.setLocator
(Locator locator) Set the locator.void
LexicalUnit.setLocator
(Locator locator) setLocator.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) Receive notification of the beginning of a font face statement.void
DocumentHandler.startMedia
(MediaQueryList media, Locator locator) Receive notification of the beginning of a media statement.void
HandlerBase.startMedia
(MediaQueryList media, Locator locator) Receive notification of the beginning of a media statement.void
Receive notification of the beginning of a page statement.void
Receive notification of the beginning of a page statement.void
DocumentHandler.startSelector
(SelectorList selectors, Locator locator) Receive notification of the beginning of a rule statement.void
HandlerBase.startSelector
(SelectorList selectors, Locator locator) Receive notification of the beginning of a rule statement.protected CSSParseException
AbstractCSSParser.toCSSParseException
(String messageKey, Object[] msgParams, Locator locator) ModifierConstructorDescriptionCSSParseException
(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. -
Uses of Locator in org.htmlunit.cssparser.parser.condition
ModifierConstructorDescriptionClassCondition
(String value, Locator locator) Ctor.IdCondition
(String value, Locator locator) Ctor.LangCondition
(String lang, Locator locator) Ctor.NotPseudoClassCondition
(SelectorList selectors, Locator locator, boolean doubleColon) Ctor.PseudoClassCondition
(String value, Locator locator, boolean doubleColon) Ctor. -
Uses of Locator in org.htmlunit.cssparser.parser.selector
ModifierConstructorDescriptionElementSelector
(String localName, Locator locator) Ctor.PseudoElementSelector
(String localName, Locator locator, boolean doubleColon) Ctor.