Uses of Class
eu.bandm.tools.tdom.runtime.TypedEtherealContainer
Packages that use TypedEtherealContainer
Package
Description
Contains base and auxiliary classes for code generated by tdom.
-
Uses of TypedEtherealContainer in eu.bandm.tools.tdom.runtime
Methods in eu.bandm.tools.tdom.runtime that return TypedEtherealContainerModifier and TypeMethodDescriptionTypedDocument.getEtherealContainer()
Gives access to the Comments and PIs after the opening tag and before the close tag.TypedElement.getEtherealContainer()
Gives access to the Comments and PIs after the opening tag and before the close tag.Methods in eu.bandm.tools.tdom.runtime with parameters of type TypedEtherealContainerModifier and TypeMethodDescriptionvoid
UntypedVisitor.descend_leadingEthereals
(TypedEtherealContainer ec) CallsUntypedVisitor.match(TypedEthereal)
for all leading ethereals.void
UntypedVisitor.descend_trailingEthereals
(TypedEtherealContainer ec) CallsUntypedVisitor.match(TypedEthereal)
for all trailing ethereals.