public interface PDFParserConstants
Modifier and Type | Field and Description |
---|---|
static int |
BINARY_TAG
RegularExpression Id.
|
static int |
CrossRefTable
Lexical state.
|
static int |
DEFAULT
Lexical state.
|
static int |
DIGITS
RegularExpression Id.
|
static int |
END_DICTONNARY
RegularExpression Id.
|
static int |
END_LITERAL
RegularExpression Id.
|
static int |
END_OBJECT
RegularExpression Id.
|
static int |
END_STREAM
RegularExpression Id.
|
static int |
EOF
End of File.
|
static int |
EOF_TRAILER_TAG
RegularExpression Id.
|
static int |
EOL
RegularExpression Id.
|
static int |
FIRST_OBJECT_NUMBER
RegularExpression Id.
|
static int |
FULL_LINE
RegularExpression Id.
|
static int |
HTML_CLOSE
RegularExpression Id.
|
static int |
HTML_OPEN
RegularExpression Id.
|
static int |
INNER_START_LIT
RegularExpression Id.
|
static int |
LOWERLETTER
RegularExpression Id.
|
static int |
OBJ_ARRAY_END
RegularExpression Id.
|
static int |
OBJ_ARRAY_START
RegularExpression Id.
|
static int |
OBJ_BOOLEAN
RegularExpression Id.
|
static int |
OBJ_NAME
RegularExpression Id.
|
static int |
OBJ_NULL
RegularExpression Id.
|
static int |
OBJ_NUMBER
RegularExpression Id.
|
static int |
OBJ_NUMERIC
RegularExpression Id.
|
static int |
OBJ_REF
RegularExpression Id.
|
static int |
OBJ_STRING_HEX
RegularExpression Id.
|
static int |
OBJ_STRING_LIT
RegularExpression Id.
|
static int |
OTHER_WHITE_SPACE
RegularExpression Id.
|
static int |
PDFA_HEADER
RegularExpression Id.
|
static int |
PERCENT
RegularExpression Id.
|
static int |
SPACE
RegularExpression Id.
|
static int |
START_DICTONNARY
RegularExpression Id.
|
static int |
START_OBJECT
RegularExpression Id.
|
static int |
STARTXREF_TAG
RegularExpression Id.
|
static int |
STREAM
RegularExpression Id.
|
static int |
SUBSECTION_ENTRIES
RegularExpression Id.
|
static int |
SUBSECTION_START
RegularExpression Id.
|
static String[] |
tokenImage
Literal token values.
|
static int |
TRAILER_TAG
RegularExpression Id.
|
static int |
UNBALANCED_LEFT_PARENTHESES
RegularExpression Id.
|
static int |
UNBALANCED_RIGHT_PARENTHESES
RegularExpression Id.
|
static int |
UNICODE
RegularExpression Id.
|
static int |
UPPERLETTER
RegularExpression Id.
|
static int |
WithinLIT
Lexical state.
|
static int |
WithinStream
Lexical state.
|
static int |
WithinTrailer
Lexical state.
|
static int |
XREF_TAG
RegularExpression Id.
|
static final int EOF
static final int SPACE
static final int OTHER_WHITE_SPACE
static final int EOL
static final int PERCENT
static final int PDFA_HEADER
static final int BINARY_TAG
static final int HTML_OPEN
static final int HTML_CLOSE
static final int END_OBJECT
static final int STREAM
static final int OBJ_BOOLEAN
static final int OBJ_NUMERIC
static final int OBJ_STRING_HEX
static final int OBJ_STRING_LIT
static final int OBJ_ARRAY_START
static final int OBJ_ARRAY_END
static final int OBJ_NAME
static final int OBJ_NULL
static final int OBJ_REF
static final int START_OBJECT
static final int DIGITS
static final int LOWERLETTER
static final int UPPERLETTER
static final int UNICODE
static final int UNBALANCED_LEFT_PARENTHESES
static final int UNBALANCED_RIGHT_PARENTHESES
static final int END_LITERAL
static final int INNER_START_LIT
static final int END_STREAM
static final int XREF_TAG
static final int FULL_LINE
static final int SUBSECTION_START
static final int SUBSECTION_ENTRIES
static final int FIRST_OBJECT_NUMBER
static final int TRAILER_TAG
static final int START_DICTONNARY
static final int END_DICTONNARY
static final int STARTXREF_TAG
static final int OBJ_NUMBER
static final int EOF_TRAILER_TAG
static final int DEFAULT
static final int WithinTrailer
static final int CrossRefTable
static final int WithinLIT
static final int WithinStream
static final String[] tokenImage
Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.