Package eu.bandm.tools.tpath.absy
Class TPath.__SAX_Parser
java.lang.Object
eu.bandm.tools.umod.runtime.TsoapPrimitives.Parser
eu.bandm.tools.tpath.absy.TPath.__SAX_Parser
- Enclosing class:
- TPath
Decoder for umod's own XML serialisation.
Usage:
- Create an instance.
- Call the
matchSAX_[T]()
method, where T is the class of the expected top level model element.
-
Nested Class Summary
Modifier and TypeClassDescriptionprotected class
protected class
protected class
protected class
protected class
protected class
protected class
protected class
protected class
protected class
protected class
protected class
protected class
protected class
protected class
protected class
protected class
protected class
protected class
protected class
protected class
protected class
protected class
protected class
protected class
protected class
protected class
protected class
protected class
protected class
protected class
protected class
protected class
protected class
protected class
protected class
protected class
protected class
protected class
protected class
protected class
-
Field Summary
Fields inherited from class eu.bandm.tools.umod.runtime.TsoapPrimitives.Parser
config, id2model, idsDefined, in, next_atts, next_element_id, next_element_idref, next_element_name
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfill_AxisSpecifier
(Object res) fill_BinaryExpr
(Object res) fill_Comment
(Object res) fill_EqualityExpr
(Object res) fill_Filter
(Object res) fill_FunctionCall
(Object res) fill_Literal
(Object res) fill_LogicalExpr
(Object res) fill_Minus
(Object res) fill_NameTest
(Object res) fill_Number
(Object res) fill_NumericExpr
(Object res) fill_Paren
(Object res) fill_PathExpr
(Object res) fill_TypeTest
(Object res) fill_UnaryExpr
(Object res) fill_Union
(Object res) fill_ValueExpr
(Object res) protected CheckedList<TPath.Expr>
parse_0()
protected CheckedList<TPath.Expr>
parse_1()
Methods inherited from class eu.bandm.tools.umod.runtime.TsoapPrimitives.Parser
checkend, consumestart, finalCheck, getchars, parse_bool, parse_char, parse_float, parse_int, parse_string, putRef, skipWStoOpenTag, testEnum, testfield, testNullRef, testRef
-
Constructor Details
-
__SAX_Parser
- Parameters:
in
- source of SAX events which represent the encoding. @param config an instance defining the XML element and field names used for en/decoding.
-
-
Method Details
-
matchSAX_Item
-
fill_Item
-
matchSAX_Test
-
fill_Test
-
matchSAX_NameTest
-
fill_NameTest
-
matchSAX_TypeTest
-
fill_TypeTest
-
matchSAX_Comment
-
fill_Comment
-
matchSAX_Text
-
fill_Text
-
matchSAX_ProcessingInstruction
-
fill_ProcessingInstruction
-
matchSAX_Node
-
fill_Node
-
matchSAX_AxisSpecifier
-
fill_AxisSpecifier
-
matchSAX_Expr
-
fill_Expr
-
matchSAX_BinaryExpr
-
fill_BinaryExpr
-
matchSAX_LogicalExpr
-
fill_LogicalExpr
-
matchSAX_Or
-
fill_Or
-
matchSAX_And
-
fill_And
-
matchSAX_EqualityExpr
-
fill_EqualityExpr
-
matchSAX_Eq
-
fill_Eq
-
matchSAX_Neq
-
fill_Neq
-
matchSAX_ComparisonExpr
-
fill_ComparisonExpr
-
matchSAX_Lt
-
fill_Lt
-
matchSAX_Leq
-
fill_Leq
-
matchSAX_Gt
-
fill_Gt
-
matchSAX_Geq
-
fill_Geq
-
matchSAX_NumericExpr
-
fill_NumericExpr
-
matchSAX_Mult
-
fill_Mult
-
matchSAX_Div
-
fill_Div
-
matchSAX_Mod
-
fill_Mod
-
matchSAX_Plus
-
fill_Plus
-
matchSAX_Minus
-
fill_Minus
-
matchSAX_Union
-
fill_Union
-
matchSAX_Filter
-
fill_Filter
-
matchSAX_UnaryExpr
-
fill_UnaryExpr
-
matchSAX_Neg
-
fill_Neg
-
matchSAX_Paren
-
fill_Paren
-
matchSAX_FunctionCall
-
fill_FunctionCall
-
parse_0
-
matchSAX_ValueExpr
-
fill_ValueExpr
-
matchSAX_VariableReference
-
fill_VariableReference
-
matchSAX_Literal
-
fill_Literal
-
matchSAX_Number
-
fill_Number
-
matchSAX_PathExpr
-
fill_PathExpr
-
matchSAX_Root
-
fill_Root
-
matchSAX_Step
-
fill_Step
-
parse_1
-