|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.apache.env.WhichXmlCommons
Get Version information about xml-commons code.
| Field Summary | |
static java.lang.String |
SERVICE_NAME
Our project name. |
| Constructor Summary | |
WhichXmlCommons()
|
|
| Method Summary | |
int |
getDOMInfo(java.util.Hashtable hash,
java.lang.String options)
Gets DOM version info and looks for dom.jar. |
int |
getInfo(java.util.Hashtable hash,
java.lang.String options)
Gets information on external standards code in xml-commons project; finds the xml-commons version as well as the approximate versions of JAXP, DOM and SAX. |
int |
getJAXPInfo(java.util.Hashtable hash,
java.lang.String options)
Gets JAXP version info and looks for jaxp.jar. |
int |
getSAXInfo(java.util.Hashtable hash,
java.lang.String options)
Gets SAX version info and looks for sax.jar. |
int |
getXmlCommonsInfo(java.util.Hashtable hash,
java.lang.String options)
Calls xmlcommons.Version.getVersion and looks for xml-apis.jar. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String SERVICE_NAME
| Constructor Detail |
public WhichXmlCommons()
| Method Detail |
public int getInfo(java.util.Hashtable hash,
java.lang.String options)
getInfo in interface WhichProjecthash - to put information inoptions - to apply like strict or verbose
public int getXmlCommonsInfo(java.util.Hashtable hash,
java.lang.String options)
hash - to put information inoptions - to apply like strict or verbose
public int getJAXPInfo(java.util.Hashtable hash,
java.lang.String options)
hash - to put information inoptions - to apply like strict or verbose
public int getSAXInfo(java.util.Hashtable hash,
java.lang.String options)
hash - to put information inoptions - to apply like strict or verbose
public int getDOMInfo(java.util.Hashtable hash,
java.lang.String options)
hash - to put information inoptions - to apply like strict or verbose
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||