Interface SectionHelperIfc
-
- All Known Implementing Classes:
SectionHelper12Impl,SectionHelper20Impl,SectionHelperBase
public interface SectionHelperIfcInterface for QTI-versioned section helper implementation.Copyright: Copyright (c) 2005
Organization: Sakai Project
- Version:
- $Id$
- Author:
- Ed Smiley esmiley@stanford.edu
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SectionreadXMLDocument(InputStream inputStream)read XML document into Section XMLSectionupdateSectionXml(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
-
-