|
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
public abstract class 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/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, 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. |
void |
bind(PropertyList pList)
Bind property values from the property list to the FO node. |
protected java.lang.Object |
clone()
|
void |
finalizeNode()
Finalize this node. |
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 . |
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
pList
- the PropertyList where the properties can be found.
FOPException
- if there is a problem binding the valuespublic void processNode(java.lang.String elementName, org.xml.sax.Locator locator, org.xml.sax.Attributes attlist, PropertyList pList) throws FOPException
processNode
in class TableFObj
elementName
- 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 attributespublic 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
child
- child node to be added to the childNodes of this node
FOPException
- if there's a problem during processingpublic 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 |