org.barracudamvc.contrib.sam.xmlform.dtd
Interface Form

All Superinterfaces:
Serializable
All Known Implementing Classes:
FormImpl

public interface Form
extends Serializable


Field Summary
static String[] ZEUS_ATTRIBUTES
           
static String[] ZEUS_ELEMENTS
           
static String ZEUS_XML_NAME
           
 
Method Summary
 void addElement(Element element)
           
 void addRef_id(Ref_id ref_id)
           
 void addValidator(Validator validator)
           
 AppendChild getAppendChild()
           
 List getElementList()
           
 InsertBefore getInsertBefore()
           
 List getRef_idList()
           
 String getRepeat_prefix()
           
 List getValidatorList()
           
 void marshal(File file)
           
 void marshal(OutputStream outputStream)
           
 void marshal(Writer writer)
           
 void removeElement(Element element)
           
 void removeRef_id(Ref_id ref_id)
           
 void removeValidator(Validator validator)
           
 void setAppendChild(AppendChild appendChild)
           
 void setDocType(String name, String publicID, String systemID)
           
 void setElementList(List elementList)
           
 void setInsertBefore(InsertBefore insertBefore)
           
 void setOutputEncoding(String outputEncoding)
           
 void setRef_idList(List ref_idList)
           
 void setRepeat_prefix(String repeat_prefix)
           
 void setValidatorList(List validatorList)
           
 

Field Detail

ZEUS_XML_NAME

static final String ZEUS_XML_NAME
See Also:
Constant Field Values

ZEUS_ATTRIBUTES

static final String[] ZEUS_ATTRIBUTES

ZEUS_ELEMENTS

static final String[] ZEUS_ELEMENTS
Method Detail

getRef_idList

List getRef_idList()

setRef_idList

void setRef_idList(List ref_idList)

addRef_id

void addRef_id(Ref_id ref_id)

removeRef_id

void removeRef_id(Ref_id ref_id)

getInsertBefore

InsertBefore getInsertBefore()

setInsertBefore

void setInsertBefore(InsertBefore insertBefore)

getAppendChild

AppendChild getAppendChild()

setAppendChild

void setAppendChild(AppendChild appendChild)

getElementList

List getElementList()

setElementList

void setElementList(List elementList)

addElement

void addElement(Element element)

removeElement

void removeElement(Element element)

getValidatorList

List getValidatorList()

setValidatorList

void setValidatorList(List validatorList)

addValidator

void addValidator(Validator validator)

removeValidator

void removeValidator(Validator validator)

getRepeat_prefix

String getRepeat_prefix()

setRepeat_prefix

void setRepeat_prefix(String repeat_prefix)

marshal

void marshal(File file)
             throws IOException
Throws:
IOException

marshal

void marshal(OutputStream outputStream)
             throws IOException
Throws:
IOException

marshal

void marshal(Writer writer)
             throws IOException
Throws:
IOException

setDocType

void setDocType(String name,
                String publicID,
                String systemID)

setOutputEncoding

void setOutputEncoding(String outputEncoding)


Copyright © 2006 BarracudaMVC.org All Rights Reserved.