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
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleancomposable(ContentPath path1, ContentPath path2) abstract ContentMappingcompose(ContentMapping[] args) intgetDepth()(package private) booleanlocallyComposable(ContentPath next) toString()
-
Field Details
-
cp
-
path
-
depth
protected int depth
-
-
Constructor Details
-
ContentPath
ContentPath(DTD.CP cp, ContentPath path)
-
-
Method Details