Class PDFDictionaryAttachment

    • Method Detail

      • 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)