org.sakaiproject.tool.assessment.qti.helper.section
Interface SectionHelperIfc

All Known Implementing Classes:
SectionHelper12Impl, SectionHelper20Impl, SectionHelperBase

public interface SectionHelperIfc

Interface for QTI-versioned section helper implementation.

Copyright: Copyright (c) 2005

Organization: Sakai Project

Version:
$Id: SectionHelperIfc.java 9274 2006-05-10 22:50:48Z daisyf@stanford.edu $
Author:
Ed Smiley esmiley@stanford.edu

Method Summary
 Section readXMLDocument(InputStream inputStream)
          read XML document into Section XML
 Section updateSectionXml(Section sectionXml, String xpath, String value)
          Update section XML XPath with value
 

Method Detail

readXMLDocument

Section readXMLDocument(InputStream inputStream)
read XML document into Section XML

Parameters:
inputStream - the input stream
Returns:
Section XML

updateSectionXml

Section updateSectionXml(Section sectionXml,
                         String xpath,
                         String value)
Update section XML XPath with value

Parameters:
sectionXml - XML PENDING
xpath - the XPath
value - the value
Returns:
the Section XML


Copyright © 2005-2012 Sakai Project. All Rights Reserved.