public abstract static class Rt.MATCH_ONLY_00 extends Object
This class executes only the cascaded instanceof(..)
tests
and is hardly considered directly by the user.
Instead, the user works with the derived visitor classes.
Modifier and Type | Field and Description |
---|---|
protected PrintStream |
_visitor_debug_stream |
protected boolean |
partial |
Constructor and Description |
---|
MATCH_ONLY_00() |
Modifier and Type | Method and Description |
---|---|
protected void |
action(eu.bandm.tools.xslt.tdom.Element_xsl_template e0) |
protected void |
action(Location<XMLDocumentIdentifier> e0) |
protected void |
action(NamespaceName e0) |
protected void |
action(Rt.Definition e0) |
protected void |
action(Rt.Report e0) |
protected void |
action(Rt.TemplateEntry e0) |
protected void |
action(Rt.TemplatesByKind e0) |
protected void |
action(Rt.TemplatesByPrior e0) |
protected void |
action(TPath.Expr e0) |
protected void |
action(TPathCache.PatternPart e0) |
protected void |
action(XMLDocumentIdentifier e0) |
protected void |
foreignObject(Object e0) |
void |
match(Object e0) |
void |
match(Rt.Definition e0) |
void |
match(Rt.Report e0) |
void |
match(Rt.TemplateEntry e0) |
void |
match(Rt.TemplatesByKind e0) |
void |
match(Rt.TemplatesByPrior e0) |
void |
nomatch(Object e0) |
protected boolean partial
protected PrintStream _visitor_debug_stream
public void match(Object e0)
protected void foreignObject(Object e0)
public void nomatch(Object e0)
protected void action(Rt.TemplatesByPrior e0)
protected void action(Rt.Report e0)
protected void action(Rt.TemplatesByKind e0)
protected void action(Rt.Definition e0)
protected void action(Rt.TemplateEntry e0)
protected void action(NamespaceName e0)
protected void action(TPath.Expr e0)
protected void action(XMLDocumentIdentifier e0)
protected void action(Location<XMLDocumentIdentifier> e0)
protected void action(eu.bandm.tools.xslt.tdom.Element_xsl_template e0)
protected void action(TPathCache.PatternPart e0)
public void match(Rt.TemplatesByPrior e0)
public void match(Rt.Report e0)
public void match(Rt.TemplatesByKind e0)
public void match(Rt.Definition e0)
public void match(Rt.TemplateEntry e0)
see also the complete user documentation .