|
fop 0.90alpha1 | ||||||||||
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.FObjMixed
org.apache.fop.fo.flow.RetrieveMarker
The retrieve-marker formatting object. This will create a layout manager that will retrieve a marker based on the information.
Field Summary |
Fields inherited from class org.apache.fop.fo.FObjMixed |
ft |
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 | |
RetrieveMarker(FONode parent)
Create a retrieve marker object. |
Method Summary | |
void |
bind(PropertyList pList)
Bind property values from the property list to the FO node. |
void |
bindMarker(Marker marker)
Clone the subtree of marker and bind the nodes to the property values in this context. |
protected PropertyList |
createPropertyList(PropertyList parent,
FOEventHandler foEventHandler)
Create a default property list for this element. |
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 |
PropertyList |
getPropertyList()
|
int |
getRetrieveBoundary()
Return the "retrieve-boundry" property. |
java.lang.String |
getRetrieveClassName()
Return the "retrieve-class-name" property. |
int |
getRetrievePosition()
Return the "retrieve-position" property. |
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.FObjMixed |
addCharacters, addChildNode, charIterator, endOfNode, flushText |
Methods inherited from class org.apache.fop.fo.FObj |
addExtensionAttachment, addMarker, checkId, clone, findAncestor, findNearestAncestorFObj, generatesReferenceAreas, getChildNodes, getChildNodes, getExtensionAttachments, getIsOutOfLineFODescendant, getMarkers, getNamespaceURI, getNormalNamespacePrefix, getPropertyMakerFor, hasMarkers, isBlockItem, isBlockOrInlineItem, isInlineItem, isNeutralItem, notifyChildRemoval, processNode, removeChild |
Methods inherited from class org.apache.fop.fo.FONode |
attributeError, attributeWarning, clone, errorText, getExtensionAttachment, getFOEventHandler, getLocator, getLocatorString, getLogger, getName, getName, getNodeString, getParent, getRoot, getUserAgent, invalidChildError, invalidChildError, missingChildElementError, missingPropertyError, nodesOutOfOrderError, setLocator, startOfNode, tooManyNodesError, tooManyNodesError, warningText |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RetrieveMarker(FONode parent)
FONode.FONode(FONode)
Method Detail |
public void bind(PropertyList pList) throws FOPException
FObj
bind
in class FObj
pList
- the PropertyList where the properties can be found.
FOPException
- if there is a problem binding the valuesFObj.bind(PropertyList)
protected void validateChildNode(org.xml.sax.Locator loc, java.lang.String nsURI, java.lang.String localName) throws ValidationException
FONode
validateChildNode
in class FONode
loc
- 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
protected PropertyList createPropertyList(PropertyList parent, FOEventHandler foEventHandler) throws FOPException
FObj
createPropertyList
in class FObj
FOPException
FONode
public PropertyList getPropertyList()
public java.lang.String getRetrieveClassName()
public int getRetrievePosition()
public int getRetrieveBoundary()
public void bindMarker(Marker marker)
marker
- the marker that is to be clonedpublic java.lang.String getLocalName()
FONode
getLocalName
in class FONode
FONode.getLocalName()
public int getNameId()
FONode
getNameId
in class FONode
FONode.getNameId()
|
fop 0.90alpha1 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |