Package eu.bandm.tools.umod.runtime
Class TsoapPrimitives.Parser
java.lang.Object
eu.bandm.tools.umod.runtime.TsoapPrimitives.Parser
- Direct Known Subclasses:
__SAX_Parser
,DTD.__SAX_Parser
,Node.__SAX_Parser
,Rt.__SAX_Parser
,TPath.__SAX_Parser
,Type.__SAX_Parser
- Enclosing class:
- TsoapPrimitives
-
Field Summary
Modifier and TypeFieldDescriptionprotected XMLconfiguration
protected SAXEventStream
protected Attributes
protected String
protected String
protected String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
protected Attributes
consumestart
(String tag) void
Should be called after a top-level call to "parse" for final correctness check.protected String
getchars()
boolean
char
double
int
protected Object
protected boolean
protected <E extends Enum<E>>
Eprotected boolean
protected boolean
testRef()
-
Field Details
-
in
-
config
-
id2model
-
idsDefined
-
next_element_name
-
next_element_id
-
next_element_idref
-
next_atts
-
-
Constructor Details
-
Parser
-
-
Method Details
-
skipWStoOpenTag
protected boolean skipWStoOpenTag() -
testfield
-
checkend
-
consumestart
-
testEnum
-
testRef
-
putRef
-
testNullRef
protected boolean testNullRef() -
finalCheck
public void finalCheck()Should be called after a top-level call to "parse" for final correctness check. Currently checking:- whether all references have been resolved.
- (more to come ?)
-
getchars
-
parse_int
public int parse_int() -
parse_char
public char parse_char() -
parse_float
public double parse_float() -
parse_bool
public boolean parse_bool() -
parse_string
-