DLESE Tools
v1.6.0

org.dlese.dpc.schemedit.standards.commcore
Class CommCoreStandardsManager

java.lang.Object
  extended by org.dlese.dpc.schemedit.standards.commcore.CommCoreStandardsManager
All Implemented Interfaces:
StandardsManager

public class CommCoreStandardsManager
extends Object
implements StandardsManager

StandardsManager for the CommCore Framework.

Author:
ostwald

Constructor Summary
CommCoreStandardsManager(String xmlFormat, String xpath, File source)
          Constructor for the CommCoreStandardsManager object
 
Method Summary
 String getRendererTag()
          Gets the rendererTag attribute of the CommCoreStandardsManager object
 CommCoreStandardsDocument getStandardsDocument()
          Gets the standardsDocument attribute of the CommCoreStandardsManager object
 String getXmlFormat()
          Gets the xmlFormat attribute of the CommCoreStandardsManager object
 String getXpath()
          Gets the xpath attribute of the CommCoreStandardsManager object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommCoreStandardsManager

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

Parameters:
source - NOT YET DOCUMENTED
Throws:
Exception - NOT YET DOCUMENTED
Method Detail

getStandardsDocument

public CommCoreStandardsDocument getStandardsDocument()
Gets the standardsDocument attribute of the CommCoreStandardsManager object

Returns:
The standardsDocument value

getXmlFormat

public String getXmlFormat()
Gets the xmlFormat attribute of the CommCoreStandardsManager object

Specified by:
getXmlFormat in interface StandardsManager
Returns:
The xmlFormat value

getXpath

public String getXpath()
Gets the xpath attribute of the CommCoreStandardsManager object

Specified by:
getXpath in interface StandardsManager
Returns:
The xpath value

getRendererTag

public String getRendererTag()
Gets the rendererTag attribute of the CommCoreStandardsManager object

Specified by:
getRendererTag in interface StandardsManager
Returns:
The rendererTag value

DLESE Tools
v1.6.0