|
fop 0.91beta | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.fop.fo.FONode | +--org.apache.fop.fo.FObj | +--org.apache.fop.fo.pagination.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.
Fields inherited from class org.apache.fop.fo.FObj |
childNodes, markers |
Fields inherited from class org.apache.fop.fo.FONode |
FO_URI, locator, log, parent |
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. without namespace prefix) of the node |
int |
getMaximumRepeats()
|
int |
getNameId()
Returns the Constants class integer value of this node |
java.lang.String |
getNextPageMasterName(boolean isOddPage,
boolean isFirstPage,
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. |
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 within FObj constructor |
Methods inherited from class org.apache.fop.fo.FONode |
addCharacters, attributeError, attributeWarning, charIterator, clone, decorateWithContextInfo, errorText, getContextInfo, getExtensionAttachment, getFOEventHandler, getLocator, getLocatorString, getLogger, getName, getName, getNodeString, getParent, getRoot, getUserAgent, invalidChildError, invalidChildError, missingChildElementError, missingPropertyError, nodesOutOfOrderError, setLocator, tooManyNodesError, tooManyNodesError, warningText |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RepeatablePageMasterAlternatives(FONode parent)
FONode.FONode(FONode)
Method Detail |
public void bind(PropertyList pList) throws FOPException
FObj
bind
in class FObj
FObj.bind(PropertyList)
protected void startOfNode() throws FOPException
FONode
startOfNode
in class FONode
FONode.startOfNode()
protected void endOfNode() throws FOPException
FONode
endOfNode
in class FONode
FONode.endOfNode()
protected void validateChildNode(org.xml.sax.Locator loc, java.lang.String nsURI, java.lang.String localName) throws ValidationException
FONode
validateChildNode
in class FONode
XSL/FOP: (conditional-page-master-reference+)
public int getMaximumRepeats()
public java.lang.String getNextPageMasterName(boolean isOddPage, boolean isFirstPage, boolean isBlankPage)
getNextPageMasterName
in interface SubSequenceSpecifier
SubSequenceSpecifier
public void addConditionalPageMasterReference(ConditionalPageMasterReference cpmr)
cpmr
- the new conditional referencepublic void reset()
SubSequenceSpecifier
reset
in interface SubSequenceSpecifier
SubSequenceSpecifier.reset()
public boolean goToPrevious()
SubSequenceSpecifier
goToPrevious
in interface SubSequenceSpecifier
SubSequenceSpecifier.goToPrevious()
public java.lang.String getLocalName()
FONode
getLocalName
in class FONode
FONode.getLocalName()
public int getNameId()
FONode
getNameId
in class FONode
FONode.getNameId()
|
fop 0.91beta | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |