|
fop 0.94 | |||||||||
| 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.SinglePageMasterReference
public class SinglePageMasterReference
A single-page-master-reference formatting object. This is a reference for a single page. It returns the master name only once until reset.
| 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 | |
|---|---|
SinglePageMasterReference(FONode parent)
|
|
| Method Summary | |
|---|---|
void |
bind(PropertyList pList)
Bind property values from the property list to the FO node. |
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 |
java.lang.String |
getNextPageMasterName(boolean isOddPage,
boolean isFirstPage,
boolean isLastPage,
boolean isEmptyPage)
Returns the name of the next page master. |
boolean |
goToPrevious()
Used to set the "cursor position" to the previous item. |
boolean |
hasPagePositionLast()
|
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 java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SinglePageMasterReference(FONode parent)
FONode.FONode(FONode)| Method Detail |
|---|
public void bind(PropertyList pList)
throws FOPException
FObj
bind in class FObjpList - the PropertyList where the properties can be found.
FOPException - if there is a problem binding the valuesFObj.bind(PropertyList)
protected void startOfNode()
throws FOPException
FONode
startOfNode in class FObjFOPException - FOP ExceptionFONode.startOfNode()
protected void validateChildNode(org.xml.sax.Locator loc,
java.lang.String nsURI,
java.lang.String localName)
throws ValidationException
FONode
validateChildNode in class FONodeloc - location in the FO source filensURI - namespace of incoming nodelocalName - (e.g. "table" for "fo:table")
ValidationException - if incoming node not valid for parentXSL Content Model: empty
public java.lang.String getNextPageMasterName(boolean isOddPage,
boolean isFirstPage,
boolean isLastPage,
boolean isEmptyPage)
SubSequenceSpecifier
getNextPageMasterName in interface SubSequenceSpecifierisOddPage - True if the next page number is oddisFirstPage - True if the next page is the firstisLastPage - True if the next page is the lastisEmptyPage - True if the next page is blank
SubSequenceSpecifierpublic void reset()
SubSequenceSpecifier
reset in interface SubSequenceSpecifierSubSequenceSpecifier.reset()public boolean goToPrevious()
SubSequenceSpecifier
goToPrevious in interface SubSequenceSpecifierSubSequenceSpecifier.goToPrevious()public boolean hasPagePositionLast()
hasPagePositionLast in interface SubSequenceSpecifierSubSequenceSpecifier.hasPagePositionLast()public java.lang.String getLocalName()
FONode
getLocalName in class FONodeFONode.getLocalName()public int getNameId()
FONode
getNameId in class FONodeFONode.getNameId()
|
fop 0.94 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||