public class SyntaxAN extends SyntaxDE
| Modifier | Constructor and Description |
|---|---|
protected |
SyntaxAN() |
|
SyntaxAN(StringBuffer res,
int minsize,
int maxsize) |
|
SyntaxAN(String x,
int minlen,
int maxlen) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
init() |
void |
init(StringBuffer 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) |
destroy, findNextDelim, getContent, setContent, skipPreDelim, toStringprotected SyntaxAN()
SyntaxDEpublic SyntaxAN(StringBuffer 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.public String toString(int zero)
public void init(StringBuffer res, int minlen, int maxlen)
Copyright © 2018. All rights reserved.