git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@652565
13f79535-47bb-0310-9956-
ffa450edef68
import org.apache.fop.fo.ValidationException;
/**
- * Class modelling the <a href=http://www.w3.org/TR/xsl/#fo_footnote">
+ * Class modelling the <a href="http://www.w3.org/TR/xsl/#fo_footnote">
* <code>fo:footnote</code></a> object.
*/
public class Footnote extends FObj {
private FootnoteBody footnoteBody;
/**
- * Base constructor
+ * Create a Footnote instance that is a child of the
+ * given {@link FONode}
*
* @param parent {@link FONode} that is the parent of this object
*/
import org.apache.fop.fo.ValidationException;
/**
- * Class modelling the <a href=http://www.w3.org/TR/xsl/#fo_footnote-body">
+ * Class modelling the <a href="http://www.w3.org/TR/xsl/#fo_footnote-body">
* <code>fo:footnote-body</code></a> object.
*/
public class FootnoteBody extends FObj {
import org.apache.fop.fo.properties.SpaceProperty;
/**
- * Class modelling the <a href=http://www.w3.org/TR/xsl/#fo_initial-property-set">
+ * Class modelling the <a href="http://www.w3.org/TR/xsl/#fo_initial-property-set">
* <code>fo:initial-property-set</code></a> object.
*/
public class InitialPropertySet extends FObj {