Package | Description |
---|---|
eu.bandm.tools.xslt.base |
txsl = typed xslt 1.0 interpreter with "fragmented validation".
|
Modifier and Type | Field and Description |
---|---|
protected TPathCache.PatternPart |
Rt.TemplateEntry.pattern |
Modifier and Type | Field and Description |
---|---|
static Function<Rt.TemplateEntry,TPathCache.PatternPart> |
Rt.TemplateEntry.get_pattern
Deprecated.
Use new '::' method reference instead.
|
Modifier and Type | Method and Description |
---|---|
TPathCache.PatternPart |
Rt.TemplateEntry.get_pattern() |
Modifier and Type | Method and Description |
---|---|
protected void |
Rt.MATCH_ONLY_00.action(TPathCache.PatternPart e0) |
protected boolean |
TemplateRegistry.Finder.matchNotStep(N node,
TPathCache.PatternPart pp,
Context ns) |
protected boolean |
TemplateRegistry.Finder.patternMatches(N node,
TPathCache.PatternPart pp,
Context ns) |
boolean |
Rt.TemplateEntry.set_pattern(TPathCache.PatternPart val) |
Constructor and Description |
---|
TemplateEntry(eu.bandm.tools.xslt.tdom.Element_xsl_template template,
TPathCache.PatternPart pattern,
double prior) |
TemplateEntry(eu.bandm.tools.xslt.tdom.Element_xsl_template template,
TPathCache.PatternPart pattern,
NamespaceName mode,
double prior) |
see also the complete user documentation .