|
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.InlineLevel
org.apache.fop.fo.flow.Inline
Class modelling the fo:inline formatting object.
| Field Summary |
| Fields inherited from class org.apache.fop.fo.flow.InlineLevel |
color, commonAccessibility, commonAural, commonBorderPaddingBackground, commonFont, commonMarginInline, lineHeight, visibility |
| 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 | |
Inline(FONode parent)
|
|
| 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. |
Length |
getAlignmentAdjust()
|
int |
getAlignmentBaseline()
|
Length |
getBaselineShift()
|
int |
getDominantBaseline()
|
java.lang.String |
getId()
Return the "id" property. |
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 |
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.flow.InlineLevel |
getColor, getCommonBorderPaddingBackground, getCommonFont, getCommonMarginInline, getLineHeight |
| 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, inMarker, 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 Inline(FONode parent)
parent - FONode that is the parent of this object| Method Detail |
public void bind(PropertyList pList)
throws FOPException
FObj
bind in class InlineLevelFOPExceptionFObj.bind(PropertyList)
protected void startOfNode()
throws FOPException
FONode
startOfNode in class FONodeFOPException - if there's a problem during processingFONode.startOfNode()
protected void endOfNode()
throws FOPException
FONode
endOfNode in class FObjMixedFOPExceptionFONode.endOfNode()
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: marker* (#PCDATA|%inline;|%block;)*
Additionally: " An fo:inline that is a descendant of an fo:leader
or fo:footnote may not have block-level children, unless it has a
nearer ancestor that is an fo:inline-container." (paraphrased)public java.lang.String getId()
public Length getAlignmentAdjust()
public int getAlignmentBaseline()
public Length getBaselineShift()
public int getDominantBaseline()
public java.lang.String getLocalName()
FONode
getLocalName in class FONodeFONode.getLocalName()public int getNameId()
FONode
getNameId in class FONodeFONode.getNameId()
|
fop 0.93 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||