|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.conradroche.matra.decl.DocType
Insert the type's description here.
Constructor Summary | |
DocType()
DocType constructor comment. |
Method Summary | |
void |
addAttList(AttList attList)
Insert the method's description here. |
void |
addElementType(ElementType eleType)
Insert the method's description here. |
void |
addEntity(Entity ent)
Insert the method's description here. |
void |
addParamEntity(Entity ent)
Insert the method's description here. |
java.util.Hashtable |
getAllAttributes()
Insert the method's description here. |
AttList |
getAttributeList(java.lang.String elementName)
Insert the method's description here. |
java.util.Hashtable |
getElementList()
Insert the method's description here. |
java.util.Enumeration |
getElementNames()
Insert the method's description here. |
ElementType |
getElementType(java.lang.String elementName)
Insert the method's description here. |
Entity |
getEntity(java.lang.String entityName)
Insert the method's description here. |
java.util.Hashtable |
getEntityList()
Insert the method's description here. |
java.lang.String |
getEntityValue(java.lang.String entityName)
Insert the method's description here. |
java.util.Enumeration |
getNotationList()
Insert the method's description here. |
Entity |
getParamEntity(java.lang.String pEntityName)
Insert the method's description here. |
java.lang.String |
getParamEntityValue(java.lang.String pEntityName)
Insert the method's description here. |
java.util.Enumeration |
getRootElements()
//CR: FIXME: SAME AS findRoot() - merge the two, or conditionally call findRoot from here, in case the root is not known. |
java.lang.String |
toString()
Insert the method's description here. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public DocType()
Method Detail |
public void addAttList(AttList attList)
attList
- com.conradroche.matra.decl.AttListpublic void addElementType(ElementType eleType) throws DuplicateDefinitionException
eleType
- com.conradroche.matra.decl.ElementTypepublic void addEntity(Entity ent)
ent
- com.conradroche.matra.decl.Entitypublic void addParamEntity(Entity ent)
ent
- com.conradroche.matra.decl.Entitypublic java.util.Hashtable getAllAttributes()
public AttList getAttributeList(java.lang.String elementName)
public java.util.Hashtable getElementList()
public java.util.Enumeration getElementNames()
public ElementType getElementType(java.lang.String elementName)
name
- java.lang.Stringpublic Entity getEntity(java.lang.String entityName)
entityName
- java.lang.Stringpublic java.util.Hashtable getEntityList()
public java.lang.String getEntityValue(java.lang.String entityName)
entityName
- java.lang.Stringpublic java.util.Enumeration getNotationList()
public Entity getParamEntity(java.lang.String pEntityName)
pEntityName
- java.lang.Stringpublic java.lang.String getParamEntityValue(java.lang.String pEntityName)
pEntityName
- java.lang.Stringpublic java.util.Enumeration getRootElements()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |