DLESE Tools
v1.6.0

org.dlese.dpc.schemedit
Class BadCharChecker.BadCharEntry

java.lang.Object
  extended by org.dlese.dpc.schemedit.BadCharChecker.BadCharEntry
All Implemented Interfaces:
Serializable
Enclosing class:
BadCharChecker

public class BadCharChecker.BadCharEntry
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
 String value
           
 String xpath
           
 
Constructor Summary
BadCharChecker.BadCharEntry(String xpath, String value)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

xpath

public String xpath

value

public String value
Constructor Detail

BadCharChecker.BadCharEntry

public BadCharChecker.BadCharEntry(String xpath,
                                   String value)

DLESE Tools
v1.6.0