public class DefaultLengthListHandler extends DefaultLengthHandler implements LengthListHandler
| Modifier and Type | Field and Description |
|---|---|
static LengthListHandler |
INSTANCE
The only instance of this class.
|
| Modifier | Constructor and Description |
|---|---|
protected |
DefaultLengthListHandler()
This class does not need to be instantiated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
endLengthList()
Implements
LengthListHandler.endLengthList(). |
void |
startLengthList()
Implements
LengthListHandler.startLengthList(). |
cm, em, endLength, ex, in, lengthValue, mm, pc, percentage, pt, px, startLengthclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcm, 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 © 2000–2020 Apache Software Foundation. All rights reserved.