|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface to specify a ContentSpecification
This is used to describe the content specification of what a DTD element can contain.
The types this can return are ANY, EMPTY, PCDATA, GROUP where GROUP type specs will have a tree of ContentSpecNodes describing what's in the content specification
Method Summary | |
DTDContentSpecNode |
getRootNode()
returns the root node of the spec tree or null if this doesn't apply to this type |
int |
getType()
Returns the type of this content specification |
java.lang.String |
toString()
returns the content spec as a XML standard string (i.e. |
Method Detail |
public int getType()
public DTDContentSpecNode getRootNode()
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |