Uses of Class
com.conradroche.matra.decl.ElementType

Packages that use ElementType
com.conradroche.matra.decl   
 

Uses of ElementType in com.conradroche.matra.decl
 

Methods in com.conradroche.matra.decl that return ElementType
 ElementType DocType.getElementType(java.lang.String elementName)
          Insert the method's description here.
 ElementType[] ElementType.getChildren()
          Insert the method's description here.
 

Methods in com.conradroche.matra.decl with parameters of type ElementType
 void DocType.addElementType(ElementType eleType)
          Insert the method's description here.
 void ElementType.setChildren(ElementType[] newChildren)
          Insert the method's description here.