|
fop 0.93 | ||||||||||
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.Marker
Marker formatting object.
Nested Class Summary | |
protected class |
Marker.MarkerPropertyList
An implementation of PropertyList which only stores the explicitly specified properties/attributes as bundles of name-value-namespace strings |
Field Summary |
Fields inherited from class org.apache.fop.fo.FObjMixed |
currentTextNode, ft, lastFOTextProcessed |
Fields inherited from class org.apache.fop.fo.FObj |
childNodes |
Fields inherited from class org.apache.fop.fo.FONode |
FO_URI, locator, log, parent |
Constructor Summary | |
Marker(FONode parent)
Create a marker fo. |
Method Summary | |
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. |
java.lang.String |
getMarkerClassName()
Return the "marker-class-name" property. |
int |
getNameId()
Returns the Constants class integer value of this node |
protected Marker.MarkerPropertyList |
getPropertyListFor(FONode foNode)
retrieve the property list of foNode |
protected boolean |
inMarker()
|
protected void |
startOfNode()
Called after processNode() is called. |
java.lang.String |
toString()
|
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, flushText, handleWhiteSpaceFor |
Methods inherited from class org.apache.fop.fo.FONode |
attributeError, attributeWarning, canHaveMarkers, clone, decorateWithContextInfo, errorText, getContentHandlerFactory, 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, wait, wait, wait |
Constructor Detail |
public Marker(FONode parent)
parent
- the parent fo nodeMethod 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 Marker.MarkerPropertyList getPropertyListFor(FONode foNode)
foNode
- the FO node whose property list is requested
protected void startOfNode()
FONode
startOfNode
in class FONode
FONode.startOfNode()
protected void endOfNode() throws FOPException
FONode
endOfNode
in class FObjMixed
FOPException
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
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: (#PCDATA|%inline;|%block;)*
Additionally: "An fo:marker may contain any formatting objects that
are permitted as a replacement of any fo:retrieve-marker that retrieves
the fo:marker's children."
protected boolean inMarker()
inMarker
in class FONode
public java.lang.String getMarkerClassName()
public java.lang.String getLocalName()
FONode
getLocalName
in class FONode
FONode.getLocalName()
public int getNameId()
FONode
getNameId
in class FONode
FONode.getNameId()
public java.lang.String toString()
Object.toString()
|
fop 0.93 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |