public static class TsoapPrimitives.Parser extends Object
Modifier and Type | Field and Description |
---|---|
protected XMLconfiguration |
config |
protected Map<String,Object> |
id2model |
protected Set<String> |
idsDefined |
protected SAXEventStream |
in |
protected Attributes |
next_atts |
protected String |
next_element_id |
protected String |
next_element_idref |
protected String |
next_element_name |
Constructor and Description |
---|
Parser(SAXEventStream in,
XMLconfiguration config) |
Modifier and Type | Method and Description |
---|---|
protected void |
checkend(String tag) |
protected Attributes |
consumestart(String tag) |
void |
finalCheck()
Should be called after a top-level call to "parse" for final correctness
check.
|
protected String |
getchars() |
boolean |
parse_bool() |
char |
parse_char() |
double |
parse_float() |
int |
parse_int() |
String |
parse_string() |
protected Object |
putRef(Object o) |
protected boolean |
skipWStoOpenTag() |
protected <E extends Enum> |
testEnum(Class<E> cls,
String name) |
protected boolean |
testfield(boolean fieldisset,
String fieldname) |
protected boolean |
testNullRef() |
protected Object |
testRef() |
protected SAXEventStream in
protected XMLconfiguration config
protected String next_element_name
protected String next_element_id
protected String next_element_idref
protected Attributes next_atts
public Parser(SAXEventStream in, XMLconfiguration config)
protected boolean skipWStoOpenTag()
protected boolean testfield(boolean fieldisset, String fieldname)
protected void checkend(String tag)
protected Attributes consumestart(String tag)
protected Object testRef()
protected boolean testNullRef()
public void finalCheck()
protected String getchars()
public int parse_int()
public char parse_char()
public double parse_float()
public boolean parse_bool()
public String parse_string()
see also the complete user documentation .