IT.CappuccinoNet  
StrutsCX v0.9
   

com.cappuccinonet.strutscx.prototype.integration.data.castor.info
Class Text

java.lang.Object
  |
  +--com.cappuccinonet.strutscx.prototype.integration.data.castor.info.Text
All Implemented Interfaces:
java.io.Serializable

public class Text
extends java.lang.Object
implements java.io.Serializable

Class Text.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Field Summary
private  java.util.Vector _paraList
          Field _paraList
 
Constructor Summary
Text()
           
 
Method Summary
 void addPara(int index, Para vPara)
          Method addPara
 void addPara(Para vPara)
          Method addPara
 java.util.Enumeration enumeratePara()
          Method enumeratePara
 Para[] getPara()
          Method getPara
 Para getPara(int index)
          Method getPara
 int getParaCount()
          Method getParaCount
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void removeAllPara()
          Method removeAllPara
 Para removePara(int index)
          Method removePara
 void setPara(int index, Para vPara)
          Method setPara
 void setPara(Para[] paraArray)
          Method setPara
static Text unmarshal(java.io.Reader reader)
          Method unmarshal
 void validate()
          Method validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_paraList

private java.util.Vector _paraList
Field _paraList

Constructor Detail

Text

public Text()
Method Detail

addPara

public void addPara(Para vPara)
             throws java.lang.IndexOutOfBoundsException
Method addPara

Parameters:
vPara -
java.lang.IndexOutOfBoundsException

addPara

public void addPara(int index,
                    Para vPara)
             throws java.lang.IndexOutOfBoundsException
Method addPara

Parameters:
index -
vPara -
java.lang.IndexOutOfBoundsException

enumeratePara

public java.util.Enumeration enumeratePara()
Method enumeratePara


getPara

public Para getPara(int index)
             throws java.lang.IndexOutOfBoundsException
Method getPara

Parameters:
index -
java.lang.IndexOutOfBoundsException

getPara

public Para[] getPara()
Method getPara


getParaCount

public int getParaCount()
Method getParaCount


isValid

public boolean isValid()
Method isValid


marshal

public void marshal(java.io.Writer out)
             throws org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Method marshal

Parameters:
out -
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

marshal

public void marshal(org.xml.sax.ContentHandler handler)
             throws java.io.IOException,
                    org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Method marshal

Parameters:
handler -
java.io.IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

removeAllPara

public void removeAllPara()
Method removeAllPara


removePara

public Para removePara(int index)
Method removePara

Parameters:
index -

setPara

public void setPara(int index,
                    Para vPara)
             throws java.lang.IndexOutOfBoundsException
Method setPara

Parameters:
index -
vPara -
java.lang.IndexOutOfBoundsException

setPara

public void setPara(Para[] paraArray)
Method setPara

Parameters:
paraArray -

unmarshal

public static Text unmarshal(java.io.Reader reader)
                      throws org.exolab.castor.xml.MarshalException,
                             org.exolab.castor.xml.ValidationException
Method unmarshal

Parameters:
reader -
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

validate

public void validate()
              throws org.exolab.castor.xml.ValidationException
Method validate

org.exolab.castor.xml.ValidationException

IT.CappuccinoNet  
StrutsCX v0.9
   

© 2003, IT.CappuccinoNet.com - compiled 20030211:2244