Interface PDFExtensionEventProducer

All Superinterfaces:
org.apache.fop.events.EventProducer

public interface PDFExtensionEventProducer extends org.apache.fop.events.EventProducer
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    reservedKeyword(Object source, Locator locator, String keyword)
    Reserved keyword.
  • Method Details

    • reservedKeyword

      void reservedKeyword(Object source, Locator locator, String keyword)
      Reserved keyword.
      Parameters:
      source - the object source
      locator - the location in the source
      keyword - the offending keyword
      Event severity level:
      ERROR