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
FieldsModifier and TypeFieldDescriptionprotected XMLconfigurationprotected SAXEventStreamprotected Attributesprotected Stringprotected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected Attributesconsumestart(String tag) voidShould be called after a top-level call to "parse" for final correctness check.protected Stringgetchars()booleanchardoubleintprotected Objectprotected booleanprotected <E extends Enum<E>>
Eprotected booleanprotected booleantestRef()
-
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
-