Class xmlxptr

java.lang.Object
   |
   +----xmlxptr

public final class xmlxptr
extends Object
Test program for the xptr package. The program accepts an XML file on the command line, followed by Xpointer queries. It prints the elements that satisfy the queries. Example: ROOT,DESCENDANT(ALL,*CDATA) will print all text in the XML file.

Version:
$Id: xmlxptr.html,v 1.6 1997/06/09 22:27:20 bbos Exp $
Author:
Bert Bos

Constructor Index

 o xmlxptr()

Method Index

 o main(String[])

Constructors

 o xmlxptr
 public xmlxptr()

Methods

 o main
 public static void main(String argv[]) throws IOException, UnknownEncoding, FileNotFoundException