|
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()
|
String |
getDefaultDocKey()
|
String |
getRendererTag()
Gets the rendererTag attribute of the AsnStandardsManager object |
StandardsRegistry |
getStandardsRegistry()
|
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 |
void |
report()
|
void |
setAvailableDocs(List docs)
|
void |
setDefaultDocKey(String docKey)
|
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
schemaHelper - NOT YET DOCUMENTEDxpath - xpath of instanceDoc to which standards are assignedsource - AsnDocument file
Exception - if AsnDocument file cannot be processed| Method Detail |
|---|
public void init(File source)
throws Exception
Exception - NOT YET DOCUMENTEDpublic StandardsRegistry getStandardsRegistry()
public String getDefaultDocKey()
public void setDefaultDocKey(String docKey)
public List getAvailableDocs()
public void setAvailableDocs(List docs)
public 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 | ||||||||