|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface provides means to access the DTD definitions in a manner that can be independent of whatever third party underlying structures are used for the implementation.
Method Summary | |
java.util.Enumeration |
getElements()
Returns the list of declared elements from the document. |
java.lang.String |
getExternalID()
Returns the SYSTEM identifier for a dtd |
java.util.Enumeration |
getInsertableElements(org.w3c.dom.Element el,
int index)
Returns a list of the possible elements that can be inserted or appended on this element. |
java.lang.String |
getName()
Returns the name of the DTD |
Method Detail |
public java.lang.String getName()
public java.util.Enumeration getElements()
public java.util.Enumeration getInsertableElements(org.w3c.dom.Element el, int index)
el
- A DOM elementpublic java.lang.String getExternalID()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |