public static class TPath.__SAX_Parser extends TsoapPrimitives.Parser
Usage:
matchSAX_[T]()
method,
where T is the class of the expected top level model element.config, id2model, idsDefined, in, next_atts, next_element_id, next_element_idref, next_element_name
Constructor and Description |
---|
__SAX_Parser(SAXEventStream in,
XMLconfiguration config) |
checkend, consumestart, finalCheck, getchars, parse_bool, parse_char, parse_float, parse_int, parse_string, putRef, skipWStoOpenTag, testEnum, testfield, testNullRef, testRef
public __SAX_Parser(SAXEventStream in, XMLconfiguration config)
in
- source of SAX events which represent the encoding. @param
config an instance defining the XML element and field names used for
en/decoding.public TPath.Item matchSAX_Item()
public TPath.Item fill_Item(Object res)
public TPath.Test matchSAX_Test()
public TPath.Test fill_Test(Object res)
public TPath.NameTest matchSAX_NameTest()
public TPath.NameTest fill_NameTest(Object res)
public TPath.TypeTest matchSAX_TypeTest()
public TPath.TypeTest fill_TypeTest(Object res)
public TPath.Comment matchSAX_Comment()
public TPath.Comment fill_Comment(Object res)
public TPath.Text matchSAX_Text()
public TPath.Text fill_Text(Object res)
public TPath.ProcessingInstruction matchSAX_ProcessingInstruction()
public TPath.ProcessingInstruction fill_ProcessingInstruction(Object res)
public TPath.Node matchSAX_Node()
public TPath.Node fill_Node(Object res)
public TPath.AxisSpecifier matchSAX_AxisSpecifier()
public TPath.AxisSpecifier fill_AxisSpecifier(Object res)
public TPath.Expr matchSAX_Expr()
public TPath.Expr fill_Expr(Object res)
public TPath.BinaryExpr matchSAX_BinaryExpr()
public TPath.BinaryExpr fill_BinaryExpr(Object res)
public TPath.LogicalExpr matchSAX_LogicalExpr()
public TPath.LogicalExpr fill_LogicalExpr(Object res)
public TPath.Or matchSAX_Or()
public TPath.And matchSAX_And()
public TPath.EqualityExpr matchSAX_EqualityExpr()
public TPath.EqualityExpr fill_EqualityExpr(Object res)
public TPath.Eq matchSAX_Eq()
public TPath.Neq matchSAX_Neq()
public TPath.ComparisonExpr matchSAX_ComparisonExpr()
public TPath.ComparisonExpr fill_ComparisonExpr(Object res)
public TPath.Lt matchSAX_Lt()
public TPath.Leq matchSAX_Leq()
public TPath.Gt matchSAX_Gt()
public TPath.Geq matchSAX_Geq()
public TPath.NumericExpr matchSAX_NumericExpr()
public TPath.NumericExpr fill_NumericExpr(Object res)
public TPath.Mult matchSAX_Mult()
public TPath.Mult fill_Mult(Object res)
public TPath.Div matchSAX_Div()
public TPath.Mod matchSAX_Mod()
public TPath.Plus matchSAX_Plus()
public TPath.Plus fill_Plus(Object res)
public TPath.Minus matchSAX_Minus()
public TPath.Minus fill_Minus(Object res)
public TPath.Union matchSAX_Union()
public TPath.Union fill_Union(Object res)
public TPath.Filter matchSAX_Filter()
public TPath.Filter fill_Filter(Object res)
public TPath.UnaryExpr matchSAX_UnaryExpr()
public TPath.UnaryExpr fill_UnaryExpr(Object res)
public TPath.Neg matchSAX_Neg()
public TPath.Paren matchSAX_Paren()
public TPath.Paren fill_Paren(Object res)
public TPath.FunctionCall matchSAX_FunctionCall()
public TPath.FunctionCall fill_FunctionCall(Object res)
protected CheckedList<TPath.Expr> parse_0()
public TPath.ValueExpr matchSAX_ValueExpr()
public TPath.ValueExpr fill_ValueExpr(Object res)
public TPath.VariableReference matchSAX_VariableReference()
public TPath.VariableReference fill_VariableReference(Object res)
public TPath.Literal matchSAX_Literal()
public TPath.Literal fill_Literal(Object res)
public TPath.Number matchSAX_Number()
public TPath.Number fill_Number(Object res)
public TPath.PathExpr matchSAX_PathExpr()
public TPath.PathExpr fill_PathExpr(Object res)
public TPath.Root matchSAX_Root()
public TPath.Root fill_Root(Object res)
public TPath.Step matchSAX_Step()
public TPath.Step fill_Step(Object res)
protected CheckedList<TPath.Expr> parse_1()
see also the complete user documentation .