Class Rt.TemplateEntry

java.lang.Object
eu.bandm.tools.xslt.base.Rt.TemplateEntry
All Implemented Interfaces:
Formattable, Cloneable
Enclosing class:
Rt

public static class Rt.TemplateEntry extends Object implements Cloneable, Formattable
  • Field Details

  • 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

      public Rt.TemplateEntry doclone()
    • getFormatHint

      public static String 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

      public Format format()
      Delivers a format object for pretty-printing, as specified in the umod source.
      Specified by:
      format in interface Formattable
      Returns:
      a format that represents this object in a pretty-printable way
    • initFrom

      public Rt.TemplateEntry initFrom(Object o0)
      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

      public TPathCache.PatternPart get_pattern()
    • set_pattern

      public boolean set_pattern(TPathCache.PatternPart val)
    • get_mode

      public NamespaceName get_mode()
    • set_mode

      public boolean set_mode(NamespaceName val)
    • get_prior

      public double get_prior()
    • set_prior

      public boolean set_prior(double val)