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.
-
Uses of TypedEthereal in eu.bandm.tools.tdom.runtime
Subclasses of TypedEthereal in eu.bandm.tools.tdom.runtimeModifier and TypeClassDescriptionclassRealizes comments in a tdom model instance.classRealizes "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 TypeMethodDescriptionvoidUntypedVisitor.match(TypedEthereal te) Distinguishes betweenUntypedVisitor.action(TypedComment)andUntypedVisitor.action(TypedProcessingInstruction)