public abstract class Token extends 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
are considered "simple" tokens for our purposes.public boolean isPdfACompliant()
true if this token is within PDF/A implementation
limits. Always returns true unless overridden.Copyright © 2008–2017 The Open Preservation Foundation. All rights reserved.