Class PDFDictionaryAttachment
java.lang.Object
org.apache.fop.render.pdf.extensions.PDFExtensionAttachment
org.apache.fop.render.pdf.extensions.PDFDictionaryAttachment
- All Implemented Interfaces:
ExtensionAttachment
,org.apache.xmlgraphics.util.XMLizable
-
Field Summary
FieldsFields inherited from class org.apache.fop.render.pdf.extensions.PDFExtensionAttachment
CATEGORY, PREFIX
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static AttributesImpl
extractIFAttributes
(AttributesImpl attributes, PDFArrayExtension array) private static AttributesImpl
extractIFAttributes
(AttributesImpl attributes, PDFCollectionEntryExtension entry) private static AttributesImpl
extractIFAttributes
(AttributesImpl attributes, PDFDictionaryExtension dictionary) void
toSAX
(ContentHandler handler) private void
toSAX
(ContentHandler handler, PDFArrayExtension array) private void
toSAX
(ContentHandler handler, PDFCollectionEntryExtension entry) private void
toSAX
(ContentHandler handler, PDFDictionaryExtension dictionary) Methods inherited from class org.apache.fop.render.pdf.extensions.PDFExtensionAttachment
getCategory, getPrefix
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
extension
-
-
Constructor Details
-
PDFDictionaryAttachment
-
-
Method Details
-
getExtension
-
toSAX
- Throws:
SAXException
-
toSAX
- Throws:
SAXException
-
toSAX
- Throws:
SAXException
-
toSAX
- Throws:
SAXException
-
extractIFAttributes
private static AttributesImpl extractIFAttributes(AttributesImpl attributes, PDFDictionaryExtension dictionary) -
extractIFAttributes
private static AttributesImpl extractIFAttributes(AttributesImpl attributes, PDFArrayExtension array) -
extractIFAttributes
private static AttributesImpl extractIFAttributes(AttributesImpl attributes, PDFCollectionEntryExtension entry)
-