Package | Description |
---|---|
eu.bandm.tools.tpath.absy |
Abstract syntax of the tpath language, realized as a umod model.
|
eu.bandm.tools.tpath.runtime |
Infrastructure for evaluating tpath expressions.
|
eu.bandm.tools.xslt.base |
txsl = typed xslt 1.0 interpreter with "fragmented validation".
|
Modifier and Type | Field and Description |
---|---|
static Function<TPath.FunctionCall,CheckedList<TPath.Expr>> |
TPath.FunctionCall.get_args
Deprecated.
Use new '::' method reference instead.
|
static Function<TPath.FunctionCall,String> |
TPath.FunctionCall.get_name
Deprecated.
Use new '::' method reference instead.
|
Modifier and Type | Method and Description |
---|---|
TPath.FunctionCall |
TPath.FunctionCall.doclone() |
TPath.FunctionCall |
TPath.__SAX_Parser.fill_FunctionCall(Object res) |
TPath.FunctionCall |
TPath.FunctionCall.initFrom(Object o0)
Copies values of all common fields from the argument.
|
TPath.FunctionCall |
TPath.__SAX_Parser.matchSAX_FunctionCall() |
Modifier and Type | Method and Description |
---|---|
protected void |
TPath.MATCH_ONLY_00.action(TPath.FunctionCall e0) |
protected void |
TPath.Rewriter.action(TPath.FunctionCall e0) |
protected void |
TPath.Visitor.action(TPath.FunctionCall e0) |
protected void |
TPath.__Formatter.action(TPath.FunctionCall el) |
void |
TPath.__SAX_Writer.action(TPath.FunctionCall e0) |
protected void |
TPath.Visitor.descend(TPath.FunctionCall e0) |
void |
TPath.__SAX_Writer.dumpfields(TPath.FunctionCall e0) |
void |
TPath.__SAX_Parser.XMLPARSER_FunctionCall.fillFields(TPath.FunctionCall newobj) |
void |
TPath.MATCH_ONLY_00.match(TPath.FunctionCall e0) |
void |
TPath.__SAX_Parser.XMLPARSER_FunctionCall.parsefields(TPath.FunctionCall newobj) |
protected void |
TPath.Visitor.post(TPath.FunctionCall e0) |
protected void |
TPath.Visitor.pre(TPath.FunctionCall e0) |
protected void |
TPath.Rewriter.rewriteFields(TPath.FunctionCall clone) |
protected Format |
TPath.__Formatter.toFormat(TPath.FunctionCall el) |
Modifier and Type | Method and Description |
---|---|
protected void |
SimpleInterpreter.Visitor.descend(TPath.FunctionCall x) |
Modifier and Type | Method and Description |
---|---|
protected void |
TPathCache.checkFunction(TPath.FunctionCall f)
Means to check the function which can appear as first (umod: deepest)
expression on a path expression ("id(x)/a/b/")
|
void |
TPathCache.PredicateChecker.pre(TPath.FunctionCall fc) |
see also the complete user documentation .