public class SyntaxAN extends SyntaxDE
| Modifier | Constructor and Description |
|---|---|
protected |
SyntaxAN() |
|
SyntaxAN(StringBuilder res,
int minsize,
int maxsize) |
|
SyntaxAN(String x,
int minlen,
int maxlen) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
init() |
void |
init(StringBuilder res,
int minlen,
int maxlen) |
void |
init(String x,
int minlen,
int maxlen) |
protected static String |
quote(String x) |
String |
toString(int zero) |
protected static String |
unquote(String st) |
findNextDelim, getContent, setContent, skipPreDelim, toStringprotected SyntaxAN()
SyntaxDEpublic SyntaxAN(StringBuilder res, int minsize, int maxsize)
res - A part of the HBCI-message to be parsed. From this (sub-)string the first
token will be used to initialize the data element.minsize - The minimum string length for this element.maxsize - The maximum string length for this element (or zero).
See SyntaxDE::setContent(String,int,int,int).protected static String quote(String x)
x - The String to be quoted.protected static String unquote(String st)
st - the String to be unquotedpublic void init(StringBuilder res, int minlen, int maxlen)
Copyright © 2020. All rights reserved.