public class ContentBuilder extends Object
Constructor and Description |
---|
ContentBuilder() |
Modifier and Type | Method and Description |
---|---|
void |
addContent(DTD.CP elem) |
void |
cancelContent() |
void |
closeChoice() |
void |
closeSeq() |
DTD.ContentModel |
getContent() |
void |
openChoice() |
void |
openSeq() |
void |
setOptional() |
void |
setPlus() |
void |
setStar() |
public DTD.ContentModel getContent()
public void addContent(DTD.CP elem)
public void cancelContent()
public void setOptional()
public void setStar()
public void setPlus()
public void openSeq()
public void closeSeq()
public void openChoice()
public void closeChoice()
see also the complete user documentation .