|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.basex.query.util.format.FormatParser
public abstract class FormatParser
Format parser for integers and dates.
Nested Class Summary | |
---|---|
protected static class |
FormatUtil.Case
Cases. |
Field Summary | |
---|---|
protected InputInfo |
info
Input information. |
Constructor Summary | |
---|---|
protected |
FormatParser(InputInfo ii)
Constructor for formatting integers. |
Method Summary | |
---|---|
protected void |
finish(byte[] pres)
Finishes format parsing. |
protected byte[] |
presentation(byte[] pic,
byte[] def,
boolean date)
Parses and returns the presentation modifier. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final InputInfo info
Constructor Detail |
---|
protected FormatParser(InputInfo ii)
ii
- input infoMethod Detail |
---|
protected byte[] presentation(byte[] pic, byte[] def, boolean date) throws QueryException
pic
- picturedef
- default tokendate
- date flag
QueryException
- query exceptionprotected void finish(byte[] pres)
pres
- presentation string
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |