|
DLESE Tools v1.6.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.dlese.dpc.schemedit.standards.asn.AsnStandardsManager
public class AsnStandardsManager
Provides acess to a single ASN Standards Document (and individual standards contained within) via the AsnDocument and AsnNode classes. Provides lists of AsnStandardsNodes for use in UI JSP.
| Constructor Summary | |
|---|---|
AsnStandardsManager(String xmlFormat,
String xpath,
File source)
Constructor for the AsnStandardsManager object |
|
| Method Summary | |
|---|---|
List |
getAvailableDocs()
Gets the availableDocs (avaliable ASN Standards Documents) attribute of the AsnStandardsManager object |
String |
getDefaultDocKey()
Gets the defaultDocKey attribute of the AsnStandardsManager object |
String |
getRendererTag()
Gets the rendererTag attribute of the AsnStandardsManager object |
StandardsRegistry |
getStandardsRegistry()
Gets the standardsRegistry attribute of the AsnStandardsManager object |
String |
getXmlFormat()
Gets the xpath attribute of the AsnStandardsManager object |
String |
getXpath()
Gets the xpath attribute of the AsnStandardsManager object |
void |
init(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(List docs)
Sets the availableDocs attribute of the AsnStandardsManager object |
void |
setDefaultDocKey(String docKey)
Sets the defaultDocKey attribute of the AsnStandardsManager object |
protected void |
setXpath(String xpath)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AsnStandardsManager(String xmlFormat,
String xpath,
File source)
throws Exception
xmlFormat - format of framework for this standardsManagerxpath - field for which standards are managedsource - AsnDocument file
Exception - if AsnDocument file cannot be processed| Method Detail |
|---|
public void init(File source)
throws Exception
source - AsnDocument file
Exception - if the source file cannot be processedpublic StandardsRegistry getStandardsRegistry()
public String getDefaultDocKey()
public void setDefaultDocKey(String docKey)
docKey - The new defaultDocKey valuepublic List getAvailableDocs()
public void setAvailableDocs(List docs)
docs - The new availableDocs valuepublic String getXmlFormat()
getXmlFormat in interface StandardsManagerpublic String getXpath()
getXpath in interface StandardsManagerprotected void setXpath(String xpath)
public String getRendererTag()
getRendererTag in interface StandardsManagerpublic void report()
|
DLESE Tools v1.6.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||