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
Subclasses with type arguments of type LexicalUnit.LexicalUnitType in org.htmlunit.cssparser.parserModifier and TypeClassDescriptionstatic enumEnum for the various unit types.Fields in org.htmlunit.cssparser.parser declared as LexicalUnit.LexicalUnitTypeModifier and TypeFieldDescriptionprivate final LexicalUnit.LexicalUnitTypeLexicalUnitImpl.lexicalUnitType_Methods in org.htmlunit.cssparser.parser that return LexicalUnit.LexicalUnitTypeModifier and TypeMethodDescriptionLexicalUnit.getLexicalUnitType()LexicalUnitImpl.getLexicalUnitType()static LexicalUnit.LexicalUnitTypeReturns 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.protectedLexicalUnitImpl(LexicalUnit previous, LexicalUnit.LexicalUnitType type, double value) Dimension.LexicalUnitImpl(LexicalUnit previous, LexicalUnit.LexicalUnitType type, String value) String.protectedLexicalUnitImpl(LexicalUnit previous, LexicalUnit.LexicalUnitType type, String dimension, double value) Unknown dimension.protectedLexicalUnitImpl(LexicalUnit previous, LexicalUnit.LexicalUnitType type, String name, String stringValue) Function.protectedLexicalUnitImpl(LexicalUnit previous, LexicalUnit.LexicalUnitType type, String name, LexicalUnit params) Function.