Enhydra 3.1 API

org.apache.xalan.xpath
Class Process

java.lang.Object
  |
  +--org.apache.xalan.xpath.Process

public class Process
extends java.lang.Object

Provides command-line interface to the XPath processor


Constructor Summary
Process()
           
 
Method Summary
static void main(java.lang.String[] argv)
          Command line interface to the XPath processor.
protected static void printArgOptions(XPATHErrorResources resbundle)
          Print argument options.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Process

public Process()
Method Detail

printArgOptions

protected static void printArgOptions(XPATHErrorResources resbundle)
Print argument options.

main

public static void main(java.lang.String[] argv)
                 throws SAXException
Command line interface to the XPath processor.
    xpath
    [xml doc]
 

Enhydra 3.1 API