|
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.pagination.RepeatablePageMasterAlternatives
public class RepeatablePageMasterAlternatives
A repeatable-page-master-alternatives formatting object. This contains a list of conditional-page-master-reference and the page master is found from the reference that matches the page number and emptyness.
Nested Class Summary |
---|
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 |
---|
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 | |
---|---|
RepeatablePageMasterAlternatives(FONode parent)
|
Method Summary | |
---|---|
void |
addConditionalPageMasterReference(ConditionalPageMasterReference cpmr)
Adds a new conditional page master reference. |
void |
bind(PropertyList pList)
Bind property values from the property list to the FO node. |
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. |
java.lang.String |
getLocalName()
Returns the local name (i.e. |
int |
getMaximumRepeats()
|
int |
getNameId()
Returns the Constants class integer value of this node |
java.lang.String |
getNextPageMasterName(boolean isOddPage,
boolean isFirstPage,
boolean isLastPage,
boolean isOnlyPage,
boolean isBlankPage)
Get the next matching page master from the conditional page master references. |
boolean |
goToPrevious()
Used to set the "cursor position" to the previous item. |
boolean |
hasPagePositionLast()
|
boolean |
hasPagePositionOnly()
|
void |
reset()
Called before a new page sequence is rendered so subsequences can reset any state they keep during the formatting process. |
protected 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 java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RepeatablePageMasterAlternatives(FONode parent)
FONode.FONode(FONode)
Method Detail |
---|
public void bind(PropertyList pList) throws FOPException
bind
in class FObj
pList
- the PropertyList where the properties can be found.
FOPException
- if there is a problem binding the valuesprotected void startOfNode() throws FOPException
startOfNode
in class FObj
FOPException
- FOP Exceptionprotected void endOfNode() throws FOPException
endOfNode
in class FONode
FOPException
- if there's a problem during processingprotected 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
.
XSL/FOP: (conditional-page-master-reference+)
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 getMaximumRepeats()
public java.lang.String getNextPageMasterName(boolean isOddPage, boolean isFirstPage, boolean isLastPage, boolean isOnlyPage, boolean isBlankPage)
getNextPageMasterName
in interface SubSequenceSpecifier
isOddPage
- True if the next page number is oddisFirstPage
- True if the next page is the firstisLastPage
- True if the next page is the lastisOnlyPage
- True if the next page is the only pageisBlankPage
- True if the next page is blank
SubSequenceSpecifier
public void addConditionalPageMasterReference(ConditionalPageMasterReference cpmr)
cpmr
- the new conditional referencepublic void reset()
reset
in interface SubSequenceSpecifier
public boolean goToPrevious()
goToPrevious
in interface SubSequenceSpecifier
public boolean hasPagePositionLast()
hasPagePositionLast
in interface SubSequenceSpecifier
public boolean hasPagePositionOnly()
hasPagePositionOnly
in interface SubSequenceSpecifier
SubSequenceSpecifier.hasPagePositionOnly()
public java.lang.String getLocalName()
FONode
getLocalName
in class FONode
FONode.getLocalName()
public int getNameId()
Constants
class integer value of this node
getNameId
in class FONode
|
fop 0.95 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |