diff options
author | Keiron Liddle <keiron@apache.org> | 2001-11-09 11:32:42 +0000 |
---|---|---|
committer | Keiron Liddle <keiron@apache.org> | 2001-11-09 11:32:42 +0000 |
commit | d4fcf5b78def6bbc2a310621848f110c0611e7f4 (patch) | |
tree | 564f1b623a3ce1333fc35ed21600d53274a0a6d8 /src/org/apache/fop/fo/XMLElement.java | |
parent | 31965968c68717055bbd096b709df3e72ceb8b40 (diff) | |
download | xmlgraphics-fop-d4fcf5b78def6bbc2a310621848f110c0611e7f4.tar.gz xmlgraphics-fop-d4fcf5b78def6bbc2a310621848f110c0611e7f4.zip |
changed the parent to FONode
changed a few more vector and hashtable
change master-name to master-reference for page-sequence, single-page-master-reference, repeatable-page-masterreference,conditional-page-master-reference
added pdf text element bridge for simple text
some other changes that will hopefully make things simpler to handle in the future
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194537 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/org/apache/fop/fo/XMLElement.java')
-rw-r--r-- | src/org/apache/fop/fo/XMLElement.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/org/apache/fop/fo/XMLElement.java b/src/org/apache/fop/fo/XMLElement.java index 0db6997ed..f852601c8 100644 --- a/src/org/apache/fop/fo/XMLElement.java +++ b/src/org/apache/fop/fo/XMLElement.java @@ -27,7 +27,7 @@ public class XMLElement extends XMLObj { * @param parent the parent formatting object * @param propertyList the explicit properties of this object */ - public XMLElement(FObj parent) { + public XMLElement(FONode parent) { super(parent); } |