Uses of Class
eu.bandm.tools.xslt.base.MultiTypeNodeList
Packages that use MultiTypeNodeList
Package
Description
txsl = typed xslt 1.0 interpreter with "fragmented validation".
-
Uses of MultiTypeNodeList in eu.bandm.tools.xslt.base
Fields in eu.bandm.tools.xslt.base declared as MultiTypeNodeListFields in eu.bandm.tools.xslt.base with type parameters of type MultiTypeNodeListModifier and TypeFieldDescriptionfinal Map<eu.bandm.tools.xslt.tdom.Element, MultiTypeNodeList> Templates.result_subtreesLinks from xslt elements at LEAF position to their raw/MultiType contents.final Map<eu.bandm.tools.xslt.tdom.Element, MultiTypeNodeList> Transformation.result_subtreesRedundant: map union of the values form all templates, because frequently used in Application.Methods in eu.bandm.tools.xslt.base that return MultiTypeNodeListModifier and TypeMethodDescriptionApplication.execute()Top-level call for the start element.protected MultiTypeNodeListMultiTypeNodeList.shallowCopy()Copies all data but NOT the subnodes, which must be done explicitly by caller.Methods in eu.bandm.tools.xslt.base with parameters of type MultiTypeNodeListModifier and TypeMethodDescriptionprotected voidApplication.collectPcData(MultiTypeNodeList c, StringBuilder sb, String desc) voidMultiTypeNodeList.PCDataOnlyVisitor.match(MultiTypeNodeList target) protected voidApplication.openResultFrame(@Opt NamespaceName constructor, @Opt Location<XMLDocumentIdentifier> loc, MultiTypeNodeList proto) constructor == null when collecting contents for variables, comments, processing instructions, paramters, etc.voidApplication.visitMultiList(MultiTypeNodeList mtn) Top-Level MultiTypeNodeList are sequences of xslt elements, complete result elements and MultiTypeNodeList.