public abstract class ContentMapping extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ContentMapping.Choice |
static class |
ContentMapping.Empty |
static class |
ContentMapping.Sequence |
static class |
ContentMapping.Singleton |
Modifier | Constructor and Description |
---|---|
protected |
ContentMapping(eu.bandm.tools.tdom.runtime.ContentPath path) |
Modifier and Type | Method and Description |
---|---|
int |
countElems() |
ContentMapping |
getAlt() |
Element |
getChild() |
ContentMapping |
getElem(int index) |
ContentMapping[] |
getElems() |
int |
getIndex() |
ContentMapping |
getOptional() |
eu.bandm.tools.tdom.runtime.ContentPath |
getPath() |
boolean |
hasOptional() |
protected ContentMapping(eu.bandm.tools.tdom.runtime.ContentPath path)
public eu.bandm.tools.tdom.runtime.ContentPath getPath()
public ContentMapping getElem(int index)
public ContentMapping[] getElems()
public int countElems()
public boolean hasOptional()
public ContentMapping getOptional()
public Element getChild()
public int getIndex()
public ContentMapping getAlt()
see also the complete user documentation .