at.knowcenter.wag.exactparser.parsing.results
Class XRefSectionParseResult
java.lang.Object
at.knowcenter.wag.exactparser.parsing.results.ParseResult
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
xref_subsections
public List xref_subsections
XRefSectionParseResult
public XRefSectionParseResult()
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.