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
public class PDFDictionaryAttachment extends PDFExtensionAttachment
-
-
Field Summary
Fields Modifier and Type Field Description private PDFDictionaryExtension
extension
private static long
serialVersionUID
-
Fields inherited from class org.apache.fop.render.pdf.extensions.PDFExtensionAttachment
CATEGORY, PREFIX
-
-
Constructor Summary
Constructors Constructor Description PDFDictionaryAttachment(PDFDictionaryExtension extension)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description private static org.xml.sax.helpers.AttributesImpl
extractIFAttributes(org.xml.sax.helpers.AttributesImpl attributes, PDFArrayExtension array)
private static org.xml.sax.helpers.AttributesImpl
extractIFAttributes(org.xml.sax.helpers.AttributesImpl attributes, PDFCollectionEntryExtension entry)
private static org.xml.sax.helpers.AttributesImpl
extractIFAttributes(org.xml.sax.helpers.AttributesImpl attributes, PDFDictionaryExtension dictionary)
PDFDictionaryExtension
getExtension()
void
toSAX(org.xml.sax.ContentHandler handler)
private void
toSAX(org.xml.sax.ContentHandler handler, PDFArrayExtension array)
private void
toSAX(org.xml.sax.ContentHandler handler, PDFCollectionEntryExtension entry)
private void
toSAX(org.xml.sax.ContentHandler handler, PDFDictionaryExtension dictionary)
-
Methods inherited from class org.apache.fop.render.pdf.extensions.PDFExtensionAttachment
getCategory, getPrefix
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
extension
private PDFDictionaryExtension extension
-
-
Constructor Detail
-
PDFDictionaryAttachment
public PDFDictionaryAttachment(PDFDictionaryExtension extension)
-
-
Method Detail
-
getExtension
public PDFDictionaryExtension getExtension()
-
toSAX
public void toSAX(org.xml.sax.ContentHandler handler) throws org.xml.sax.SAXException
- Throws:
org.xml.sax.SAXException
-
toSAX
private void toSAX(org.xml.sax.ContentHandler handler, PDFDictionaryExtension dictionary) throws org.xml.sax.SAXException
- Throws:
org.xml.sax.SAXException
-
toSAX
private void toSAX(org.xml.sax.ContentHandler handler, PDFArrayExtension array) throws org.xml.sax.SAXException
- Throws:
org.xml.sax.SAXException
-
toSAX
private void toSAX(org.xml.sax.ContentHandler handler, PDFCollectionEntryExtension entry) throws org.xml.sax.SAXException
- Throws:
org.xml.sax.SAXException
-
extractIFAttributes
private static org.xml.sax.helpers.AttributesImpl extractIFAttributes(org.xml.sax.helpers.AttributesImpl attributes, PDFDictionaryExtension dictionary)
-
extractIFAttributes
private static org.xml.sax.helpers.AttributesImpl extractIFAttributes(org.xml.sax.helpers.AttributesImpl attributes, PDFArrayExtension array)
-
extractIFAttributes
private static org.xml.sax.helpers.AttributesImpl extractIFAttributes(org.xml.sax.helpers.AttributesImpl attributes, PDFCollectionEntryExtension entry)
-
-