public interface LexicalUnit
| Modifier and Type | Interface and Description |
|---|---|
static class |
LexicalUnit.LexicalUnitType
Enum for the various unit types.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDimensionUnitText() |
float |
getFloatValue() |
String |
getFunctionName() |
int |
getIntegerValue() |
LexicalUnit.LexicalUnitType |
getLexicalUnitType() |
Locator |
getLocator() |
LexicalUnit |
getNextLexicalUnit() |
LexicalUnit |
getParameters() |
LexicalUnit |
getPreviousLexicalUnit() |
String |
getStringValue() |
LexicalUnit |
getSubValues() |
void |
setLocator(Locator locator) |
LexicalUnit.LexicalUnitType getLexicalUnitType()
LexicalUnit.LexicalUnit getNextLexicalUnit()
null if any.LexicalUnit getPreviousLexicalUnit()
null if any.int getIntegerValue()
float getFloatValue()
String getDimensionUnitText()
String getFunctionName()
LexicalUnit getParameters()
String getStringValue()
LexicalUnit getSubValues()
Locator getLocator()
void setLocator(Locator locator)
locator - the new locatorCopyright © 2018. All rights reserved.