public class DefaultNumberListHandler extends Object implements NumberListHandler
| Modifier and Type | Field and Description |
|---|---|
static NumberListHandler |
INSTANCE
The only instance of this class.
|
| Modifier | Constructor and Description |
|---|---|
protected |
DefaultNumberListHandler()
This class does not need to be instantiated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
endNumber()
Implements
NumberListHandler.endNumber(). |
void |
endNumberList()
Implements
NumberListHandler.endNumberList(). |
void |
numberValue(float v)
Implements
NumberListHandler.numberValue(float). |
void |
startNumber()
Implements
NumberListHandler.startNumber(). |
void |
startNumberList()
Implements
NumberListHandler.startNumberList(). |
public static final NumberListHandler INSTANCE
protected DefaultNumberListHandler()
public void startNumberList()
throws ParseException
NumberListHandler.startNumberList().startNumberList in interface NumberListHandlerParseException - if an error occures while processing the
number list.public void endNumberList()
throws ParseException
NumberListHandler.endNumberList().endNumberList in interface NumberListHandlerParseException - if an error occures while processing the
number list.public void startNumber()
throws ParseException
NumberListHandler.startNumber().startNumber in interface NumberListHandlerParseException - if an error occures while processing
the numberpublic void numberValue(float v)
throws ParseException
NumberListHandler.numberValue(float).numberValue in interface NumberListHandlerParseException - if an error occures while processing
the numberpublic void endNumber()
throws ParseException
NumberListHandler.endNumber().endNumber in interface NumberListHandlerParseException - if an error occures while processing
the numberCopyright © 2000–2017 Apache Software Foundation. All rights reserved.