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 LocatorAbstractCSSParser.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 TypeMethodDescriptionvoidvoidReceive notification of a charset at-rule.voidprotected voidAbstractCSSParser.handleCharset(String characterEncoding, Locator locator) charset handler.protected voidAbstractCSSParser.handleIgnorableAtRule(String s, Locator locator) ignorable at rule handler.protected voidAbstractCSSParser.handleImportStyle(String uri, MediaQueryList media, String defaultNamespaceURI, Locator locator) import style handler.protected voidAbstractCSSParser.handleProperty(String name, LexicalUnit value, boolean important, Locator locator) property handler.protected voidAbstractCSSParser.handleStartFontFace(Locator locator) start font face handler.protected voidAbstractCSSParser.handleStartMedia(MediaQueryList media, Locator locator) start media handler.protected voidAbstractCSSParser.handleStartPage(String name, String pseudoPage, Locator locator) start page handler.protected voidAbstractCSSParser.handleStartSelector(SelectorList selectors, Locator locator) selector start handler.voidCSSOMParser.CSSOMHandler.ignorableAtRule(String atRule, Locator locator) voidDocumentHandler.ignorableAtRule(String atRule, Locator locator) Receive notification of an unknown rule t-rule not supported by this parser.voidHandlerBase.ignorableAtRule(String atRule, Locator locator) voidCSSOMParser.CSSOMHandler.importStyle(String uri, MediaQueryList media, String defaultNamespaceURI, Locator locator) voidDocumentHandler.importStyle(String uri, MediaQueryList media, String defaultNamespaceURI, Locator locator) Receive notification of a import statement in the style sheet.voidHandlerBase.importStyle(String uri, MediaQueryList media, String defaultNamespaceURI, Locator locator) voidCSSOMParser.CSSOMHandler.property(String name, LexicalUnit value, boolean important, Locator locator) voidDocumentHandler.property(String name, LexicalUnit value, boolean important, Locator locator) Receive notification of a declaration.voidHandlerBase.property(String name, LexicalUnit value, boolean important, Locator locator) voidAbstractLocatable.setLocator(Locator locator) voidLexicalUnit.setLocator(Locator locator) voidLocatable.setLocator(Locator locator) Set the locator.voidCSSOMParser.CSSOMHandler.startFontFace(Locator locator) voidDocumentHandler.startFontFace(Locator locator) Receive notification of the beginning of a font face statement.voidHandlerBase.startFontFace(Locator locator) voidCSSOMParser.CSSOMHandler.startMedia(MediaQueryList media, Locator locator) voidDocumentHandler.startMedia(MediaQueryList media, Locator locator) Receive notification of the beginning of a media statement.voidHandlerBase.startMedia(MediaQueryList media, Locator locator) voidvoidReceive notification of the beginning of a page statement.voidvoidCSSOMParser.CSSOMHandler.startSelector(SelectorList selectors, Locator locator) voidDocumentHandler.startSelector(SelectorList selectors, Locator locator) Receive notification of the beginning of a rule statement.voidHandlerBase.startSelector(SelectorList selectors, Locator locator) protected CSSParseExceptionAbstractCSSParser.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.