public static class ContentMapping.Sequence extends ContentMapping
ContentMapping.Choice, ContentMapping.Empty, ContentMapping.Sequence, ContentMapping.Singleton| Constructor and Description |
|---|
Sequence(ContentMapping[] elems,
eu.bandm.tools.tdom.runtime.ContentPath path) |
| Modifier and Type | Method and Description |
|---|---|
int |
countElems() |
ContentMapping |
getElem(int index) |
ContentMapping[] |
getElems() |
ContentMapping |
getOptional() |
boolean |
hasOptional() |
String |
toString() |
getAlt, getChild, getIndex, getPathpublic Sequence(ContentMapping[] elems, eu.bandm.tools.tdom.runtime.ContentPath path)
public ContentMapping[] getElems()
getElems in class ContentMappingpublic ContentMapping getElem(int index)
getElem in class ContentMappingpublic int countElems()
countElems in class ContentMappingpublic boolean hasOptional()
hasOptional in class ContentMappingpublic ContentMapping getOptional()
getOptional in class ContentMappingsee also the complete user documentation .