DLESE Tools
v1.6.0

org.dlese.dpc.schemedit.sif
Class AssessmentReader

java.lang.Object
  extended by org.dlese.dpc.standards.asn.NameSpaceXMLDocReader
      extended by org.dlese.dpc.schemedit.sif.SIFDocReader
          extended by org.dlese.dpc.schemedit.sif.AssessmentReader

public class AssessmentReader
extends SIFDocReader


Constructor Summary
AssessmentReader(String xml)
           
 
Method Summary
 String getDescriptiveText()
           
 String getFormatName()
           
 String getHeaderText()
           
 String getName()
           
 String getXmlFormat()
           
static void main(String[] args)
           
 
Methods inherited from class org.dlese.dpc.schemedit.sif.SIFDocReader
getReader, getRefId
 
Methods inherited from class org.dlese.dpc.standards.asn.NameSpaceXMLDocReader
destroy, getChildElementAttribute, getChildElementText, getDocument, getNamespace, getNode, getNode, getNodes, getNodes, getNodeText, getQName, getRootElement, getValueAtPath, getXPath, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssessmentReader

public AssessmentReader(String xml)
                 throws Exception
Throws:
Exception
Method Detail

getHeaderText

public String getHeaderText()
Specified by:
getHeaderText in class SIFDocReader

getDescriptiveText

public String getDescriptiveText()
Specified by:
getDescriptiveText in class SIFDocReader

getXmlFormat

public String getXmlFormat()
Specified by:
getXmlFormat in class SIFDocReader

getFormatName

public String getFormatName()
Specified by:
getFormatName in class SIFDocReader

getName

public String getName()

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception

DLESE Tools
v1.6.0