Uses of Class
eu.bandm.tools.tdom.runtime.TypedEthereal
Packages that use TypedEthereal
Package
Description
Contains base and auxiliary classes for code generated by tdom.
txsl = typed xslt 1.0 interpreter with "fragmented validation".
-
Uses of TypedEthereal in eu.bandm.tools.tdom.runtime
Subclasses of TypedEthereal in eu.bandm.tools.tdom.runtimeModifier and TypeClassDescriptionclass
Realizes comments in a tdom model instance.class
Realizes "PIs" = Processing Instructions in a tdom model instance.Methods in eu.bandm.tools.tdom.runtime that return types with arguments of type TypedEtherealModifier and TypeMethodDescriptionprotected static List
<TypedEthereal> TypedNode.extractEthereals
(SAXEventStream sev) TypedSubstantial.getFollowingEthereals()
Returns the writable instance.TypedEtherealContainer.getLeadingEthereals()
Returns the writable instance.TypedSubstantial.getPrecedingEthereals()
Returns the writable instance.TypedEtherealContainer.getTrailingEthereals()
Returns the writable instance.List
<? extends TypedEthereal> TypedSubstantial.readFollowingEthereals()
Returns an unmodifiable copy.List
<? extends TypedEthereal> TypedEtherealContainer.readLeadingEthereals()
Returns an unmodifiable copy.List
<? extends TypedEthereal> TypedSubstantial.readPrecedingEthereals()
Returns an unmodifiable copy.List
<? extends TypedEthereal> TypedEtherealContainer.readTrailingEthereals()
Returns an unmodifiable copy.Methods in eu.bandm.tools.tdom.runtime with parameters of type TypedEtherealModifier and TypeMethodDescriptionvoid
UntypedVisitor.match
(TypedEthereal te) Distinguishes betweenUntypedVisitor.action(TypedComment)
andUntypedVisitor.action(TypedProcessingInstruction)
-
Uses of TypedEthereal in eu.bandm.tools.xslt.base
Fields in eu.bandm.tools.xslt.base with type parameters of type TypedEtherealModifier and TypeFieldDescription(package private) List
<TypedEthereal> MultiTypeNodeList.leadingEthereals
Where to store Ethereals (PIs and Comments) when the list is still empty.Methods in eu.bandm.tools.xslt.base with parameters of type TypedEtherealModifier and TypeMethodDescription(package private) void
MultiTypeNodeList.addLeadingEthereal
(TypedEthereal eth) (package private) void
Application.deliverEth
(TypedEthereal c)