Package eu.bandm.tools.tdom.runtime
Class ContentPath
java.lang.Object
eu.bandm.tools.tdom.runtime.ContentPath
- Direct Known Subclasses:
ContentPath.Choice
,ContentPath.Repetition
,ContentPath.Sequence
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static class
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
composable
(ContentPath path1, ContentPath path2) abstract ContentMapping
compose
(ContentMapping[] args) int
getDepth()
(package private) boolean
locallyComposable
(ContentPath next) toString()
-
Field Details
-
cp
-
path
-
depth
protected int depth
-
-
Constructor Details
-
ContentPath
ContentPath(DTD.CP cp, ContentPath path)
-
-
Method Details