public static class Rt.TemplateEntry extends Object implements Cloneable, Formattable
Modifier and Type | Field and Description |
---|---|
static Function<Rt.TemplateEntry,NamespaceName> |
get_mode
Deprecated.
Use new '::' method reference instead.
|
static Function<Rt.TemplateEntry,TPathCache.PatternPart> |
get_pattern
Deprecated.
Use new '::' method reference instead.
|
static Function<Rt.TemplateEntry,Double> |
get_prior
Deprecated.
Use new '::' method reference instead.
|
static Function<Rt.TemplateEntry,eu.bandm.tools.xslt.tdom.Element_xsl_template> |
get_template
Deprecated.
Use new '::' method reference instead.
|
protected NamespaceName |
mode |
protected TPathCache.PatternPart |
pattern |
protected double |
prior |
protected eu.bandm.tools.xslt.tdom.Element_xsl_template |
template |
format
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) |
Modifier and Type | Method and Description |
---|---|
Rt.TemplateEntry |
doclone() |
Format |
format()
Delivers a format object for pretty-printing, as specified in the umod source.
|
NamespaceName |
get_mode() |
TPathCache.PatternPart |
get_pattern() |
double |
get_prior() |
eu.bandm.tools.xslt.tdom.Element_xsl_template |
get_template() |
static String |
getFormatHint()
Delivers the format specification from the umod source.
|
Rt.TemplateEntry |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
boolean |
set_mode(NamespaceName val) |
boolean |
set_pattern(TPathCache.PatternPart val) |
boolean |
set_prior(double val) |
boolean |
set_template(eu.bandm.tools.xslt.tdom.Element_xsl_template val) |
protected eu.bandm.tools.xslt.tdom.Element_xsl_template template
@Deprecated public static final Function<Rt.TemplateEntry,eu.bandm.tools.xslt.tdom.Element_xsl_template> get_template
protected TPathCache.PatternPart pattern
@Deprecated public static final Function<Rt.TemplateEntry,TPathCache.PatternPart> get_pattern
protected NamespaceName mode
@Deprecated public static final Function<Rt.TemplateEntry,NamespaceName> get_mode
protected double prior
@Deprecated public static final Function<Rt.TemplateEntry,Double> get_prior
public TemplateEntry(eu.bandm.tools.xslt.tdom.Element_xsl_template template, TPathCache.PatternPart pattern, NamespaceName mode, double prior)
public TemplateEntry(eu.bandm.tools.xslt.tdom.Element_xsl_template template, TPathCache.PatternPart pattern, double prior)
public Rt.TemplateEntry doclone()
public static String getFormatHint()
'template prior='prior,
'mode='mode, 'pattern='pattern, 'source='template
public Format format()
format
in interface Formattable
public Rt.TemplateEntry initFrom(Object o0)
public eu.bandm.tools.xslt.tdom.Element_xsl_template get_template()
public boolean set_template(eu.bandm.tools.xslt.tdom.Element_xsl_template val)
public TPathCache.PatternPart get_pattern()
public boolean set_pattern(TPathCache.PatternPart val)
public NamespaceName get_mode()
public boolean set_mode(NamespaceName val)
public double get_prior()
public boolean set_prior(double val)
see also the complete user documentation .