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 SummaryNested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic class
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic booleancomposable(ContentPath path1, ContentPath path2) abstract ContentMappingcompose(ContentMapping[] args) intgetDepth()(package private) booleanlocallyComposable(ContentPath next) toString()
- 
Field Details- 
cp
- 
path
- 
depthprotected int depth
 
- 
- 
Constructor Details- 
ContentPathContentPath(DTD.CP cp, ContentPath path) 
 
- 
- 
Method Details