|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.conradroche.matra.decl.ElementType
Insert the type's description here.
Constructor Summary | |
ElementType()
Element constructor comment. |
|
ElementType(java.lang.String content)
Insert the method's description here. |
Method Summary | |
AttList |
getAttList()
Insert the method's description here. |
java.lang.String[] |
getAttributeNames()
Insert the method's description here. |
java.lang.String |
getChildOptionality(java.lang.String childName)
Insert the method's description here. |
ElementType[] |
getChildren()
Insert the method's description here. |
java.lang.String[] |
getChildrenNames()
Insert the method's description here. |
java.lang.String |
getName()
Insert the method's description here. |
java.lang.String[] |
getParentNames()
Insert the method's description here. |
boolean |
hasChildren()
Insert the method's description here. |
boolean |
isAnyContentModel()
Insert the method's description here. |
boolean |
isEmptyContentModel()
|
void |
load(java.util.Hashtable elementList,
java.util.Hashtable AttributeList)
Insert the method's description here. |
void |
setAttList(AttList attlist)
Insert the method's description here. |
void |
setAttributeNames(java.lang.String[] newAttributeNames)
Insert the method's description here. |
void |
setChildren(ElementType[] newChildren)
Insert the method's description here. |
void |
setChildrenNames(java.lang.String[] newChildrenNames)
Insert the method's description here. |
void |
setName(java.lang.String newName)
Insert the method's description here. |
void |
setParentNames(java.lang.String[] newParentNames)
Insert the method's description here. |
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 ElementType()
public ElementType(java.lang.String content) throws DTDException
content
- java.lang.StringMethod Detail |
public AttList getAttList()
attlist
- com.conradroche.matra.decl.AttListpublic java.lang.String[] getAttributeNames()
public java.lang.String getChildOptionality(java.lang.String childName)
childName
- java.lang.Stringpublic ElementType[] getChildren()
public java.lang.String[] getChildrenNames()
public java.lang.String getName()
public java.lang.String[] getParentNames()
public boolean hasChildren()
public boolean isAnyContentModel()
public boolean isEmptyContentModel()
public void load(java.util.Hashtable elementList, java.util.Hashtable AttributeList)
newChildren
- com.conradroche.matra.decl.Element[]public void setAttList(AttList attlist)
attlist
- com.conradroche.matra.decl.AttListpublic void setAttributeNames(java.lang.String[] newAttributeNames)
newAttributeNames
- java.lang.String[]public void setChildren(ElementType[] newChildren)
newChildren
- com.conradroche.matra.decl.Element[]public void setChildrenNames(java.lang.String[] newChildrenNames)
newChildrenNames
- java.lang.String[]public void setName(java.lang.String newName)
newName
- java.lang.Stringpublic void setParentNames(java.lang.String[] newParentNames)
newParentNames
- java.lang.String[]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 |