|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.pdf.api.id.IdSpec
public abstract class IdSpec
This is the abstract base class for ids. An id can either be a number or a name.
| Constructor Summary | |
|---|---|
protected |
IdSpec()
Creates a new object. |
| Method Summary | |
|---|---|
static IdSpec |
parseIdSpec(Context context,
TokenSource source,
Typesetter typesetter,
CodeToken prmitive)
This method parses an id spec. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected IdSpec()
| Method Detail |
|---|
public static IdSpec parseIdSpec(Context context,
TokenSource source,
Typesetter typesetter,
CodeToken prmitive)
throws HelpingException,
TypesetterException
source - the source for new tokenscontext - the interpreter contexttypesetter - the typesetterprmitive - the name of the current primitive
HelpingException - in case of an parse error
TypesetterException - in case of an error in the typesetter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||