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 class
static class
static class
static class
Fields 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 boolean
ContentPath.composable
(ContentPath path1, ContentPath path2) boolean
ContentPath.Choice.locallyComposable
(ContentPath next) (package private) boolean
ContentPath.locallyComposable
(ContentPath next) (package private) boolean
ContentPath.Repetition.locallyComposable
(ContentPath next) (package private) boolean
ContentPath.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) protected
ContentMapping
(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)