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()
getDimensionUnitText.
|
double |
getDoubleValue()
getDoubleValue.
|
String |
getFunctionName()
getFunctionName.
|
int |
getIntegerValue()
getIntegerValue.
|
LexicalUnit.LexicalUnitType |
getLexicalUnitType()
getLexicalUnitType.
|
Locator |
getLocator()
getLocator.
|
LexicalUnit |
getNextLexicalUnit()
getNextLexicalUnit.
|
LexicalUnit |
getParameters()
getParameters.
|
LexicalUnit |
getPreviousLexicalUnit()
getPreviousLexicalUnit.
|
String |
getStringValue()
getStringValue.
|
LexicalUnit |
getSubValues()
getSubValues.
|
void |
setLocator(Locator locator)
setLocator.
|
LexicalUnit.LexicalUnitType getLexicalUnitType()
getLexicalUnitType.
LexicalUnit.LexicalUnit getNextLexicalUnit()
getNextLexicalUnit.
null if any.LexicalUnit getPreviousLexicalUnit()
getPreviousLexicalUnit.
null if any.int getIntegerValue()
getIntegerValue.
double getDoubleValue()
getDoubleValue.
String getDimensionUnitText()
getDimensionUnitText.
String getFunctionName()
getFunctionName.
LexicalUnit getParameters()
getParameters.
String getStringValue()
getStringValue.
LexicalUnit getSubValues()
getSubValues.
Locator getLocator()
getLocator.
void setLocator(Locator locator)
setLocator.
locator - the new locatorCopyright © 2024 HtmlUnit. All rights reserved.