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.Step,TPath.AxisSpecifier> |
TPath.Step.get_axis
Deprecated.
Use new '::' method reference instead.
|
static Function<TPath.Step,TPath.Expr> |
TPath.Step.get_base
Deprecated.
Use new '::' method reference instead.
|
static Function<TPath.Step,CheckedList<TPath.Expr>> |
TPath.Step.get_predicates
Deprecated.
Use new '::' method reference instead.
|
static Function<TPath.Step,TPath.Test> |
TPath.Step.get_test
Deprecated.
Use new '::' method reference instead.
|
Modifier and Type | Method and Description |
---|---|
TPath.Step |
TPath.Step.doclone() |
TPath.Step |
TPath.__SAX_Parser.fill_Step(Object res) |
TPath.Step |
TPath.Step.initFrom(Object o0)
Copies values of all common fields from the argument.
|
TPath.Step |
TPath.__SAX_Parser.matchSAX_Step() |
Modifier and Type | Method and Description |
---|---|
protected void |
TPath.MATCH_ONLY_00.action(TPath.Step e0) |
protected void |
TPath.Rewriter.action(TPath.Step e0) |
protected void |
TPath.Visitor.action(TPath.Step e0) |
protected void |
TPath.__Formatter.action(TPath.Step el) |
void |
TPath.__SAX_Writer.action(TPath.Step e0) |
protected void |
TPath.Visitor.descend(TPath.Step e0) |
void |
TPath.__SAX_Writer.dumpfields(TPath.Step e0) |
void |
TPath.__SAX_Parser.XMLPARSER_Step.fillFields(TPath.Step newobj) |
void |
TPath.MATCH_ONLY_00.match(TPath.Step e0) |
void |
TPath.__SAX_Parser.XMLPARSER_Step.parsefields(TPath.Step newobj) |
protected void |
TPath.Visitor.post(TPath.Step e0) |
protected void |
TPath.Visitor.pre(TPath.Step e0) |
protected void |
TPath.Rewriter.rewriteFields(TPath.Step clone) |
protected Format |
TPath.__Formatter.toFormat(TPath.Step el) |
Modifier and Type | Method and Description |
---|---|
protected void |
SimpleInterpreter.Visitor.descend(TPath.Step x) |
Modifier and Type | Field and Description |
---|---|
static TPath.Step |
TPathCache.ANYWHERE_IN_DOM |
static TPath.Step |
TPathCache.PRECEDING_SIBS
tpath "precedingSiblings::node()"
|
static TPath.Step |
TPathCache.RELATIVE_TO_PRECEDING |
Modifier and Type | Method and Description |
---|---|
protected void |
TPathCache.checkStep(TPath.Step step,
boolean isTop) |
see also the complete user documentation .