LengthHandler, LengthListHandlerLengthArrayProducerpublic class DefaultLengthListHandler extends DefaultLengthHandler implements LengthListHandler
| Modifier and Type | Field | Description |
|---|---|---|
static LengthListHandler |
INSTANCE |
The only instance of this class.
|
| Modifier | Constructor | Description |
|---|---|---|
protected |
DefaultLengthListHandler() |
This class does not need to be instantiated.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
endLengthList() |
Implements
LengthListHandler.endLengthList(). |
void |
startLengthList() |
Implements
LengthListHandler.startLengthList(). |
cm, em, endLength, ex, in, lengthValue, mm, pc, percentage, pt, px, startLengthcm, em, endLength, ex, in, lengthValue, mm, pc, percentage, pt, px, startLengthpublic static final LengthListHandler INSTANCE
protected DefaultLengthListHandler()
public void startLengthList()
throws ParseException
LengthListHandler.startLengthList().startLengthList in interface LengthListHandlerParseException - if an error occures while processing the
length list.public void endLengthList()
throws ParseException
LengthListHandler.endLengthList().endLengthList in interface LengthListHandlerParseException - if an error occures while processing the
length list.Copyright ? 2018 Apache Software Foundation. All Rights Reserved.