Uses of Class
eu.bandm.tools.tdom.runtime.ContentPath
Packages that use ContentPath
Package
Description
Contains base and auxiliary classes for code generated by tdom.
-
Uses of ContentPath in eu.bandm.tools.tdom.runtime
Subclasses of ContentPath in eu.bandm.tools.tdom.runtimeModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classFields in eu.bandm.tools.tdom.runtime declared as ContentPathMethods in eu.bandm.tools.tdom.runtime that return ContentPathMethods in eu.bandm.tools.tdom.runtime with parameters of type ContentPathModifier and TypeMethodDescriptionstatic booleanContentPath.composable(ContentPath path1, ContentPath path2) booleanContentPath.Choice.locallyComposable(ContentPath next) (package private) booleanContentPath.locallyComposable(ContentPath next) (package private) booleanContentPath.Repetition.locallyComposable(ContentPath next) (package private) booleanContentPath.Sequence.locallyComposable(ContentPath next) Constructors in eu.bandm.tools.tdom.runtime with parameters of type ContentPathModifierConstructorDescriptionChoice(int index, ContentMapping alt, ContentPath path) Choice(DTD.Choice cp, int index, ContentPath path) protectedContentMapping(ContentPath path) (package private)ContentPath(DTD.CP cp, ContentPath path) Empty(ContentPath path) End(DTD.Choice cp, int index, ContentPath path) Repetition(DTD.CP cp, ContentPath path) Sequence(ContentMapping[] elems, ContentPath path) Sequence(DTD.Seq cp, int index, ContentPath path) Singleton(Element child, ContentPath path)