Class CommCoreStandardsManager
java.lang.Object
org.dlese.dpc.schemedit.standards.commcore.CommCoreStandardsManager
- All Implemented Interfaces:
StandardsManager
StandardsManager for the CommCore Framework.
- Author:
- ostwald
-
Constructor Summary
ConstructorsConstructorDescriptionCommCoreStandardsManager(String xmlFormat, String xpath, File source) Constructor for the CommCoreStandardsManager object -
Method Summary
Modifier and TypeMethodDescriptionGets the rendererTag attribute of the CommCoreStandardsManager objectGets the standardsDocument attribute of the CommCoreStandardsManager objectGets the xmlFormat attribute of the CommCoreStandardsManager objectgetXpath()Gets the xpath attribute of the CommCoreStandardsManager object
-
Constructor Details
-
CommCoreStandardsManager
Constructor for the CommCoreStandardsManager object- Parameters:
source- NOT YET DOCUMENTED- Throws:
Exception- NOT YET DOCUMENTED
-
-
Method Details
-
getStandardsDocument
Gets the standardsDocument attribute of the CommCoreStandardsManager object- Returns:
- The standardsDocument value
-
getXmlFormat
Gets the xmlFormat attribute of the CommCoreStandardsManager object- Specified by:
getXmlFormatin interfaceStandardsManager- Returns:
- The xmlFormat value
-
getXpath
Gets the xpath attribute of the CommCoreStandardsManager object- Specified by:
getXpathin interfaceStandardsManager- Returns:
- The xpath value
-
getRendererTag
Gets the rendererTag attribute of the CommCoreStandardsManager object- Specified by:
getRendererTagin interfaceStandardsManager- Returns:
- The rendererTag value
-