|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.merlotxml.util.xml.xerces.DTDElementImpl
Constructor Summary | |
DTDElementImpl(DTDDocumentImpl doc,
GrammarComplexType complexType)
|
|
DTDElementImpl(DTDDocumentImpl doc,
java.lang.String name)
|
Method Summary | |
int |
compareTo(java.lang.Object o)
|
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()
Returns the content spec of the element. |
DTDDocumentImpl |
getDTDDocumentImpl()
|
java.lang.String |
getName()
Returns the name of this element |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DTDElementImpl(DTDDocumentImpl doc, java.lang.String name)
public DTDElementImpl(DTDDocumentImpl doc, GrammarComplexType complexType)
Method Detail |
public DTDDocumentImpl getDTDDocumentImpl()
public java.lang.String getName()
DTDElement
getName
in interface DTDElement
public java.util.Enumeration getAttributes()
DTDElement
getAttributes
in interface DTDElement
public DTDAttribute getAttribute(java.lang.String name)
DTDElement
getAttribute
in interface DTDElement
public DTDContentSpec getContentSpec()
DTDElement
getContentSpec
in interface DTDElement
public int compareTo(java.lang.Object o)
compareTo
in interface java.lang.Comparable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |