DLESE Tools
v1.6.0

org.dlese.dpc.schemedit.standards.asn
Class ResQualStandardsManager

java.lang.Object
  extended by org.dlese.dpc.schemedit.standards.asn.AsnStandardsManager
      extended by 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

Constructor Summary
ResQualStandardsManager(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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResQualStandardsManager

public ResQualStandardsManager(String xmlFormat,
                               String xpath,
                               File source)
                        throws Exception
Constructor for the ResQualStandardsManager object

Parameters:
schemaHelper - the res_qual schemaHelper
xpath - xpath of instanceDoc to which standards are assigned
source - AsnDocument file
Throws:
Exception - if AsnDocument file cannot be processed

DLESE Tools
v1.6.0