org.qedeq.kernel.xml.tracker
Class XPathLocationFinder

java.lang.Object
  extended by org.qedeq.kernel.xml.tracker.XPathLocationFinder

public final class XPathLocationFinder
extends java.lang.Object

Find position of simple XPath expressions within an XML file.

Author:
Michael Meyling

Method Summary
static void main(java.lang.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
 

Method Detail

main

public static final void main(java.lang.String[] args)
                       throws javax.xml.parsers.ParserConfigurationException,
                              org.xml.sax.SAXException,
                              java.io.IOException
Main method.

Parameters:
args - Various parameters. See implementation of printProgramInformation().
Throws:
javax.xml.parsers.ParserConfigurationException - Severe parser configuration problem.
org.xml.sax.SAXException - XML problem.
java.io.IOException - IO problem.

printProgramInformation

public static final void printProgramInformation()
Writes calling convention to System.err.



Copyright © 2014. All Rights Reserved.