package org.apache.fop.fo.extensions;
import org.apache.fop.fo.FONode;
+import org.apache.fop.fo.PropertyList;
import java.util.ArrayList;
import org.xml.sax.Attributes;
import org.xml.sax.SAXParseException;
+import org.xml.sax.Locator;
/**
* The attributes on the outline object are the internal and external
* destination. One of these is required.
*
- * @see org.apache.fop.fo.FObj#addProperties
+ * @see org.apache.fop.fo.FObj#processNode
*/
- protected void addProperties(Attributes attlist) throws SAXParseException {
+ public void processNode(String elementName, Locator locator,
+ Attributes attlist, PropertyList propertyList) throws SAXParseException
+ {
internalDestination =
attlist.getValue("internal-destination");
externalDestination =