|
Hilbert II - Version 0.01.09 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.qedeq.kernel.xml.tracker.XPathLocationFinder
Find position of simple XPath expressions within an XML file.
| Field Summary | |
static String |
TRACE_FILE_PATH
Location of trace file. |
| Method Summary | |
static SimpleXPath |
getXPathLocation(String xmlFile,
String xpath)
Search simple XPath within an XML file. |
static void |
main(String[] args)
Main method. |
static void |
printProgramInformation()
Writes calling convention to System.err. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final String TRACE_FILE_PATH
| Method Detail |
public static final void main(String[] args)
throws ParserConfigurationException,
SAXException,
IOException
args - Various parameters. See implementation of
printProgramInformation().
ParserConfigurationException
SAXException
IOException
public static final SimpleXPath getXPathLocation(String xmlFile,
String xpath)
throws ParserConfigurationException,
SAXException,
IOException
xmlFile - Search this file.xpath - Search for this simple XPath.
ParserConfigurationException
SAXException
IOExceptionpublic static final void printProgramInformation()
System.err.
|
Hilbert II - Version 0.01.09 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| ©left GNU General Public Licence All Rights Reserved. |