public abstract class Token
extends java.lang.Object
| Constructor and Description |
|---|
Token()
Superclass constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isPdfACompliant()
Returns
true if this token is within PDF/A implementation
limits. |
boolean |
isSimpleToken()
Returns
true if the token is one which the Parser
treats as a unitary object. |
public boolean isSimpleToken()
true if the token is one which the Parser
treats as a unitary object. Everything but arrays and dictionaries
is considered a "simple" token for our purposes.public boolean isPdfACompliant()
true if this token is within PDF/A implementation
limits. Always returns true unless overridden.