public abstract class SectionHelperBase extends Object implements SectionHelperIfc
Copyright: Copyright (c) 2005
Organization: Sakai Project
| Constructor and Description |
|---|
SectionHelperBase() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract int |
getQtiVersion() |
Section |
readXMLDocument(InputStream inputStream)
Read a Section XML object from a stream
|
Section |
updateSectionXml(Section sectionXml,
String xpath,
String value)
Update the Section XML for Xpath
|
protected abstract int getQtiVersion()
public Section readXMLDocument(InputStream inputStream)
readXMLDocument in interface SectionHelperIfcinputStream - the streampublic Section updateSectionXml(Section sectionXml, String xpath, String value)
updateSectionXml in interface SectionHelperIfcsectionXml - the Section XMLxpath - the Xpathvalue - the value for XpathCopyright © 2005–2017 Sakai Project. All rights reserved.