public class AsnStandardsManager extends java.lang.Object implements StandardsManager
| Constructor and Description |
|---|
AsnStandardsManager(java.lang.String xmlFormat,
java.lang.String xpath,
java.io.File source)
Constructor for the AsnStandardsManager object
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getAvailableDocs()
Gets the availableDocs (avaliable ASN Standards Documents) attribute of the AsnStandardsManager object
|
java.lang.String |
getDefaultDocKey()
Gets the defaultDocKey attribute of the AsnStandardsManager object
|
java.lang.String |
getRendererTag()
Gets the rendererTag attribute of the AsnStandardsManager object
|
StandardsRegistry |
getStandardsRegistry()
Gets the standardsRegistry attribute of the AsnStandardsManager object
|
java.lang.String |
getXmlFormat()
Gets the xpath attribute of the AsnStandardsManager object
|
java.lang.String |
getXpath()
Gets the xpath attribute of the AsnStandardsManager object
|
void |
init(java.io.File source)
Initialize the AsnStandardsManager by populating the standardsMap and tree from the provided AsnDocument file.
|
void |
report()
prints debugging information about this AsnStandardsManager
|
void |
setAvailableDocs(java.util.List docs)
Sets the availableDocs attribute of the AsnStandardsManager object
|
void |
setDefaultDocKey(java.lang.String docKey)
Sets the defaultDocKey attribute of the AsnStandardsManager object
|
protected void |
setXpath(java.lang.String xpath) |
public AsnStandardsManager(java.lang.String xmlFormat,
java.lang.String xpath,
java.io.File source)
throws java.lang.Exception
xmlFormat - format of framework for this standardsManagerxpath - field for which standards are managedsource - AsnDocument filejava.lang.Exception - if AsnDocument file cannot be processedpublic void init(java.io.File source)
throws java.lang.Exception
source - AsnDocument filejava.lang.Exception - if the source file cannot be processedpublic StandardsRegistry getStandardsRegistry()
public java.lang.String getDefaultDocKey()
public void setDefaultDocKey(java.lang.String docKey)
docKey - The new defaultDocKey valuepublic java.util.List getAvailableDocs()
public void setAvailableDocs(java.util.List docs)
docs - The new availableDocs valuepublic java.lang.String getXmlFormat()
getXmlFormat in interface StandardsManagerpublic java.lang.String getXpath()
getXpath in interface StandardsManagerprotected void setXpath(java.lang.String xpath)
public java.lang.String getRendererTag()
getRendererTag in interface StandardsManagerpublic void report()