Uses of Class
eu.bandm.tools.xslt.base.TPathCache.ExprClassified
Packages that use TPathCache.ExprClassified
Package
Description
txsl = typed xslt 1.0 interpreter with "fragmented validation".
-
Uses of TPathCache.ExprClassified in eu.bandm.tools.xslt.base
Fields in eu.bandm.tools.xslt.base declared as TPathCache.ExprClassifiedModifier and TypeFieldDescriptionprotected TPathCache.ExprClassifiedTPathCache.ExprClassified.lowestTestFields in eu.bandm.tools.xslt.base with type parameters of type TPathCache.ExprClassifiedModifier and TypeFieldDescriptionprotected Map<String, TPathCache.ExprClassified> TPathCache.canonical_to_parsedprotected Map<NamespaceName, TPathCache.ExprClassified> AttributeChecks_valueTemplates.computingAll attributes which must be computed; represented as parsed and classified TPath expressions.protected Map<TypedAttribute, TPathCache.ExprClassified> Transformation.xslt_attribute_to_parsedMap from xslt attributes to tpath expr, iff the attribute (a) is per se and always a tpath expr, or (b) happens to be a value template.Methods in eu.bandm.tools.xslt.base that return TPathCache.ExprClassifiedModifier and TypeMethodDescriptionstatic <P> TPathCache.ExprClassifiedApplication.matchSimilar(DocumentClient<P> dc, P node) FIXME namespace name prefix is NOT available here !?!?!TPathCache.parse(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg_EXT, Location<XMLDocumentIdentifier> loc, NamespaceName attribName, @Opt String data, boolean isTemplate) Parse expression source and store result to caches.Methods in eu.bandm.tools.xslt.base with parameters of type TPathCache.ExprClassifiedModifier and TypeMethodDescriptionbooleanTPathCache.checkPattern(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg_EXT, @Opt Location<XMLDocumentIdentifier> loc, TPathCache.ExprClassified expr, boolean inTemplateOrKeyMatch, String role) Returns whether the ExprClassified is a pattern, and updatespatternPartsaccordingly.booleanTemplateRegistry.Finder.patternMatches(N node, TPathCache.ExprClassified exp, Context tpathContext) Called by Application for realizing "xsl:number".