|
fop 1.0 | ||||||||||
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.TablePart
An abstract base class modelling a TablePart (i.e. fo:table-header, fo:table-footer and fo:table-body).
Nested Class Summary |
Nested classes inherited from class org.apache.fop.fo.flow.table.TableFObj |
TableFObj.ColumnNumberPropertyMaker |
Nested classes inherited from class org.apache.fop.fo.FObj |
FObj.FObjIterator |
Nested classes inherited from class org.apache.fop.fo.FONode |
FONode.FONodeIterator, FONode.GatherContextInfoFunction |
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 | |
TablePart(FONode parent)
Create a TablePart instance with the given FONode
as parent. |
Method Summary | |
protected void |
addChildNode(FONode child)
Adds a node as a child of this node. The default implementation of this method just ignores any child node being added. |
void |
bind(PropertyList pList)
Bind property values from the property list to the FO node. Must be overridden in all FObj subclasses that have properties applying to it. |
protected java.lang.Object |
clone()
|
void |
finalizeNode()
Finalize this node. This method can be overridden by subclasses to perform finishing tasks (cleanup, validation checks, ...) without triggering endXXX() events in the FOEventHandler .
The method is called by the default FONode.endOfNode()
implementation. |
protected void |
finishLastRowGroup()
|
CommonBorderPaddingBackground |
getCommonBorderPaddingBackground()
Get the CommonBorderPaddingBackground instance attached
to this TableBody. |
java.util.List |
getRowGroups()
|
boolean |
isFirst(TableRow obj)
|
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 |
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 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 .
XSL Content Model: marker* (table-row+|table-cell+) |
Methods inherited from class org.apache.fop.fo.flow.table.TableCellContainer |
addTableCellChild, getColumnNumberManager |
Methods inherited from class org.apache.fop.fo.flow.table.TableFObj |
getBorderPrecedence, getPtr, getTable, setCollapsedBorders |
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 TablePart(FONode parent)
FONode
as parent.
parent
- FONode that is the parent of the objectMethod Detail |
protected java.lang.Object clone()
clone
in class FONode
public void bind(PropertyList pList) throws FOPException
bind
in class TableFObj
FOPException
public void processNode(java.lang.String elementName, org.xml.sax.Locator locator, org.xml.sax.Attributes attlist, PropertyList pList) throws FOPException
processNode
in class TableFObj
FOPException
public void finalizeNode() throws FOPException
FOEventHandler
.
The method is called by the default FONode.endOfNode()
implementation.
finalizeNode
in class FONode
FOPException
- in case there was an errorprotected 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
.
validateChildNode
in class FONode
loc
- 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 parentprotected void addChildNode(FONode child) throws FOPException
addChildNode
in class FObj
FOPException
public java.util.List getRowGroups()
public CommonBorderPaddingBackground getCommonBorderPaddingBackground()
CommonBorderPaddingBackground
instance attached
to this TableBody.
getCommonBorderPaddingBackground
in class TableFObj
CommonBorderPaddingBackground
instance.public boolean isFirst(TableRow obj)
obj
- table row in question
|
fop 1.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |