DLESE Tools
v1.6.0

org.dlese.dpc.standards.commcore
Class RootStandard

java.lang.Object
  extended by org.dlese.dpc.standards.commcore.StdElement
      extended by org.dlese.dpc.standards.commcore.Standard
          extended by org.dlese.dpc.standards.commcore.RootStandard

public class RootStandard
extends Standard

Root standard of the Sandards Document representing the top-most standard in the hierarchy for the Document. Almost identical to the Standard, but gets its text content from a different element.

Author:
Jonathan Ostwald

Field Summary
 
Fields inherited from class org.dlese.dpc.standards.commcore.Standard
ancestors, children, stdDoc
 
Fields inherited from class org.dlese.dpc.standards.commcore.StdElement
element
 
Constructor Summary
RootStandard(Element e, StdDocument stdDoc)
          Constructor for the RootStandard object
 
Method Summary
 List getAncestors()
          Gets the ancestors (an empty list) of the AsnNode object
 String getDisplayText()
          The textual content of this RootStandard
 int getLevel()
          Gets the level attribute of the RootStandard object
 
Methods inherited from class org.dlese.dpc.standards.commcore.Standard
addChild, getAuthor, getChildren, getDocumentIdentifier, getParentStandard, getStd, getTopic, isLeaf, removeEntityRefs, toString
 
Methods inherited from class org.dlese.dpc.standards.commcore.StdElement
getDescription, getEndGradeLevel, getGradeRange, getId, getItemText, getParentId, getStartGradeLevel, getSubElementText, getSubElementText, getSubElementText, getSubElementText, setItemText
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RootStandard

public RootStandard(Element e,
                    StdDocument stdDoc)
Constructor for the RootStandard object

Parameters:
e - NOT YET DOCUMENTED
stdDoc - Description of the Parameter
Method Detail

getLevel

public int getLevel()
Gets the level attribute of the RootStandard object

Overrides:
getLevel in class Standard
Returns:
The level value

getDisplayText

public String getDisplayText()
The textual content of this RootStandard

Overrides:
getDisplayText in class Standard
Returns:
The displayText value

getAncestors

public List getAncestors()
Gets the ancestors (an empty list) of the AsnNode object

Overrides:
getAncestors in class Standard
Returns:
The ancestors value

DLESE Tools
v1.6.0