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
-
Field Summary
Modifier 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 NamespaceName
protected TPathCache.PatternPart
protected double
protected eu.bandm.tools.xslt.tdom.Element_xsl_template
-
Constructor Summary
ConstructorDescriptionTemplateEntry
(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()
double
eu.bandm.tools.xslt.tdom.Element_xsl_template
static String
Delivers the format specification from the umod source.Copies values of all common fields from the argument.boolean
set_mode
(NamespaceName val) boolean
boolean
set_prior
(double val) boolean
set_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:
format
in 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)
-