Uses of Class
nl.liacs.subdisc.XMLDocument.XMLType

Packages that use XMLDocument.XMLType
nl.liacs.subdisc   
 

Uses of XMLDocument.XMLType in nl.liacs.subdisc
 

Methods in nl.liacs.subdisc that return XMLDocument.XMLType
static XMLDocument.XMLType XMLDocument.XMLType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static XMLDocument.XMLType[] XMLDocument.XMLType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in nl.liacs.subdisc with parameters of type XMLDocument.XMLType
static org.w3c.dom.Document XMLDocument.buildDocument(XMLDocument.XMLType theXMLType)