Uses of Enum
org.htmlunit.cssparser.parser.LexicalUnit.LexicalUnitType
Packages that use LexicalUnit.LexicalUnitType
Package
Description
Implementation classes for the org.w3c.dom.css interfaces.
Package org.htmlunit.cssparser.parser.
-
Uses of LexicalUnit.LexicalUnitType in org.htmlunit.cssparser.dom
Methods in org.htmlunit.cssparser.dom that return LexicalUnit.LexicalUnitType -
Uses of LexicalUnit.LexicalUnitType in org.htmlunit.cssparser.parser
Fields in org.htmlunit.cssparser.parser declared as LexicalUnit.LexicalUnitTypeModifier and TypeFieldDescriptionprivate final LexicalUnit.LexicalUnitType
LexicalUnitImpl.lexicalUnitType_
Methods in org.htmlunit.cssparser.parser that return LexicalUnit.LexicalUnitTypeModifier and TypeMethodDescriptionLexicalUnit.getLexicalUnitType()
LexicalUnitImpl.getLexicalUnitType()
static LexicalUnit.LexicalUnitType
Returns the enum constant of this type with the specified name.static LexicalUnit.LexicalUnitType[]
LexicalUnit.LexicalUnitType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.htmlunit.cssparser.parser with parameters of type LexicalUnit.LexicalUnitTypeModifierConstructorDescriptionLexicalUnitImpl
(LexicalUnit previous, LexicalUnit.LexicalUnitType type) Ctor.protected
LexicalUnitImpl
(LexicalUnit previous, LexicalUnit.LexicalUnitType type, double value) Dimension.LexicalUnitImpl
(LexicalUnit previous, LexicalUnit.LexicalUnitType type, String value) String.protected
LexicalUnitImpl
(LexicalUnit previous, LexicalUnit.LexicalUnitType type, String dimension, double value) Unknown dimension.protected
LexicalUnitImpl
(LexicalUnit previous, LexicalUnit.LexicalUnitType type, String name, String stringValue) Function.protected
LexicalUnitImpl
(LexicalUnit previous, LexicalUnit.LexicalUnitType type, String name, LexicalUnit params) Function.