Package org.dlese.dpc.schemedit
Class BadCharChecker
java.lang.Object
org.dlese.dpc.schemedit.BadCharChecker
Checks XML documents for presence of bad characters and builds a list of BadCharEntries containing
the element xpath and value containing the bad char.
- Author:
- ostwald
$Id $
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCheck localized xmlRecord in string form for bad characterscheck(String recordPath, MetaDataFramework framework) check(org.dom4j.Document doc) First checks for the presense of a "badChar" in the document as a string, and if one is found creates a list of BadCharEntrygetBadCharEntry(String xpath, String value)
-
Constructor Details
-
BadCharChecker
public BadCharChecker()
-
-
Method Details