Uses of Class
org.htmlunit.cssparser.parser.Locator
Packages that use 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
Fields in org.htmlunit.cssparser.parser declared as LocatorMethods in org.htmlunit.cssparser.parser that return LocatorModifier and TypeMethodDescriptionprotected Locator
AbstractCSSParser.createLocator
(Token t) Returns a new locator for the given token.AbstractLocatable.getLocator()
LexicalUnit.getLocator()
Locatable.getLocator()
Methods in org.htmlunit.cssparser.parser with parameters of type LocatorModifier and TypeMethodDescriptionvoid
void
Receive notification of a charset at-rule.void
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
CSSOMParser.CSSOMHandler.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.ignorableAtRule
(String atRule, Locator locator) void
CSSOMParser.CSSOMHandler.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.importStyle
(String uri, MediaQueryList media, String defaultNamespaceURI, Locator locator) void
CSSOMParser.CSSOMHandler.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
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
CSSOMParser.CSSOMHandler.startFontFace
(Locator locator) void
DocumentHandler.startFontFace
(Locator locator) Receive notification of the beginning of a font face statement.void
HandlerBase.startFontFace
(Locator locator) void
CSSOMParser.CSSOMHandler.startMedia
(MediaQueryList media, 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
void
Receive notification of the beginning of a page statement.void
void
CSSOMParser.CSSOMHandler.startSelector
(SelectorList selectors, 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) Constructors in org.htmlunit.cssparser.parser with parameters of type LocatorModifierConstructorDescriptionCSSParseException
(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
Constructors in org.htmlunit.cssparser.parser.condition with parameters of type LocatorModifierConstructorDescriptionClassCondition
(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
Constructors in org.htmlunit.cssparser.parser.selector with parameters of type LocatorModifierConstructorDescriptionElementSelector
(String localName, Locator locator) Ctor.PseudoElementSelector
(String localName, Locator locator, boolean doubleColon) Ctor.