|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsbr.resources.io.ItemParse
public class ItemParse
Object to take a string representation of an item from a file and parse it into the string array code needed to generate the web page code.
SBRParse
,
NewQuestion
Constructor Summary | |
---|---|
ItemParse()
|
Method Summary | |
---|---|
java.lang.String[][][] |
getItem(java.lang.String item)
Takes a text string and converts it to the string array that holds the code for creating a survey item. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ItemParse()
Method Detail |
---|
public java.lang.String[][][] getItem(java.lang.String item)
item
- The string with the code for the item.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |