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

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

public class XRefSectionParseResult
extends ParseResult

The ParseResult of an xref parsing operation.

This contains one whole xref table section. An xref section starts with the word xref and contains one or more xref sub-sections.

Due to Incremental Updates, there may be more than one xref section in a document. All xref section together are called the xref table. Using this aggregated xref table, an application has the full access to all indirect objects in the document.

In many PDF libraries and applications one xref section is also informally called xref table.

Author:
wprinz

Field Summary
 List xref_subsections
           
 
Fields inherited from class at.knowcenter.wag.exactparser.parsing.results.ParseResult
next_index, start_index
 
Constructor Summary
XRefSectionParseResult()
           
 
Method Summary
 void appendXRefSubSection(XRefSubSectionParseResult xref_section)
          Appends another cross-reference (xref) sub-section to the xref table.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

xref_subsections

public List xref_subsections
Constructor Detail

XRefSectionParseResult

public XRefSectionParseResult()
Method Detail

appendXRefSubSection

public void appendXRefSubSection(XRefSubSectionParseResult xref_section)
Appends another cross-reference (xref) sub-section to the xref table.

Parameters:
xref_section - The xref section to be appended.


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