|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | 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 | |
boolean |
elementIsValid(org.w3c.dom.Element el,
boolean checkChildren)
Deprecated. Use GrammarComplexType |
DTDElement |
fetchElement(java.lang.String name)
Deprecated. Use GrammarDocument. |
java.util.Enumeration |
getElements()
Deprecated. Use GrammarDocument. |
java.lang.String |
getExternalID()
Deprecated. Returns the SYSTEM identifier for a dtd |
java.util.Enumeration |
getInsertableElements(org.w3c.dom.Element el)
Deprecated. Use GrammarComplexType |
java.util.Enumeration |
getInsertableElements(org.w3c.dom.Element el,
int index)
Deprecated. Use GrammarComplexType |
int |
getInsertPosition(org.w3c.dom.Element parent,
java.lang.String childElementName)
Deprecated. Use GrammarComplexType |
java.lang.String |
getName()
Deprecated. Returns the name of the DTD |
void |
setGrammarDocument(GrammarDocument gdoc)
Deprecated. Allows setting of the GrammarDocument |
Method Detail |
public java.lang.String getName()
public java.util.Enumeration getElements()
public DTDElement fetchElement(java.lang.String name)
public java.util.Enumeration getInsertableElements(org.w3c.dom.Element el, int index)
el
- a DOM element (future parent element)index
- index where the returned elements should be insertable
public java.util.Enumeration getInsertableElements(org.w3c.dom.Element el)
public int getInsertPosition(org.w3c.dom.Element parent, java.lang.String childElementName)
public boolean elementIsValid(org.w3c.dom.Element el, boolean checkChildren)
public java.lang.String getExternalID()
public void setGrammarDocument(GrammarDocument gdoc)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |