Matra DTD Parser 0.8b

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(String elementName)
          Returns the Element Type declaration for the specified element name.
 ElementType[] ElementType.getChildren()
          Returns the child element types for this Element Type.
 

Methods in com.conradroche.matra.decl with parameters of type ElementType
 void DocType.addElementType(ElementType eleType)
          Adds an element type declaration.
 void ElementType.setChildren(ElementType[] newChildren)
          Sets the child elements for this element type.
 


Matra DTD Parser 0.8b