Package eu.bandm.tools.xslt.base
Class Rt.TemplateEntry
java.lang.Object
eu.bandm.tools.xslt.base.Rt.TemplateEntry
- All Implemented Interfaces:
Formattable,Cloneable
- Enclosing class:
Rt
@Generated(generator="eu.bandm.tools.umod",
version="",
timestamp="2025-08-17_22h55m46")
public static class Rt.TemplateEntry
extends Object
implements Cloneable, Formattable
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Function<Rt.TemplateEntry, NamespaceName> Deprecated.Use new '::' method reference instead.static final Function<Rt.TemplateEntry, TPathCache.PatternPart> Deprecated.Use new '::' method reference instead.static final Function<Rt.TemplateEntry, Double> Deprecated.Use new '::' method reference instead.static final Function<Rt.TemplateEntry, eu.bandm.tools.xslt.tdom.Element_xsl_template> Deprecated.Use new '::' method reference instead.protected NamespaceNameprotected TPathCache.PatternPartprotected doubleprotected eu.bandm.tools.xslt.tdom.Element_xsl_template -
Constructor Summary
ConstructorsConstructorDescriptionTemplateEntry(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) -
Method Summary
Modifier and TypeMethodDescriptiondoclone()format()Delivers a format object for pretty-printing, as specified in the umod source.get_mode()doubleeu.bandm.tools.xslt.tdom.Element_xsl_templatestatic StringDelivers the format specification from the umod source.Copies values of all common fields from the argument.booleanset_mode(NamespaceName val) booleanbooleanset_prior(double val) booleanset_template(eu.bandm.tools.xslt.tdom.Element_xsl_template val)
-
Field Details
-
template
protected eu.bandm.tools.xslt.tdom.Element_xsl_template template -
get_template
@Deprecated public static final Function<Rt.TemplateEntry,eu.bandm.tools.xslt.tdom.Element_xsl_template> get_templateDeprecated.Use new '::' method reference instead. -
pattern
-
get_pattern
Deprecated.Use new '::' method reference instead. -
mode
-
get_mode
Deprecated.Use new '::' method reference instead. -
prior
protected double prior -
get_prior
Deprecated.Use new '::' method reference instead.
-
-
Constructor Details
-
TemplateEntry
public TemplateEntry(eu.bandm.tools.xslt.tdom.Element_xsl_template template, TPathCache.PatternPart pattern, NamespaceName mode, double prior) -
TemplateEntry
public TemplateEntry(eu.bandm.tools.xslt.tdom.Element_xsl_template template, TPathCache.PatternPart pattern, double prior)
-
-
Method Details
-
doclone
-
getFormatHint
Delivers the format specification from the umod source.
The constant return value is ..
'template prior='prior, 'mode='mode, 'pattern='pattern, 'source='template
This can be used e.g. by format code interpreters which process objects of different origin. -
format
Delivers a format object for pretty-printing, as specified in the umod source.- Specified by:
formatin interfaceFormattable- Returns:
- a format that represents this object in a pretty-printable way
-
initFrom
Copies values of all common fields from the argument. All fields of this class definition are copied, iff the argument is of this class. Then the superclass method is invoked with the same argument. -
get_template
public eu.bandm.tools.xslt.tdom.Element_xsl_template get_template() -
set_template
public boolean set_template(eu.bandm.tools.xslt.tdom.Element_xsl_template val) -
get_pattern
-
set_pattern
-
get_mode
-
set_mode
-
get_prior
public double get_prior() -
set_prior
public boolean set_prior(double val)
-