Package org.dlese.dpc.schemedit.input
Class EnsureMinimalDocument
java.lang.Object
org.dlese.dpc.schemedit.input.EnsureMinimalDocument
Preprocesses instance documents to ensure required paths are present so even
if the metadata framework changes, the older documents can still be edited.
- Author:
- ostwald
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidprocess(org.dom4j.Document doc, SchemaHelper schemaHelper) Static method to process given Document with help of given schemaHelper
-
Method Details
-
process
Static method to process given Document with help of given schemaHelper- Parameters:
doc- instanceDocumentschemaHelper- the schemaHelper for doc's framework
-