DLESE Tools
v1.6.0

org.dlese.dpc.schemedit.standards.td
Class TeachersDomainStandardsManager

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

public class TeachersDomainStandardsManager
extends Object
implements StandardsManager

StandardsManager for the TeachersDomain Framework.

Author:
ostwald

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

Constructor Detail

TeachersDomainStandardsManager

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

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

getStandardsDocument

public TeachersDomainLexicon getStandardsDocument()
Gets the standardsDocument attribute of the TeachersDomainStandardsManager object

Returns:
The standardsDocument value

getXmlFormat

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

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

getXpath

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

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

getRendererTag

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

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

DLESE Tools
v1.6.0