cds.savot.model
Class SavotTR

java.lang.Object
  extended by cds.savot.model.MarkupComment
      extended by cds.savot.model.SavotTR

public class SavotTR
extends MarkupComment

Row element

Version:
2.6 Copyright CDS 2002-2005 (kickoff 31 May 02)
Author:
Andre Schaaff

Constructor Summary
SavotTR()
          Constructor
 
Method Summary
 long getLineInXMLFile()
          Get the corresponding line in the XML file or flow
 char[][] getTDarray()
          Get the TD set TDarray
 TDSet getTDs()
          Get the TD set (same as getTDSet) TDSet
 TDSet getTDSet()
          Get the TD set (same as getTDs) TDSet
 void setLineInXMLFile(long lineInXMLFile)
          Set the corresponding line in the XML file or flow during the parsing
 void setTDs(char[][] TDarray)
          Set the TD array TDarray
 void setTDs(TDSet TDs)
          Set the TD set (same as setTDSet) TDSet
 void setTDSet(TDSet TDs)
          Set the TD set (same as setTDs) TDSet
 void SVtoTR(java.lang.String svline, char sv)
          Create a TR element from a Separated Value String
 
Methods inherited from class cds.savot.model.MarkupComment
getAbove, getBelow, setAbove, setBelow
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SavotTR

public SavotTR()
Constructor

Method Detail

SVtoTR

public void SVtoTR(java.lang.String svline,
                   char sv)
Create a TR element from a Separated Value String

Parameters:
svline - String, line with separated values
sv - char, separated value

getTDs

public TDSet getTDs()
Get the TD set (same as getTDSet) TDSet

Returns:
TDSet

getTDSet

public TDSet getTDSet()
Get the TD set (same as getTDs) TDSet

Returns:
TDSet

setTDs

public void setTDs(TDSet TDs)
Set the TD set (same as setTDSet) TDSet

Parameters:
TDs -

setTDSet

public void setTDSet(TDSet TDs)
Set the TD set (same as setTDs) TDSet

Parameters:
TDs -

getTDarray

public char[][] getTDarray()
Get the TD set TDarray

Returns:
TDarray

setTDs

public void setTDs(char[][] TDarray)
Set the TD array TDarray

Parameters:
TDarray -

getLineInXMLFile

public long getLineInXMLFile()
Get the corresponding line in the XML file or flow

Returns:
lineInXMLFile

setLineInXMLFile

public void setLineInXMLFile(long lineInXMLFile)
Set the corresponding line in the XML file or flow during the parsing

Parameters:
lineInXMLFile -


Copyright © 2009 UDS/CNRS