at.knowcenter.wag.exactparser.parsing.results
Class FooterParseResult

java.lang.Object
  extended by at.knowcenter.wag.exactparser.parsing.results.ParseResult
      extended by at.knowcenter.wag.exactparser.parsing.results.FooterParseResult

public class FooterParseResult
extends ParseResult

The result of parsing a PDF footer block.

A PDF footer block starts with the xref table followed by the trailer, the startxref and finally the EOF marker. Usually the footer should be at the end of the file. All object offsets in the footer's xref table should be before the footer itself. Nevertheless, there are PDF Writers (e.g. Microsoft Word) that put the footer at the beginning of the document so that all indirect objects are after the EOF marker.

Author:
wprinz

Field Summary
 EOFParseResult eofpr
           
 StartXRefParseResult sxpr
           
 TrailerParseResult tpr
           
 XRefSectionParseResult xpr
           
 
Fields inherited from class at.knowcenter.wag.exactparser.parsing.results.ParseResult
next_index, start_index
 
Constructor Summary
FooterParseResult()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sxpr

public StartXRefParseResult sxpr

eofpr

public EOFParseResult eofpr

xpr

public XRefSectionParseResult xpr

tpr

public TrailerParseResult tpr
Constructor Detail

FooterParseResult

public FooterParseResult()


Copyright © 2006-2007 EGIZ - E-Government Innovationszentrum. All Rights Reserved.