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 PDFExtensionAttachment
CATEGORY, PREFIX -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static AttributesImplextractIFAttributes(AttributesImpl attributes, PDFArrayExtension array) private static AttributesImplextractIFAttributes(AttributesImpl attributes, PDFCollectionEntryExtension entry) private static AttributesImplextractIFAttributes(AttributesImpl attributes, PDFDictionaryExtension dictionary) voidtoSAX(ContentHandler handler) private voidtoSAX(ContentHandler handler, PDFArrayExtension array) private voidtoSAX(ContentHandler handler, PDFCollectionEntryExtension entry) private voidtoSAX(ContentHandler handler, PDFDictionaryExtension dictionary) Methods inherited from class 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)
-