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 | Method and Description |
---|---|
TPath.Node |
TPath.Node.doclone() |
TPath.Node |
TPath.__SAX_Parser.fill_Node(Object res) |
TPath.Node |
TPath.Node.initFrom(Object o0)
Copies values of all common fields from the argument.
|
TPath.Node |
TPath.__SAX_Parser.matchSAX_Node() |
Modifier and Type | Method and Description |
---|---|
protected void |
TPath.MATCH_ONLY_00.action(TPath.Node e0) |
protected void |
TPath.Rewriter.action(TPath.Node e0) |
protected void |
TPath.Visitor.action(TPath.Node e0) |
protected void |
TPath.__Formatter.action(TPath.Node el) |
void |
TPath.__SAX_Writer.action(TPath.Node e0) |
protected void |
TPath.Visitor.descend(TPath.Node e0) |
void |
TPath.__SAX_Parser.XMLPARSER_Node.fillFields(TPath.Node newobj) |
void |
TPath.MATCH_ONLY_00.match(TPath.Node e0) |
protected void |
TPath.Visitor.post(TPath.Node e0) |
protected void |
TPath.Visitor.pre(TPath.Node e0) |
protected void |
TPath.Rewriter.rewriteFields(TPath.Node clone) |
protected Format |
TPath.__Formatter.toFormat(TPath.Node el) |
Modifier and Type | Method and Description |
---|---|
protected void |
SimpleInterpreter.Visitor.descend(TPath.Node x) |
Modifier and Type | Field and Description |
---|---|
static TPath.Node |
TPathCache.TPATH_NODE |
see also the complete user documentation .