|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LexicalUnit | |
org.apache.batik.css | Provides the classes for accessing CSS2 through DOM level 2 interfaces. |
org.apache.batik.css.parser | Provides a CSS parser conform to the SAC API. |
org.apache.batik.css.svg | Provides the CSSValue factories specific to SVG. |
org.apache.batik.css.value | Provides the classes to represent CSS values and the factories for the values common to CSS2 and SVG. |
org.apache.batik.parser.style | Provides an extensible framework for style attributes parsing. |
org.w3c.css.sac |
Uses of LexicalUnit in org.apache.batik.css |
Methods in org.apache.batik.css with parameters of type LexicalUnit | |
void |
DocumentHandlerAdapter.property(java.lang.String name,
LexicalUnit value,
boolean important)
SAC: Implements DocumentHandler.property(String,LexicalUnit,boolean) . |
void |
CSSOMMediaRule.MediaRuleHandler.property(java.lang.String name,
LexicalUnit value,
boolean important)
SAC: Implements DocumentHandler.property(String,LexicalUnit,boolean) . |
void |
CSSDocumentHandler.property(java.lang.String name,
LexicalUnit value,
boolean important)
SAC: Implements DocumentHandler.property(String,LexicalUnit,boolean) . |
void |
CSSOMStyleDeclaration.StyleDeclarationHandler.property(java.lang.String name,
LexicalUnit value,
boolean important)
Receive notification of a declaration. |
void |
CSSOMStyleRule.StyleRuleHandler.property(java.lang.String name,
LexicalUnit value,
boolean important)
Receives notification of a declaration. |
Uses of LexicalUnit in org.apache.batik.css.parser |
Classes in org.apache.batik.css.parser that implement LexicalUnit | |
class |
CSSLexicalUnit
This class implements the CSSLexicalUnit.SimpleLexicalUnit interface. |
protected static class |
CSSLexicalUnit.DimensionLexicalUnit
This class represents a dimension unit. |
protected static class |
CSSLexicalUnit.FloatLexicalUnit
This class represents a float unit. |
protected static class |
CSSLexicalUnit.FunctionLexicalUnit
This class represents a function unit. |
protected static class |
CSSLexicalUnit.IntegerLexicalUnit
This class represents an integer unit. |
protected static class |
CSSLexicalUnit.PredefinedFunctionLexicalUnit
This class represents a function unit. |
protected static class |
CSSLexicalUnit.SimpleLexicalUnit
This class represents a simple unit. |
protected static class |
CSSLexicalUnit.StringLexicalUnit
This class represents a string unit. |
Fields in org.apache.batik.css.parser declared as LexicalUnit | |
protected LexicalUnit |
CSSLexicalUnit.nextLexicalUnit
The next lexical unit. |
protected LexicalUnit |
CSSLexicalUnit.previousLexicalUnit
The previous lexical unit. |
protected LexicalUnit |
CSSLexicalUnit.FunctionLexicalUnit.parameters
The function parameters. |
protected LexicalUnit |
CSSLexicalUnit.PredefinedFunctionLexicalUnit.parameters
The function parameters. |
Methods in org.apache.batik.css.parser that return LexicalUnit | |
LexicalUnit |
CSSLexicalUnit.getNextLexicalUnit()
SAC: Implements CSSLexicalUnit.getNextLexicalUnit() . |
LexicalUnit |
CSSLexicalUnit.getPreviousLexicalUnit()
SAC: Implements CSSLexicalUnit.getPreviousLexicalUnit() . |
LexicalUnit |
CSSLexicalUnit.getParameters()
SAC: Implements CSSLexicalUnit.getParameters() . |
LexicalUnit |
CSSLexicalUnit.getSubValues()
SAC: Implements CSSLexicalUnit.getSubValues() . |
LexicalUnit |
CSSLexicalUnit.FunctionLexicalUnit.getParameters()
SAC: Implements getParameters() . |
LexicalUnit |
CSSLexicalUnit.PredefinedFunctionLexicalUnit.getParameters()
SAC: Implements getParameters() . |
LexicalUnit |
Parser.parsePropertyValue(InputSource source)
SAC: Implements Parser.parsePropertyValue(InputSource) . |
protected LexicalUnit |
Parser.parsePropertyValueInternal()
Parses property value using the current scanner. |
protected LexicalUnit |
Parser.parseExpression(boolean param)
Parses a CSS2 expression. |
protected LexicalUnit |
Parser.parseTerm(LexicalUnit prev)
Parses a CSS2 term. |
protected LexicalUnit |
Parser.parseFunction(boolean positive,
LexicalUnit prev)
Parses a CSS2 function. |
protected LexicalUnit |
Parser.hexcolor(LexicalUnit prev)
Converts a hash unit to a RGB color. |
protected LexicalUnit |
Parser.dimension(boolean positive,
LexicalUnit prev)
Converts the current lexical unit to a dimension. |
LexicalUnit |
Parser.parsePropertyValue(java.lang.String source)
Implements ExtendedParser.parsePropertyValue(String) . |
LexicalUnit |
ExtendedParser.parsePropertyValue(java.lang.String source)
Parse a CSS property value. |
LexicalUnit |
ExtendedParserWrapper.parsePropertyValue(InputSource source)
SAC: Implements Parser.parsePropertyValue(InputSource) . |
LexicalUnit |
ExtendedParserWrapper.parsePropertyValue(java.lang.String source)
Parse a CSS property value. |
Methods in org.apache.batik.css.parser with parameters of type LexicalUnit | |
void |
CSSLexicalUnit.setNextLexicalUnit(LexicalUnit lu)
Sets the next lexical unit. |
void |
CSSLexicalUnit.setPreviousLexicalUnit(LexicalUnit lu)
Sets the previous lexical unit. |
static CSSLexicalUnit |
CSSLexicalUnit.createSimple(short t,
LexicalUnit prev)
Creates a new integer lexical unit. |
static CSSLexicalUnit |
CSSLexicalUnit.createInteger(int val,
LexicalUnit prev)
Creates a new integer lexical unit. |
static CSSLexicalUnit |
CSSLexicalUnit.createFloat(short t,
float val,
LexicalUnit prev)
Creates a new float lexical unit. |
static CSSLexicalUnit |
CSSLexicalUnit.createDimension(float val,
java.lang.String dim,
LexicalUnit prev)
Creates a new float lexical unit. |
static CSSLexicalUnit |
CSSLexicalUnit.createFunction(java.lang.String f,
LexicalUnit params,
LexicalUnit prev)
Creates a new function lexical unit. |
static CSSLexicalUnit |
CSSLexicalUnit.createPredefinedFunction(short t,
LexicalUnit params,
LexicalUnit prev)
Creates a new function lexical unit. |
static CSSLexicalUnit |
CSSLexicalUnit.createString(short t,
java.lang.String val,
LexicalUnit prev)
Creates a new string lexical unit. |
protected LexicalUnit |
Parser.parseTerm(LexicalUnit prev)
Parses a CSS2 term. |
protected LexicalUnit |
Parser.parseFunction(boolean positive,
LexicalUnit prev)
Parses a CSS2 function. |
protected LexicalUnit |
Parser.hexcolor(LexicalUnit prev)
Converts a hash unit to a RGB color. |
protected LexicalUnit |
Parser.dimension(boolean positive,
LexicalUnit prev)
Converts the current lexical unit to a dimension. |
void |
DefaultDocumentHandler.property(java.lang.String name,
LexicalUnit value,
boolean important)
SAC: Implements DocumentHandler.property(String,LexicalUnit,boolean) . |
Constructors in org.apache.batik.css.parser with parameters of type LexicalUnit | |
CSSLexicalUnit(short t,
LexicalUnit prev)
Creates a new LexicalUnit. |
|
CSSLexicalUnit.SimpleLexicalUnit(short t,
LexicalUnit prev)
Creates a new LexicalUnit. |
|
CSSLexicalUnit.IntegerLexicalUnit(int val,
LexicalUnit prev)
Creates a new LexicalUnit. |
|
CSSLexicalUnit.FloatLexicalUnit(short t,
float val,
LexicalUnit prev)
Creates a new LexicalUnit. |
|
CSSLexicalUnit.DimensionLexicalUnit(float val,
java.lang.String dim,
LexicalUnit prev)
Creates a new LexicalUnit. |
|
CSSLexicalUnit.FunctionLexicalUnit(java.lang.String f,
LexicalUnit params,
LexicalUnit prev)
Creates a new LexicalUnit. |
|
CSSLexicalUnit.PredefinedFunctionLexicalUnit(short t,
LexicalUnit params,
LexicalUnit prev)
Creates a new LexicalUnit. |
|
CSSLexicalUnit.StringLexicalUnit(short t,
java.lang.String val,
LexicalUnit prev)
Creates a new LexicalUnit. |
Uses of LexicalUnit in org.apache.batik.css.svg |
Methods in org.apache.batik.css.svg with parameters of type LexicalUnit | |
ImmutableValue |
EnableBackgroundFactory.createValue(LexicalUnit lu)
Creates a value from a lexical unit. |
ImmutableValue |
StrokeMiterlimitFactory.createValue(LexicalUnit lu)
Creates a value from a lexical unit. |
ImmutableValue |
MarkerShorthandFactory.createValue(LexicalUnit lu)
Creates a value from a lexical unit. |
void |
MarkerShorthandFactory.createCSSValue(LexicalUnit lu,
CSSOMStyleDeclaration d,
java.lang.String imp)
Creates a value from a lexical unit and a style declaration. |
ImmutableValue |
StrokeDasharrayFactory.createValue(LexicalUnit lu)
Creates a value from a lexical unit. |
protected ImmutableValue |
StrokeDasharrayFactory.createValueList(LexicalUnit lu)
Creates the quotes list. |
ImmutableValue |
StrokeDasharrayFactory.NumberFactory.createValue(LexicalUnit lu)
Creates a value from a lexical unit. |
ImmutableValue |
PaintFactory.createValue(LexicalUnit lu)
Creates a value from a lexical unit. |
protected ImmutableValue |
PaintFactory.createColorValue(LexicalUnit lu)
Creates a float value usable by an RGBColor. |
protected float |
PaintFactory.getColorValue(LexicalUnit lu)
Creates a float value usable by an RGBColor. |
ImmutableValue |
SVGFontSizeFactory.createValue(LexicalUnit lu)
Creates a value from a lexical unit. |
ImmutableValue |
ColorProfileFactory.createValue(LexicalUnit lu)
Creates a value from a lexical unit. |
ImmutableValue |
OpacityFactory.createValue(LexicalUnit lu)
Creates a value from a lexical unit. |
ImmutableValue |
GlyphOrientationHorizontalFactory.createValue(LexicalUnit lu)
Creates a value from a lexical unit. |
ImmutableValue |
MarkerFactory.createValue(LexicalUnit lu)
Creates a value from a lexical unit. |
ImmutableValue |
GlyphOrientationVerticalFactory.createValue(LexicalUnit lu)
Creates a value from a lexical unit. |
ImmutableValue |
MaskFactory.createValue(LexicalUnit lu)
Creates a value from a lexical unit. |
ImmutableValue |
FilterFactory.createValue(LexicalUnit lu)
Creates a value from a lexical unit. |
ImmutableValue |
ClipPathFactory.createValue(LexicalUnit lu)
Creates a value from a lexical unit. |
ImmutableValue |
SimpleColorFactory.createValue(LexicalUnit lu)
Creates a value from a lexical unit. |
protected ImmutableValue |
SimpleColorFactory.createColorValue(LexicalUnit lu)
Creates a float value usable by an RGBColor. |
protected float |
SimpleColorFactory.getColorValue(LexicalUnit lu)
Creates a float value usable by an RGBColor. |
ImmutableValue |
BaselineShiftFactory.createValue(LexicalUnit lu)
Creates a value from a lexical unit. |
Uses of LexicalUnit in org.apache.batik.css.value |
Methods in org.apache.batik.css.value with parameters of type LexicalUnit | |
void |
AbstractValueFactory.createCSSValue(LexicalUnit lu,
CSSOMStyleDeclaration d,
java.lang.String imp)
Creates a value from a lexical unit and a style declaration. |
ImmutableValue |
AbstractIdentifierFactory.createValue(LexicalUnit lu)
Creates a value from a lexical unit. |
ImmutableValue |
AbstractLengthFactory.createValue(LexicalUnit lu)
Creates a value from a lexical unit. |
ImmutableValue |
AbstractRGBColorFactory.createValue(LexicalUnit lu)
Creates a value from a lexical unit. |
protected ImmutableValue |
AbstractRGBColorFactory.createColorValue(LexicalUnit lu)
Creates a float value usable by an RGBColor. |
ImmutableValue |
ColorFactory.createValue(LexicalUnit lu)
Creates a value from a lexical unit. |
ImmutableValue |
FontSizeFactory.createValue(LexicalUnit lu)
Creates a value from a lexical unit. |
ImmutableValue |
SpacingFactory.createValue(LexicalUnit lu)
Creates a value from a lexical unit. |
ImmutableValue |
FontWeightFactory.createValue(LexicalUnit lu)
Creates a value from a lexical unit. |
ImmutableValue |
AbstractRectFactory.createValue(LexicalUnit lu)
Creates a value from a lexical unit. |
ImmutableValue |
ClipFactory.createValue(LexicalUnit lu)
Creates a value from a lexical unit. |
ImmutableValue |
CursorFactory.createValue(LexicalUnit lu)
Creates a value from a lexical unit. |
ImmutableValue |
CursorFactory.IdentifierFactory.createValue(LexicalUnit lu)
Creates a value from a lexical unit. |
ImmutableValue |
ValueFactory.createValue(LexicalUnit lu)
Creates a value from a lexical unit. |
void |
ValueFactory.createCSSValue(LexicalUnit lu,
CSSOMStyleDeclaration d,
java.lang.String imp)
Creates a CSS value from a lexical unit and a style declaration, and put it in the style declaration. |
ImmutableValue |
AbstractValueFactory.StringFactory.createValue(LexicalUnit lu)
Creates a value from a lexical unit. |
ImmutableValue |
AbstractValueFactory.URIFactory.createValue(LexicalUnit lu)
Creates a value from a lexical unit. |
ImmutableValue |
AbstractRGBColorFactory.ColorComponentFactory.createValue(LexicalUnit lu)
Creates a value from a lexical unit. |
ImmutableValue |
FontSizeAdjustFactory.createValue(LexicalUnit lu)
Creates a value from a lexical unit. |
ImmutableValue |
TextDecorationFactory.createValue(LexicalUnit lu)
Creates a value from a lexical unit. |
ImmutableValue |
FontFamilyFactory.createValue(LexicalUnit lu)
Creates a value from a lexical unit. |
ImmutableValue |
LengthFactory.createValue(LexicalUnit lu)
Creates a value from a lexical unit. |
Uses of LexicalUnit in org.apache.batik.parser.style |
Methods in org.apache.batik.parser.style with parameters of type LexicalUnit | |
CSSValue |
CSSValueFactory.createCSSValue(LexicalUnit l)
Returns a CSSValue built from the given SAC lexical unit. |
CSSValue |
AbstractLengthFactory.createCSSValue(LexicalUnit lu)
Returns a CSSValue built from the given SAC lexical unit. |
CSSValue |
AbstractRectFactory.createCSSValue(LexicalUnit lu)
Returns a CSSValue built from the given SAC lexical unit. |
CSSValue |
ClipFactory.createCSSValue(LexicalUnit lu)
Returns a CSSValue built from the given SAC lexical unit. |
CSSValue |
LengthFactory.createCSSValue(LexicalUnit lu)
Returns a CSSValue built from the given SAC lexical unit. |
Uses of LexicalUnit in org.w3c.css.sac |
Methods in org.w3c.css.sac that return LexicalUnit | |
LexicalUnit |
LexicalUnit.getNextLexicalUnit()
Returns the next value or null if any. |
LexicalUnit |
LexicalUnit.getPreviousLexicalUnit()
Returns the previous value or null if any. |
LexicalUnit |
LexicalUnit.getParameters()
The function parameters including operators (like the comma). |
LexicalUnit |
LexicalUnit.getSubValues()
Returns a list of values inside the sub expression. |
LexicalUnit |
Parser.parsePropertyValue(InputSource source)
Parse a CSS property value. |
Methods in org.w3c.css.sac with parameters of type LexicalUnit | |
void |
DocumentHandler.property(java.lang.String name,
LexicalUnit value,
boolean important)
Receive notification of a declaration. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |