Class ChoiceContentModel - Represents a choice content model. (Internal.)

Class ChoiceContentModel - Represents a choice content model. (Internal.)

SYNOPSIS

import xmlproc
class ChoiceContentModel(ContentModel)
  string __module__ = 'xmlproc'
  def get_states(cont_list)

  # Methods inherited by ChoiceContentModel from ContentModel
  def __getitem__(self,itemno)
  def __init__(self,contents,modifier)

DESCRIPTION

def __getitem__(self,itemno)

Returns the requested content particle from the content model.

def get_states(cont_list)

Sketch of a function that creates a state model from the content model.

SEE ALSO

xmlproc

ContentModel


Generated by HTMLFormatter at Sat Mar 21 11:51:56 1998