DLESE Tools
v1.6.0

org.dlese.dpc.schemedit.test
Class SchemaPathSorter

java.lang.Object
  extended by org.dlese.dpc.schemedit.test.SchemaPathSorter

public class SchemaPathSorter
extends Object

Utilities for manipulating XPaths, represented as String

Version:
$Id: SchemaPathSorter.java,v 1.3 2009/03/20 23:33:58 jweather Exp $
Author:
ostwald

Nested Class Summary
 class SchemaPathSorter.DocOrderComparator
           
 
Constructor Summary
SchemaPathSorter(String xmlFormat)
           
 
Method Summary
static void main(String[] args)
          Read in a framework (we need the schemaNode map)
static void prtList(List list)
          NOT YET DOCUMENTED
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchemaPathSorter

public SchemaPathSorter(String xmlFormat)
                 throws Exception
Throws:
Exception
Method Detail

prtList

public static void prtList(List list)
NOT YET DOCUMENTED

Parameters:
name - NOT YET DOCUMENTED
array - NOT YET DOCUMENTED

main

public static void main(String[] args)
                 throws Exception
Read in a framework (we need the schemaNode map)

Parameters:
args - The command line arguments
Throws:
Exception - NOT YET DOCUMENTED

DLESE Tools
v1.6.0