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

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

public class TrailerParseResult
extends ParseResult

The ParseResult of parsing the trailer.

Author:
wprinz

Field Summary
 int contents_end_index
           
 int contents_index
           
 DictionaryParseResult dpr
           
 boolean has_predecessor
          Tells, if this PDF footer has a predecessor (as specified by the /Prev entry).
 IndirectObjectReferenceParseResult info
           
 IndirectObjectReferenceParseResult root
           
 int size
          The content of the "/Size" entry.
 
Fields inherited from class at.knowcenter.wag.exactparser.parsing.results.ParseResult
next_index, start_index
 
Constructor Summary
TrailerParseResult()
           
 
Method Summary
 int getPrev()
           
 void setPrev(int prev)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

contents_index

public int contents_index

contents_end_index

public int contents_end_index

dpr

public DictionaryParseResult dpr

info

public IndirectObjectReferenceParseResult info

root

public IndirectObjectReferenceParseResult root

size

public int size
The content of the "/Size" entry.


has_predecessor

public boolean has_predecessor
Tells, if this PDF footer has a predecessor (as specified by the /Prev entry).

Constructor Detail

TrailerParseResult

public TrailerParseResult()
Method Detail

getPrev

public int getPrev()

setPrev

public void setPrev(int prev)


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