|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.qtitools.qti.group.NodeGroupList
public class NodeGroupList
Container for all node groups of one node.
| Constructor Summary | |
|---|---|
NodeGroupList(XmlNode parent)
Constructs container. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NodeGroupList(XmlNode parent)
parent - parent of constructed container| Method Detail |
|---|
public XmlNode getParent()
public int size()
public java.util.Iterator<NodeGroup> iterator()
iterator in interface java.lang.Iterable<NodeGroup>public void add(NodeGroup group)
group - given group
QTIEvaluationException - if container already contains group with same name
public void add(int index,
NodeGroup group)
index - positiongroup - given group
QTIEvaluationException - if container already contains group with same namepublic void load(org.w3c.dom.Node node)
node - source nodepublic void clear()
public NodeGroup get(int index)
index - index of requested group
public NodeGroup get(java.lang.String name)
name - name of requested group
QTINodeGroupException - if group is not found
public java.lang.String toXmlString(int depth,
boolean printDefaultAttributes)
depth - left indentprintDefaultAttributes - if true, prints all attributes; if false, prints only attributes with not default values
public ValidationResult validate()
Validatable
validate in interface Validatable
public ExpressionGroup getExpressionGroup()
throws QTINodeGroupException
QTINodeGroupException - if group is not found
public CorrectResponseGroup getCorrectResponseGroup()
throws QTINodeGroupException
QTINodeGroupException - if group is not found
public ResponseDeclarationGroup getResponseDeclarationGroup()
throws QTINodeGroupException
QTINodeGroupException - if group is not found
public TemplateDeclarationGroup getTemplateDeclarationGroup()
throws QTINodeGroupException
QTINodeGroupException - if group is not found
public DefaultValueGroup getDefaultValueGroup()
throws QTINodeGroupException
QTINodeGroupException - if group is not found
public InterpolationTableEntryGroup getInterpolationTableEntryGroup()
throws QTINodeGroupException
QTINodeGroupException - if group is not found
public LookupTableGroup getLookupTableGroup()
throws QTINodeGroupException
QTINodeGroupException - if group is not found
public MatchTableEntryGroup getMatchTableEntryGroup()
throws QTINodeGroupException
QTINodeGroupException - if group is not found
public OutcomeDeclarationGroup getOutcomeDeclarationGroup()
throws QTINodeGroupException
QTINodeGroupException - if group is not found
public OutcomeElseGroup getOutcomeElseGroup()
throws QTINodeGroupException
QTINodeGroupException - if group is not found
public OutcomeElseIfGroup getOutcomeElseIfGroup()
throws QTINodeGroupException
QTINodeGroupException - if group is not found
public OutcomeIfGroup getOutcomeIfGroup()
throws QTINodeGroupException
QTINodeGroupException - if group is not found
public OutcomeProcessingGroup getOutcomeProcessingGroup()
throws QTINodeGroupException
QTINodeGroupException - if group is not found
public OutcomeRuleGroup getOutcomeRuleGroup()
throws QTINodeGroupException
QTINodeGroupException - if group is not found
public CandidateCommentGroup getCandidateCommentGroup()
throws QTINodeGroupException
QTINodeGroupException - if group is not found
public ContextGroup getContextGroup()
throws QTINodeGroupException
QTINodeGroupException - if group is not found
public IdentificationGroup getIdentificationGroup()
throws QTINodeGroupException
QTINodeGroupException - if group is not found
public ItemResultGroup getItemResultGroup()
throws QTINodeGroupException
QTINodeGroupException - if group is not found
public ItemVariableGroup getItemVariableGroup()
throws QTINodeGroupException
QTINodeGroupException - if group is not found
public SessionIdentifierGroup getSessionIdentifierGroup()
throws QTINodeGroupException
QTINodeGroupException - if group is not found
public TestResultGroup getTestResultGroup()
throws QTINodeGroupException
QTINodeGroupException - if group is not found
public FieldValueGroup getFieldValueGroup()
throws QTINodeGroupException
QTINodeGroupException - if group is not found
public AssessmentSectionGroup getAssessmentSectionGroup()
throws QTINodeGroupException
QTINodeGroupException - if group is not found
public BranchRuleGroup getBranchRuleGroup()
throws QTINodeGroupException
QTINodeGroupException - if group is not found
public ItemSessionControlGroup getItemSessionControlGroup()
throws QTINodeGroupException
QTINodeGroupException - if group is not found
public OrderingGroup getOrderingGroup()
throws QTINodeGroupException
QTINodeGroupException - if group is not found
public PreConditionGroup getPreConditionGroup()
throws QTINodeGroupException
QTINodeGroupException - if group is not found
public RubricBlockGroup getRubricBlockGroup()
throws QTINodeGroupException
QTINodeGroupException - if group is not found
public SectionPartGroup getSectionPartGroup()
throws QTINodeGroupException
QTINodeGroupException - if group is not found
public SelectionGroup getSelectionGroup()
throws QTINodeGroupException
QTINodeGroupException - if group is not found
public TemplateDefaultGroup getTemplateDefaultGroup()
throws QTINodeGroupException
QTINodeGroupException - if group is not found
public TestFeedbackGroup getTestFeedbackGroup()
throws QTINodeGroupException
QTINodeGroupException - if group is not found
public TestPartGroup getTestPartGroup()
throws QTINodeGroupException
QTINodeGroupException - if group is not found
public TimeLimitGroup getTimeLimitGroup()
throws QTINodeGroupException
QTINodeGroupException - if group is not found
public VariableMappingGroup getVariableMappingGroup()
throws QTINodeGroupException
QTINodeGroupException - if group is not found
public WeightGroup getWeightGroup()
throws QTINodeGroupException
QTINodeGroupException - if group is not found
public TemplateElseGroup getTemplateElseGroup()
throws QTINodeGroupException
QTINodeGroupException - if group is not found
public TemplateElseIfGroup getTemplateElseIfGroup()
throws QTINodeGroupException
QTINodeGroupException - if group is not found
public TemplateIfGroup getTemplateIfGroup()
throws QTINodeGroupException
QTINodeGroupException - if group is not found
public TemplateProcessingGroup getTemplateProcessingGroup()
throws QTINodeGroupException
QTINodeGroupException - if group is not found
public TemplateRuleGroup getTemplateRuleGroup()
throws QTINodeGroupException
QTINodeGroupException - if group is not found
public ResponseRuleGroup getResponseRuleGroup()
throws QTINodeGroupException
QTINodeGroupException - if group is not found
public ItemBodyGroup getItemBodyGroup()
throws QTINodeGroupException
QTINodeGroupException - if group is not found
public ResponseElseGroup getResponseElseGroup()
throws QTINodeGroupException
QTINodeGroupException - if group is not found
public ResponseElseIfGroup getResponseElseIfGroup()
throws QTINodeGroupException
QTINodeGroupException - if group is not found
public ResponseIfGroup getResponseIfGroup()
throws QTINodeGroupException
QTINodeGroupException - if group is not found
public ResponseProcessingGroup getResponseProcessingGroup()
throws QTINodeGroupException
QTINodeGroupException - if group is not found
public MappingGroup getMappingGroup()
throws QTINodeGroupException
QTINodeGroupException - if group is not found
public MapEntryGroup getMapEntryGroup()
throws QTINodeGroupException
QTINodeGroupException - if group is not found
public AreaMappingGroup getAreaMappingGroup()
throws QTINodeGroupException
QTINodeGroupException - if group is not found
public AreaMapEntryGroup getAreaMapEntryGroup()
throws QTINodeGroupException
QTINodeGroupException - if group is not found
public PromptGroup getPromptGroup()
throws QTINodeGroupException
QTINodeGroupException - if group is not found
public SimpleChoiceGroup getSimpleChoiceGroup()
throws QTINodeGroupException
QTINodeGroupException - if group is not found
public InteractionGroup getInteractionGroup()
throws QTINodeGroupException
QTINodeGroupException - if group is not found
public InlineChoiceGroup getInlineChoiceGroup()
throws QTINodeGroupException
QTINodeGroupException - if group is not found
public InlineGroup getInlineGroup()
throws QTINodeGroupException
QTINodeGroupException - if group is not found
public BlockGroup getBlockGroup()
throws QTINodeGroupException
QTINodeGroupException - if group is not found
public LiGroup getLiGroup()
throws QTINodeGroupException
QTINodeGroupException - if group is not found
public DlElementGroup getDlElementGroup()
throws QTINodeGroupException
QTINodeGroupException - if group is not found
public FlowGroup getFlowGroup()
throws QTINodeGroupException
QTINodeGroupException - if group is not found
public ObjectFlowGroup getObjectFlowGroup()
throws QTINodeGroupException
QTINodeGroupException - if group is not found
public ColGroup getColGroup()
throws QTINodeGroupException
QTINodeGroupException - if group is not found
public ColgroupGroup getColgroupGroup()
throws QTINodeGroupException
QTINodeGroupException - if group is not found
public CaptionGroup getCaptionGroup()
throws QTINodeGroupException
QTINodeGroupException - if group is not found
public TbodyGroup getTbodyGroup()
throws QTINodeGroupException
QTINodeGroupException - if group is not found
public TfootGroup getTfootGroup()
throws QTINodeGroupException
QTINodeGroupException - if group is not found
public TheadGroup getTheadGroup()
throws QTINodeGroupException
QTINodeGroupException - if group is not found
public TrGroup getTrGroup()
throws QTINodeGroupException
QTINodeGroupException - if group is not found
public TableCellGroup getTableCellGroup()
throws QTINodeGroupException
QTINodeGroupException - if group is not found
public InlineStaticGroup getInlineStaticGroup()
throws QTINodeGroupException
QTINodeGroupException - if group is not found
public FlowStaticGroup getFlowStaticGroup()
throws QTINodeGroupException
QTINodeGroupException - if group is not found
public TextOrVariableGroup getTextOrVariableGroup()
throws QTINodeGroupException
QTINodeGroupException - if group is not found
public BlockStaticGroup getBlockStaticGroup()
throws QTINodeGroupException
QTINodeGroupException - if group is not found
public SimpleAssociableChoiceGroup getSimpleAssociableChoiceGroup()
throws QTINodeGroupException
QTINodeGroupException - if group is not found
public ObjectGroup getObjectGroup()
throws QTINodeGroupException
QTINodeGroupException - if group is not found
public GapChoiceGroup getGapChoiceGroup()
throws QTINodeGroupException
QTINodeGroupException - if group is not found
public AssociableHotspotGroup getAssociableHotspotGroup()
throws QTINodeGroupException
QTINodeGroupException - if group is not found
public GapImgGroup getGapImgGroup()
throws QTINodeGroupException
QTINodeGroupException - if group is not found
public HotspotChoiceGroup getHotspotChoiceGroup()
throws QTINodeGroupException
QTINodeGroupException - if group is not found
public SimpleMatchSetGroup getSimpleMatchSetGroup()
throws QTINodeGroupException
QTINodeGroupException - if group is not found
public PositionObjectInteractionGroup getPositionObjectInteractionGroup()
throws QTINodeGroupException
QTINodeGroupException - if group is not found
public CandidateResponseGroup getCandidateResponseGroup()
throws QTINodeGroupException
QTINodeGroupException - if group is not found
public StylesheetGroup getStylesheetGroup()
throws QTINodeGroupException
QTINodeGroupException - if group is not found
public ModalFeedbackGroup getModalFeedbackGroup()
throws QTINodeGroupException
QTINodeGroupException - if group is not found
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||