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$
    Author:
    Ed Smiley esmiley@stanford.edu
    • 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