|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.xml.sax.helpers.DefaultHandler
de.uni_paderborn.fujaba.app.Version.VersionParser
Class to parse the Version.xml document.
Field Summary | |
static java.lang.String |
BUILD
No comment provided by developer, please add a comment to improve documentation. |
private static int |
BUILD_STATE
No comment provided by developer, please add a comment to improve documentation. |
static java.lang.String |
MAJOR
No comment provided by developer, please add a comment to improve documentation. |
private static int |
MAJOR_STATE
No comment provided by developer, please add a comment to improve documentation. |
static java.lang.String |
MINOR
No comment provided by developer, please add a comment to improve documentation. |
private static int |
MINOR_STATE
No comment provided by developer, please add a comment to improve documentation. |
static java.lang.String |
RELEASE
No comment provided by developer, please add a comment to improve documentation. |
private static int |
RELEASE_STATE
No comment provided by developer, please add a comment to improve documentation. |
static java.lang.String |
REVISION
No comment provided by developer, please add a comment to improve documentation. |
private static int |
REVISION_STATE
No comment provided by developer, please add a comment to improve documentation. |
private int |
state
No comment provided by developer, please add a comment to improve documentation. |
static java.lang.String |
VERSION
No comment provided by developer, please add a comment to improve documentation. |
private static java.lang.String |
VERSION_DTD_RESOURCE
|
private static java.lang.String |
VERSION_PUBLIC_ID
Name used in Plugin definitions (XML-files) to identify the DTD. |
private static int |
VERSION_STATE
No comment provided by developer, please add a comment to improve documentation. |
private static java.lang.String |
VERSION_SYSTEM_ID
URL used in Plugin definitions (XML-files) to identify the DTD. |
private static java.lang.String |
VERSION_SYSTEM_ID2
Alternative URL used in Plugin definitions (XML-files) to identify the DTD. |
private java.net.URL |
versionDTD
|
Constructor Summary | |
Version.VersionParser(java.lang.String xmlFile)
Constructor for class VersionParser |
Method Summary | |
void |
characters(char[] ch,
int start,
int length)
No comment provided by developer, please add a comment to improve documentation. |
void |
endElement(java.lang.String uri,
java.lang.String name,
java.lang.String qName)
No comment provided by developer, please add a comment to improve documentation. |
void |
parse(java.lang.String xmlFile)
No comment provided by developer, please add a comment to improve documentation. |
org.xml.sax.InputSource |
resolveEntity(java.lang.String publicId,
java.lang.String systemId)
Method implements interface EntityResolver. |
void |
startElement(java.lang.String uri,
java.lang.String name,
java.lang.String qName,
org.xml.sax.Attributes atts)
No comment provided by developer, please add a comment to improve documentation. |
Methods inherited from class org.xml.sax.helpers.DefaultHandler |
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final java.lang.String VERSION_SYSTEM_ID
private static final java.lang.String VERSION_SYSTEM_ID2
private static final java.lang.String VERSION_PUBLIC_ID
private static final java.lang.String VERSION_DTD_RESOURCE
public static final java.lang.String VERSION
public static final java.lang.String MAJOR
public static final java.lang.String MINOR
public static final java.lang.String REVISION
public static final java.lang.String BUILD
public static final java.lang.String RELEASE
private static final int VERSION_STATE
private static final int MAJOR_STATE
private static final int MINOR_STATE
private static final int REVISION_STATE
private static final int BUILD_STATE
private static final int RELEASE_STATE
private java.net.URL versionDTD
private int state
Constructor Detail |
public Version.VersionParser(java.lang.String xmlFile)
xmlFile
- No description providedMethod Detail |
public void parse(java.lang.String xmlFile)
xmlFile
- No description providedpublic org.xml.sax.InputSource resolveEntity(java.lang.String publicId, java.lang.String systemId) throws org.xml.sax.SAXException
publicId
- No description providedsystemId
- No description provided
org.xml.sax.SAXException
- Exception description not providedpublic void startElement(java.lang.String uri, java.lang.String name, java.lang.String qName, org.xml.sax.Attributes atts)
uri
- No description providedname
- No description providedqName
- No description providedatts
- No description providedpublic void characters(char[] ch, int start, int length)
ch
- No description providedstart
- No description providedlength
- No description providedpublic void endElement(java.lang.String uri, java.lang.String name, java.lang.String qName)
uri
- No description providedname
- No description providedqName
- No description provided
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |