|
fop 0.95 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.fop.fo.FONode
org.apache.fop.fo.FObj
org.apache.fop.fo.flow.table.TableFObj
org.apache.fop.fo.flow.table.TableCellContainer
org.apache.fop.fo.flow.table.TableBody
public class TableBody
Class modelling the fo:table-body object.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.apache.fop.fo.flow.table.TableFObj |
|---|
TableFObj.ColumnNumberPropertyMaker |
| Nested classes/interfaces inherited from class org.apache.fop.fo.FObj |
|---|
FObj.FObjIterator |
| Nested classes/interfaces inherited from class org.apache.fop.fo.FONode |
|---|
FONode.FONodeIterator |
| Field Summary | |
|---|---|
protected boolean |
tableCellsFound
|
protected boolean |
tableRowsFound
used for validation |
| Fields inherited from class org.apache.fop.fo.flow.table.TableCellContainer |
|---|
columnNumberManager, pendingSpans |
| Fields inherited from class org.apache.fop.fo.FObj |
|---|
firstChild |
| Fields inherited from class org.apache.fop.fo.FONode |
|---|
FO_URI, FOX_URI, locator, log, parent, siblings |
| Constructor Summary | |
|---|---|
TableBody(FONode parent)
|
|
| Method Summary | |
|---|---|
protected void |
addChildNode(FONode child)
Adds a node as a child of this node. |
void |
bind(PropertyList pList)
Bind property values from the property list to the FO node. |
void |
endOfNode()
Primarily used for making final content model validation checks and/or informing the FOEventHandler that the end of this FO has been reached. |
protected void |
finishLastRowGroup()
|
CommonBorderPaddingBackground |
getCommonBorderPaddingBackground()
|
java.lang.String |
getLocalName()
Returns the local name (i.e. |
int |
getNameId()
Returns the Constants class integer value of this node |
java.util.List |
getRowGroups()
|
boolean |
isFirst(TableRow obj)
|
protected boolean |
isTableFooter()
|
protected boolean |
isTableHeader()
|
void |
processNode(java.lang.String elementName,
org.xml.sax.Locator locator,
org.xml.sax.Attributes attlist,
PropertyList pList)
Initialize the node with its name, location information, and attributes The attributes must be used immediately as the sax attributes will be altered for the next element. |
protected void |
setCollapsedBorders()
{inheritDoc} |
void |
startOfNode()
Called after processNode() is called. |
protected void |
validateChildNode(org.xml.sax.Locator loc,
java.lang.String nsURI,
java.lang.String localName)
Checks to make sure, during SAX processing of input document, that the incoming node is valid for the this (parent) node (e.g., checking to see that fo:table is not an immediate child of fo:root)
called from FOTreeBuilder.startElement(String, String, String, Attributes)
before constructing the child FObj. |
| Methods inherited from class org.apache.fop.fo.flow.table.TableCellContainer |
|---|
addTableCellChild, getColumnNumberManager |
| Methods inherited from class org.apache.fop.fo.flow.table.TableFObj |
|---|
createBorder, createBorder, getBorderPrecedence, getTable |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected boolean tableRowsFound
protected boolean tableCellsFound
| Constructor Detail |
|---|
public TableBody(FONode parent)
parent - FONode that is the parent of the object| Method Detail |
|---|
public void bind(PropertyList pList)
throws FOPException
bind in class TableFObjpList - the PropertyList where the properties can be found.
FOPException - if there is a problem binding the values
public void processNode(java.lang.String elementName,
org.xml.sax.Locator locator,
org.xml.sax.Attributes attlist,
PropertyList pList)
throws FOPException
processNode in class FObjelementName - element name (e.g., "fo:block")locator - Locator object (ignored by default)attlist - Collection of attributes passed to us from the parser.pList - the property list of the parent node
FOPException - for errors or inconsistencies in the attributes
public void startOfNode()
throws FOPException
startOfNode in class TableFObjFOPException - FOP Exception
public void endOfNode()
throws FOPException
endOfNode in class TableFObjFOPException - if there's a problem during processing
protected void finishLastRowGroup()
throws ValidationException
ValidationException
protected void validateChildNode(org.xml.sax.Locator loc,
java.lang.String nsURI,
java.lang.String localName)
throws ValidationException
fo:table is not an immediate child of fo:root)
called from FOTreeBuilder.startElement(String, String, String, Attributes)
before constructing the child FObj. String, String)
XSL Content Model: marker* (table-row+|table-cell+)
validateChildNode in class FONodeloc - location in the FO source filensURI - namespace of incoming nodelocalName - name of the incoming node (without namespace prefix)
ValidationException - if incoming node not valid for parent
protected void addChildNode(FONode child)
throws FOPException
addChildNode in class FObjchild - child node to be added to the childNodes of this node
FOPException - if there's a problem during processingprotected void setCollapsedBorders()
setCollapsedBorders in class TableFObjpublic java.util.List getRowGroups()
public CommonBorderPaddingBackground getCommonBorderPaddingBackground()
getCommonBorderPaddingBackground in class TableFObjpublic java.lang.String getLocalName()
getLocalName in class FONodepublic int getNameId()
Constants class integer value of this node
getNameId in class FONodeprotected boolean isTableHeader()
protected boolean isTableFooter()
public boolean isFirst(TableRow obj)
obj - table row in question
|
fop 0.95 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||