Uses of Class
eu.bandm.tools.xslt.base.Rt.TemplateEntry
Package
Description
txsl = typed xslt 1.0 interpreter with "fragmented validation".
-
Uses of Rt.TemplateEntry in eu.bandm.tools.xslt.base
Modifier and TypeFieldDescription(package private) Rt.TemplateEntry
Application.current_template
protected Rt.TemplateEntry
Rt.TemplatesByKind.root
protected Rt.TemplateEntry
Rt.TemplatesByKind.star_att
protected Rt.TemplateEntry
Rt.TemplatesByKind.star_el
Modifier and TypeFieldDescriptionprotected CheckedSet<Rt.TemplateEntry>
Rt.TemplatesByKind.allPis
protected CheckedMap_RD<NamespaceName,
CheckedSet<Rt.TemplateEntry>> Rt.TemplatesByKind.attrsByName
protected CheckedMap_RD<String,
CheckedSet<Rt.TemplateEntry>> Rt.TemplatesByKind.attrsByNsUri
protected CheckedSet<Rt.TemplateEntry>
Rt.TemplatesByKind.comment
protected CheckedMap_RD<String,
Rt.TemplateEntry> Rt.TemplatesByKind.elemsById
protected CheckedMap_RD<String,
CheckedMap_RD<String, Rt.TemplateEntry>> Rt.TemplatesByKind.elemsByKey
protected CheckedMap_RD<NamespaceName,
CheckedSet<Rt.TemplateEntry>> Rt.TemplatesByKind.elemsByName
protected CheckedMap_RD<String,
CheckedSet<Rt.TemplateEntry>> Rt.TemplatesByKind.elemsByNsUri
static final Function<Rt.TemplatesByKind,
CheckedSet<Rt.TemplateEntry>> Rt.TemplatesByKind.get_allPis
Deprecated.Use new '::' method reference instead.static final Function<Rt.TemplatesByKind,
CheckedMap_RD<NamespaceName, CheckedSet<Rt.TemplateEntry>>> Rt.TemplatesByKind.get_attrsByName
Deprecated.Use new '::' method reference instead.static final Function<Rt.TemplatesByKind,
CheckedMap_RD<String, CheckedSet<Rt.TemplateEntry>>> Rt.TemplatesByKind.get_attrsByNsUri
Deprecated.Use new '::' method reference instead.static final Function<Rt.TemplatesByKind,
CheckedSet<Rt.TemplateEntry>> Rt.TemplatesByKind.get_comment
Deprecated.Use new '::' method reference instead.static final Function<Rt.TemplatesByKind,
CheckedMap_RD<String, Rt.TemplateEntry>> Rt.TemplatesByKind.get_elemsById
Deprecated.Use new '::' method reference instead.static final Function<Rt.TemplatesByKind,
CheckedMap_RD<String, CheckedMap_RD<String, Rt.TemplateEntry>>> Rt.TemplatesByKind.get_elemsByKey
Deprecated.Use new '::' method reference instead.static final Function<Rt.TemplatesByKind,
CheckedMap_RD<NamespaceName, CheckedSet<Rt.TemplateEntry>>> Rt.TemplatesByKind.get_elemsByName
Deprecated.Use new '::' method reference instead.static final Function<Rt.TemplatesByKind,
CheckedMap_RD<String, CheckedSet<Rt.TemplateEntry>>> Rt.TemplatesByKind.get_elemsByNsUri
Deprecated.Use new '::' method reference instead.static final Function<Rt.TemplateEntry,
NamespaceName> Rt.TemplateEntry.get_mode
Deprecated.Use new '::' method reference instead.static final Function<Rt.TemplatesByKind,
CheckedSet<Rt.TemplateEntry>> Rt.TemplatesByKind.get_node
Deprecated.Use new '::' method reference instead.static final Function<Rt.TemplateEntry,
TPathCache.PatternPart> Rt.TemplateEntry.get_pattern
Deprecated.Use new '::' method reference instead.static final Function<Rt.TemplatesByKind,
CheckedMap_RD<String, CheckedSet<Rt.TemplateEntry>>> Rt.TemplatesByKind.get_piByName
Deprecated.Use new '::' method reference instead.static final Function<Rt.TemplateEntry,
Double> Rt.TemplateEntry.get_prior
Deprecated.Use new '::' method reference instead.static final Function<Rt.TemplatesByKind,
Rt.TemplateEntry> Rt.TemplatesByKind.get_root
Deprecated.Use new '::' method reference instead.static final Function<Rt.TemplatesByKind,
Rt.TemplateEntry> Rt.TemplatesByKind.get_star_att
Deprecated.Use new '::' method reference instead.static final Function<Rt.TemplatesByKind,
Rt.TemplateEntry> Rt.TemplatesByKind.get_star_el
Deprecated.Use new '::' method reference instead.static final Function<Rt.TemplateEntry,
eu.bandm.tools.xslt.tdom.Element_xsl_template> Rt.TemplateEntry.get_template
Deprecated.Use new '::' method reference instead.static final Function<Rt.TemplatesByKind,
CheckedSet<Rt.TemplateEntry>> Rt.TemplatesByKind.get_text
Deprecated.Use new '::' method reference instead.protected CheckedSet<Rt.TemplateEntry>
Rt.TemplatesByKind.node
protected CheckedMap_RD<String,
CheckedSet<Rt.TemplateEntry>> Rt.TemplatesByKind.piByName
(package private) Collection<Rt.TemplateEntry>
TemplateRegistry.Finder.result
protected CheckedSet<Rt.TemplateEntry>
Rt.TemplatesByKind.text
Modifier and TypeMethodDescriptionRt.TemplateEntry.doclone()
Rt.__SAX_Parser.fill_TemplateEntry
(Object res) (package private) Rt.TemplateEntry
Application.findMatchingTemplate
(N focus, @Opt NamespaceName mode) Only called from ONE point inApplication.findRuleAndApply(eu.bandm.tools.util.xml.NamespaceName)
.(package private) Rt.TemplateEntry
Application.findMatchingTemplate
(N focus, @Opt NamespaceName mode, Transformation trans) Recursive call for stepping through imported stylesheets.Rt.TemplatesByKind.get_root()
Rt.TemplatesByKind.get_star_att()
Rt.TemplatesByKind.get_star_el()
Copies values of all common fields from the argument.Rt.__SAX_Parser.matchSAX_TemplateEntry()
Modifier and TypeMethodDescriptionTemplateRegistry.Finder.find
(N n, NamespaceName mode) Central worker method, find set of matching templates for one given node.Rt.TemplatesByKind.get_allPis()
Rt.TemplatesByKind.get_attrsByName()
Rt.TemplatesByKind.get_attrsByNsUri()
Rt.TemplatesByKind.get_comment()
Rt.TemplatesByKind.get_elemsById()
Rt.TemplatesByKind.get_elemsByKey()
Rt.TemplatesByKind.get_elemsByName()
Rt.TemplatesByKind.get_elemsByNsUri()
Rt.TemplatesByKind.get_node()
Rt.TemplatesByKind.get_piByName()
Rt.TemplatesByKind.get_text()
protected CheckedSet<Rt.TemplateEntry>
Rt.__SAX_Parser.parse_10()
protected CheckedSet<Rt.TemplateEntry>
Rt.__SAX_Parser.parse_11()
protected CheckedSet<Rt.TemplateEntry>
Rt.__SAX_Parser.parse_12()
protected CheckedMap_RD<String,
Rt.TemplateEntry> Rt.__SAX_Parser.parse_13()
protected CheckedMap_RD<String,
CheckedMap_RD<String, Rt.TemplateEntry>> Rt.__SAX_Parser.parse_14()
protected CheckedMap_RD<String,
Rt.TemplateEntry> Rt.__SAX_Parser.parse_15()
protected CheckedSet<Rt.TemplateEntry>
Rt.__SAX_Parser.parse_3()
protected CheckedMap_RD<String,
CheckedSet<Rt.TemplateEntry>> Rt.__SAX_Parser.parse_4()
protected CheckedSet<Rt.TemplateEntry>
Rt.__SAX_Parser.parse_5()
protected CheckedMap_RD<String,
CheckedSet<Rt.TemplateEntry>> Rt.__SAX_Parser.parse_6()
protected CheckedSet<Rt.TemplateEntry>
Rt.__SAX_Parser.parse_7()
protected CheckedMap_RD<String,
CheckedSet<Rt.TemplateEntry>> Rt.__SAX_Parser.parse_8()
protected CheckedSet<Rt.TemplateEntry>
Rt.__SAX_Parser.parse_9()
Modifier and TypeMethodDescriptionprotected void
Rt.__Formatter.action
(Rt.TemplateEntry el) void
Rt.__SAX_Writer.action
(Rt.TemplateEntry e0) protected void
Rt.Dump_rt.action
(Rt.TemplateEntry e0) protected void
Rt.MATCH_ONLY_00.action
(Rt.TemplateEntry e0) protected void
Rt.SinglePhase_rt.action
(Rt.TemplateEntry e0) void
TemplateRegistry.XDump.action
(Rt.TemplateEntry te) void
Rt.TemplatesByKind.add_attrsByName
(NamespaceName key0, Rt.TemplateEntry value) void
Rt.TemplatesByKind.add_attrsByNsUri
(String key0, Rt.TemplateEntry value) void
Rt.TemplatesByKind.add_elemsByName
(NamespaceName key0, Rt.TemplateEntry value) void
Rt.TemplatesByKind.add_elemsByNsUri
(String key0, Rt.TemplateEntry value) void
Rt.TemplatesByKind.add_piByName
(String key0, Rt.TemplateEntry value) (package private) void
TemplateRegistry.Finder.addNotNull
(Rt.TemplateEntry te) protected boolean
TemplateRegistry.checkAdd
(Rt.TemplateEntry old, eu.bandm.tools.xslt.tdom.Element_xsl_template candidate, String text) protected void
Rt.Dump_rt.descend
(Rt.TemplateEntry e0) void
Rt.__SAX_Writer.dumpfields
(Rt.TemplateEntry e0) void
Rt.__SAX_Parser.XMLPARSER_TemplateEntry.fillFields
(Rt.TemplateEntry newobj) void
Rt.MATCH_ONLY_00.match
(Rt.TemplateEntry e0) void
Rt.__SAX_Parser.XMLPARSER_TemplateEntry.parsefields
(Rt.TemplateEntry newobj) protected void
Rt.Dump_rt.printscalars
(Rt.TemplateEntry e0) void
Rt.TemplatesByKind.put_elemsById
(String key0, Rt.TemplateEntry value) void
Rt.TemplatesByKind.put_elemsByKey
(String key0, String key1, Rt.TemplateEntry value) boolean
Rt.TemplatesByKind.set_root
(Rt.TemplateEntry val) boolean
Rt.TemplatesByKind.set_star_att
(Rt.TemplateEntry val) boolean
Rt.TemplatesByKind.set_star_el
(Rt.TemplateEntry val) (package private) void
TemplateRegistry.Finder.testOptTemplatePrefix
(Rt.TemplateEntry te) (package private) void
TemplateRegistry.Finder.testTemplatePrefix
(Rt.TemplateEntry te) By the table look-up, which has led to this call, it holds that:
(1) te.pattern.expr is at least one TPath.Step element (not mere "id()" or "key()" or "Root") (2) the kind and name of the lowest-level node has already been verified.protected Format
Rt.__Formatter.toFormat
(Rt.TemplateEntry el) Modifier and TypeMethodDescriptionvoid
Rt.TemplatesByKind.put_attrsByName
(NamespaceName key0, CheckedSet<Rt.TemplateEntry> value) void
Rt.TemplatesByKind.put_attrsByNsUri
(String key0, CheckedSet<Rt.TemplateEntry> value) void
Rt.TemplatesByKind.put_elemsByKey
(String key0, CheckedMap_RD<String, Rt.TemplateEntry> value) void
Rt.TemplatesByKind.put_elemsByName
(NamespaceName key0, CheckedSet<Rt.TemplateEntry> value) void
Rt.TemplatesByKind.put_elemsByNsUri
(String key0, CheckedSet<Rt.TemplateEntry> value) void
Rt.TemplatesByKind.put_piByName
(String key0, CheckedSet<Rt.TemplateEntry> value) boolean
Rt.TemplatesByKind.set_allPis
(CheckedSet<Rt.TemplateEntry> val) boolean
Rt.TemplatesByKind.set_attrsByName
(CheckedMap_RD<NamespaceName, CheckedSet<Rt.TemplateEntry>> val) boolean
Rt.TemplatesByKind.set_attrsByNsUri
(CheckedMap_RD<String, CheckedSet<Rt.TemplateEntry>> val) boolean
Rt.TemplatesByKind.set_comment
(CheckedSet<Rt.TemplateEntry> val) boolean
Rt.TemplatesByKind.set_elemsById
(CheckedMap_RD<String, Rt.TemplateEntry> val) boolean
Rt.TemplatesByKind.set_elemsByKey
(CheckedMap_RD<String, CheckedMap_RD<String, Rt.TemplateEntry>> val) boolean
Rt.TemplatesByKind.set_elemsByName
(CheckedMap_RD<NamespaceName, CheckedSet<Rt.TemplateEntry>> val) boolean
Rt.TemplatesByKind.set_elemsByNsUri
(CheckedMap_RD<String, CheckedSet<Rt.TemplateEntry>> val) boolean
Rt.TemplatesByKind.set_node
(CheckedSet<Rt.TemplateEntry> val) boolean
Rt.TemplatesByKind.set_piByName
(CheckedMap_RD<String, CheckedSet<Rt.TemplateEntry>> val) boolean
Rt.TemplatesByKind.set_text
(CheckedSet<Rt.TemplateEntry> val) (package private) void
TemplateRegistry.Finder.testAllTemplatePrefices
(@Opt Set<Rt.TemplateEntry> entries)