org.dlese.dpc.schemedit.standards.asn
Class ResQualStandardsManager
java.lang.Object
org.dlese.dpc.schemedit.standards.asn.AsnStandardsManager
org.dlese.dpc.schemedit.standards.asn.ResQualStandardsManager
- All Implemented Interfaces:
- StandardsManager
public class ResQualStandardsManager
- extends AsnStandardsManager
Extends AsnStandardsManager by exposing a setXmlFormat call, which is necessary to the res_qual scheme.
- Author:
- ostwald
Methods inherited from class org.dlese.dpc.schemedit.standards.asn.AsnStandardsManager |
getAvailableDocs, getDefaultDocKey, getRendererTag, getStandardsRegistry, getXmlFormat, getXpath, init, report, setAvailableDocs, setDefaultDocKey, setXpath |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResQualStandardsManager
public ResQualStandardsManager(String xmlFormat,
String xpath,
File source)
throws Exception
- Constructor for the ResQualStandardsManager object
- Parameters:
schemaHelper
- the res_qual schemaHelperxpath
- xpath of instanceDoc to which standards are assignedsource
- AsnDocument file
- Throws:
Exception
- if AsnDocument file cannot be processed