Uses of Class
org.codehaus.cargo.module.application.ApplicationXmlVersion

Packages that use ApplicationXmlVersion
org.codehaus.cargo.module.application   
 

Uses of ApplicationXmlVersion in org.codehaus.cargo.module.application
 

Fields in org.codehaus.cargo.module.application declared as ApplicationXmlVersion
static ApplicationXmlVersion ApplicationXmlVersion.V1_2
          Instance for version 1.2.
static ApplicationXmlVersion ApplicationXmlVersion.V1_3
          Instance for version 1.3.
 

Methods in org.codehaus.cargo.module.application that return ApplicationXmlVersion
 ApplicationXmlVersion ApplicationXml.getVersion()
           
static ApplicationXmlVersion ApplicationXmlVersion.valueOf(org.jdom.DocType theDocType)
          Returns the version corresponding to the given document type.
static ApplicationXmlVersion ApplicationXmlVersion.valueOf(java.lang.String thePublicId)
          Returns the version corresponding to the given public ID.
 



Copyright © 2004-2011 Codehaus. All Rights Reserved.