|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This is an interface that will provide DTD information about an element definition.
In the above example, the element's name is "blah", and it has a content spec with (foo?, bar+, baz*).
Method Summary | |
DTDAttribute |
getAttribute(java.lang.String name)
Deprecated. Use GrammarComplexType. |
java.util.Enumeration |
getAttributes()
Deprecated. Use GrammarComplexType. |
DTDContentSpec |
getContentSpec()
Deprecated. |
java.lang.String |
getName()
Deprecated. Use GrammarComplexType. |
Method Detail |
public java.lang.String getName()
public DTDContentSpec getContentSpec()
public java.util.Enumeration getAttributes()
public DTDAttribute getAttribute(java.lang.String name)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |