DLESE Tools
v1.6.0

org.dlese.dpc.schemedit.test
Class BadCharTester

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

public class BadCharTester
extends Object

Class for testing dom manipulation with help from SchemaHelper

Author:
ostwald

$Id $


Method Summary
 Map getBadCharMap1(String recordPath)
           
 Map getBadCharMap2(String recordPath)
           
 void getBadChars1(Element e)
           
 void getBadChars2(Element e, String xpath)
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception

getBadCharMap1

public Map getBadCharMap1(String recordPath)
                   throws Exception
Throws:
Exception

getBadChars1

public void getBadChars1(Element e)

getBadCharMap2

public Map getBadCharMap2(String recordPath)
                   throws Exception
Throws:
Exception

getBadChars2

public void getBadChars2(Element e,
                         String xpath)

DLESE Tools
v1.6.0