Class ResQualStandardsManager
java.lang.Object
org.dlese.dpc.schemedit.standards.asn.AsnStandardsManager
org.dlese.dpc.schemedit.standards.asn.ResQualStandardsManager
- All Implemented Interfaces:
StandardsManager
Extends AsnStandardsManager by exposing a setXmlFormat call, which is necessary to the res_qual scheme.
- Author:
- ostwald
-
Constructor Summary
ConstructorsConstructorDescriptionResQualStandardsManager(String xmlFormat, String xpath, File source) Constructor for the ResQualStandardsManager object -
Method Summary
Methods inherited from class org.dlese.dpc.schemedit.standards.asn.AsnStandardsManager
getAvailableDocs, getDefaultDocKey, getRendererTag, getStandardsRegistry, getXmlFormat, getXpath, init, report, setAvailableDocs, setDefaultDocKey, setXpath
-
Constructor Details
-
ResQualStandardsManager
Constructor for the ResQualStandardsManager object- Parameters:
xpath- xpath of instanceDoc to which standards are assignedsource- AsnDocument fileschemaHelper- the res_qual schemaHelper- Throws:
Exception- if AsnDocument file cannot be processed
-