public class TemplateRegistry extends Object
Rt
.Modifier and Type | Class and Description |
---|---|
class |
TemplateRegistry.Finder<N>
Realizes the finding of templates according to [Xslt 1.0:5.2].
|
static class |
TemplateRegistry.XDump |
Modifier and Type | Field and Description |
---|---|
Set<String> |
allIds |
static Double |
priority_full_tag |
static Double |
priority_keyOrId |
static Double |
priority_kind_only |
static Double |
priority_nsuri_only |
static Double |
priority_tag_with_context
Default priorities, see [XSLT 1.0:5.5.
|
Modifier and Type | Method and Description |
---|---|
void |
add(eu.bandm.tools.xslt.tdom.Element_xsl_template t,
String match,
NamespaceName mode,
String priority)
Add a template with match expression, mode and priority.
|
protected boolean |
checkAdd(Rt.TemplateEntry old,
eu.bandm.tools.xslt.tdom.Element_xsl_template candidate,
String text) |
void |
dump(PrintStream p0) |
public static final Double priority_tag_with_context
public static final Double priority_keyOrId
public static final Double priority_full_tag
public static final Double priority_nsuri_only
public static final Double priority_kind_only
public void add(eu.bandm.tools.xslt.tdom.Element_xsl_template t, String match, NamespaceName mode, String priority)
protected boolean checkAdd(Rt.TemplateEntry old, eu.bandm.tools.xslt.tdom.Element_xsl_template candidate, String text)
public void dump(PrintStream p0)
see also the complete user documentation .