|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | 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)
Returns a single named attribute for this element |
java.util.Enumeration |
getAttributes()
Returns the list of attributes |
DTDContentSpec |
getContentSpec()
Deprecated. |
java.lang.String |
getName()
Returns the name of this element |
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: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |