com.conradroche.matra.decl
Class ElementType

java.lang.Object
  |
  +--com.conradroche.matra.decl.ElementType

public class ElementType
extends java.lang.Object

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

ElementType

public ElementType()
Element constructor comment.

ElementType

public ElementType(java.lang.String content)
            throws DTDException
Insert the method's description here.
Parameters:
content - java.lang.String
Method Detail

getAttList

public AttList getAttList()
Insert the method's description here.
Parameters:
attlist - com.conradroche.matra.decl.AttList

getAttributeNames

public java.lang.String[] getAttributeNames()
Insert the method's description here.
Returns:
java.lang.String[]

getChildOptionality

public java.lang.String getChildOptionality(java.lang.String childName)
Insert the method's description here.
Parameters:
childName - java.lang.String
Returns:
char

getChildren

public ElementType[] getChildren()
Insert the method's description here.
Returns:
com.conradroche.matra.decl.Element[]

getChildrenNames

public java.lang.String[] getChildrenNames()
Insert the method's description here.
Returns:
java.lang.String[]

getName

public java.lang.String getName()
Insert the method's description here.
Returns:
java.lang.String

getParentNames

public java.lang.String[] getParentNames()
Insert the method's description here.
Returns:
java.lang.String[]

hasChildren

public boolean hasChildren()
Insert the method's description here.
Returns:
boolean

isAnyContentModel

public boolean isAnyContentModel()
Insert the method's description here.
Returns:
boolean

isEmptyContentModel

public boolean isEmptyContentModel()

load

public void load(java.util.Hashtable elementList,
                 java.util.Hashtable AttributeList)
Insert the method's description here.
Parameters:
newChildren - com.conradroche.matra.decl.Element[]

setAttList

public void setAttList(AttList attlist)
Insert the method's description here.
Parameters:
attlist - com.conradroche.matra.decl.AttList

setAttributeNames

public void setAttributeNames(java.lang.String[] newAttributeNames)
Insert the method's description here.
Parameters:
newAttributeNames - java.lang.String[]

setChildren

public void setChildren(ElementType[] newChildren)
Insert the method's description here.
Parameters:
newChildren - com.conradroche.matra.decl.Element[]

setChildrenNames

public void setChildrenNames(java.lang.String[] newChildrenNames)
Insert the method's description here.
Parameters:
newChildrenNames - java.lang.String[]

setName

public void setName(java.lang.String newName)
Insert the method's description here.
Parameters:
newName - java.lang.String

setParentNames

public void setParentNames(java.lang.String[] newParentNames)
Insert the method's description here.
Parameters:
newParentNames - java.lang.String[]

toString

public java.lang.String toString()
Insert the method's description here.
Overrides:
toString in class java.lang.Object
Returns:
java.lang.String