DLESE Tools
v1.6.0

org.dlese.dpc.standards.asn
Class RootAsnStandard

java.lang.Object
  extended by org.dlese.dpc.standards.asn.AsnStd
      extended by org.dlese.dpc.standards.asn.AsnStandard
          extended by org.dlese.dpc.standards.asn.RootAsnStandard

public class RootAsnStandard
extends AsnStandard

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

Author:
Jonathan Ostwald

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

Constructor Detail

RootAsnStandard

public RootAsnStandard(Element e,
                       AsnDocument asnDoc)
Constructor for the RootAsnStandard object

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

getLevel

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

Overrides:
getLevel in class AsnStandard
Returns:
The level value

getDisplayText

public String getDisplayText()
The textual content of this RootAsnStandard

Overrides:
getDisplayText in class AsnStandard
Returns:
The displayText value

getAncestors

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

Overrides:
getAncestors in class AsnStandard
Returns:
The ancestors value

DLESE Tools
v1.6.0