|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.merlotxml.util.xml.xml4j.DTDContentSpecImpl
A Content Specification based on xml4j
This is mostly unimplemented due to a possible requirements change while working on this. Do not try to use this stuff :-)
Fields inherited from interface org.merlotxml.util.xml.DTDConstants |
ANY,
CDATA,
COMMENT,
COMMENT_KEY,
CONTENT_CONCAT,
CONTENT_GROUP,
CONTENT_LEAF,
CONTENT_ONEMAX,
CONTENT_OR,
CONTENT_PLUS,
CONTENT_SINGLE,
CONTENT_STAR,
EMPTY,
GROUP,
ID,
IDREF,
IMPLIED,
NMTOKEN,
NMTOKENS,
NONE,
PCDATA,
PCDATA_KEY,
PROCESSING_INSTRUCTION,
PROCESSING_INSTRUCTION_KEY,
REQUIRED,
TOKEN_GROUP |
Constructor Summary | |
DTDContentSpecImpl(com.ibm.xml.parser.ElementDecl el)
|
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 |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public DTDContentSpecImpl(com.ibm.xml.parser.ElementDecl el)
Method Detail |
public int getType()
public DTDContentSpecNode getRootNode()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |