Uses of Class
eu.bandm.tools.tdom.runtime.ContentPath
Package
Description
Contains base and auxiliary classes for code generated by tdom.
-
Uses of ContentPath in eu.bandm.tools.tdom.runtime
Modifier and TypeClassDescriptionstatic class
static class
static class
static class
Modifier 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) ModifierConstructorDescriptionChoice
(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)