|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ParseResult | |
|---|---|
| at.knowcenter.wag.egov.egiz.framework.verificators | |
| at.knowcenter.wag.exactparser.parsing | |
| at.knowcenter.wag.exactparser.parsing.results | |
| Uses of ParseResult in at.knowcenter.wag.egov.egiz.framework.verificators |
|---|
| Methods in at.knowcenter.wag.egov.egiz.framework.verificators that return ParseResult | |
|---|---|
protected ParseResult |
BinaryVerificator_1_0_0.getRequiredValueOfKey(byte[] pdf,
DictionaryParseResult egiz_dict,
byte[] name)
Retrieves the value of the key from the dictionary. |
protected ParseResult |
BinaryVerificator_1_0_0.getValueOfKey(byte[] pdf,
DictionaryParseResult egiz_dict,
byte[] name)
Retrieves the value of the key from the dictionary. |
| Uses of ParseResult in at.knowcenter.wag.exactparser.parsing |
|---|
| Methods in at.knowcenter.wag.exactparser.parsing that return ParseResult | |
|---|---|
static ParseResult |
PDFUtils.parseUnknownObject(byte[] pdf,
int index)
|
| Uses of ParseResult in at.knowcenter.wag.exactparser.parsing.results |
|---|
| Subclasses of ParseResult in at.knowcenter.wag.exactparser.parsing.results | |
|---|---|
class |
ArrayParseResult
The result of parsing a hex string. |
class |
BooleanParseResult
Parse result of parsing a boolean value. |
class |
ContainerParseResult
Base class of container parse results. |
class |
DictionaryParseResult
The result of parsing a dictionary. |
class |
EOFParseResult
The result of parsing the End Of File marker. |
class |
FooterParseResult
The result of parsing a PDF footer block. |
class |
HeaderParseResult
The result of parsing the PDF header. |
class |
HexStringParseResult
The result of parsing a hex string. |
class |
IndirectObjectReferenceParseResult
The ParseResult of parsing an indirect object reference. |
class |
IntegerParseResult
|
class |
LiteralStringParseResult
The result of parsing a simple string (ASCII string). |
class |
NameParseResult
|
class |
NullParseResult
The result of parsing a "null". |
class |
NumberParseResult
The ParseResult of parsing an integer number. |
class |
ObjectHeaderParseResult
The ParseResult of a parsing an object header. |
class |
ObjectParseResult
The ParseResult of parsing an indirect object. |
class |
StartXRefParseResult
The ParseResult of parsing a startxref entry. |
class |
StreamParseResult
The result of parsing a hex string. |
class |
TrailerParseResult
The ParseResult of parsing the trailer. |
class |
XRefLineParseResult
The ParseResult of parsing a single xref line. |
class |
XRefSectionParseResult
The ParseResult of an xref parsing operation. |
class |
XRefSubSectionParseResult
Contains an xref sub-section. |
| Fields in at.knowcenter.wag.exactparser.parsing.results declared as ParseResult | |
|---|---|
ParseResult |
ObjectParseResult.object
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||