|
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.TableRow
Class modelling the
fo:table-row
object.
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 |
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 | |
TableRow(FONode parent)
Create a TableRow 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 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.
The default implementation simply calls FONode.finalizeNode() , without
sending any event to the FOEventHandler .
Note: the recommended way to override this method in subclasses is super.endOfNode(); // invoke finalizeNode()
|
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. |
LengthRangeProperty |
getBlockProgressionDimension()
|
int |
getBreakAfter()
|
int |
getBreakBefore()
|
CommonBorderPaddingBackground |
getCommonBorderPaddingBackground()
|
Length |
getHeight()
|
KeepProperty |
getKeepTogether()
|
KeepProperty |
getKeepWithNext()
|
KeepProperty |
getKeepWithPrevious()
|
java.lang.String |
getLocalName()
Returns the local name (i.e. without namespace prefix) of the node |
int |
getNameId()
Returns the Constants class integer value of this node |
boolean |
mustKeepTogether()
Convenience method to check if a keep-together constraint is specified. |
boolean |
mustKeepWithNext()
Convenience method to check if a keep-with-next constraint is specified. |
boolean |
mustKeepWithPrevious()
Convenience method to check if a keep-with-previous constraint is specified. |
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 |
startOfNode()
Called after processNode() is called. Subclasses can do additional processing. |
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 . String, String)
XSL Content Model: (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 |
Constructor Detail |
public TableRow(FONode parent)
FONode
as parent.
parent
- FONode
that is the parent of this objectMethod Detail |
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
protected void addChildNode(FONode child) throws FOPException
addChildNode
in class FObj
FOPException
protected void startOfNode() throws FOPException
startOfNode
in class FObj
FOPException
- FOP Exceptionprotected void endOfNode() throws FOPException
FOEventHandler
that the end of this FO
has been reached.
The default implementation simply calls FONode.finalizeNode()
, without
sending any event to the FOEventHandler
.
super.endOfNode(); // invoke finalizeNode()
getFOEventHandler().endXXX(); // send endOfNode() notification
endOfNode
in class FONode
FOPException
- if there's a problem during processingpublic 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 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)
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 parentpublic int getBreakAfter()
getBreakAfter
in interface BreakPropertySet
public int getBreakBefore()
getBreakBefore
in interface BreakPropertySet
public KeepProperty getKeepWithPrevious()
public KeepProperty getKeepWithNext()
public KeepProperty getKeepTogether()
public boolean mustKeepTogether()
public boolean mustKeepWithNext()
public boolean mustKeepWithPrevious()
public LengthRangeProperty getBlockProgressionDimension()
public Length getHeight()
public CommonBorderPaddingBackground getCommonBorderPaddingBackground()
getCommonBorderPaddingBackground
in class TableFObj
public java.lang.String getLocalName()
getLocalName
in class FONode
public int getNameId()
Constants
class integer value of this node
getNameId
in class FONode
Constants.FO_TABLE_ROW
|
fop 1.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |