DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=43605>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=43605

           Summary: No page-number-citation in FOEventHandler
           Product: Fop
           Version: 0.94
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: fo tree
        AssignedTo: fop-dev@xmlgraphics.apache.org
        ReportedBy: [EMAIL PROTECTED]


There is no support for page-number-citation and page-number-citation-last in
FOEventHandler.  This is because of the following relatively simple omissions:

(1) org.apache.fop.fo.FOEventHandler :
       o   needs empty method startPageNumberCitation(PageNumberCitation)
       o   needs empty method endPageNumberCitation(PageNumberCitation)
       o   needs empty method 
startPageNumberCitationLast(PageNumberCitationLast)
       o   needs empty method endPageNumberCitationLast(PageNumberCitationLast)
(2) org.apache.fop.fo.flow.PageNumberCitation:
       o   method startOfNode() needs to call
getFOEventHandler().startPageNumberCitation(this);
       o   method endOfNode() needs to call
getFOEventHandler().endPageNumberCitation(this);
(3) org.apache.fop.fo.flow.PageNumberCitationLast:
       o   method startOfNode() needs to call
getFOEventHandler().startPageNumberCitationLast(this);
       o   method endOfNode() needs to call
getFOEventHandler().endPageNumberCitationLast(this);

The fixes are trivial (simply add about 15 missing lines as directed above).

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

Reply via email to