|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sakaiproject.tool.assessment.qti.helper.section.SectionHelperBase
public abstract class SectionHelperBase
Sections are pretty version-independent, base class does most of the work.
Copyright: Copyright (c) 2005
Organization: Sakai Project
| Constructor Summary | |
|---|---|
SectionHelperBase()
|
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SectionHelperBase()
| Method Detail |
|---|
protected abstract int getQtiVersion()
public Section readXMLDocument(InputStream inputStream)
readXMLDocument in interface SectionHelperIfcinputStream - the stream
public Section updateSectionXml(Section sectionXml,
String xpath,
String value)
updateSectionXml in interface SectionHelperIfcsectionXml - the Section XMLxpath - the Xpathvalue - the value for Xpath
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||