|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The code token extends the Token
with the ability to retrieve a namespace.
Method Summary | |
CodeToken |
cloneInDefaultNamespace()
Create a new instance of the token where the namespace is the default namespace and the other attributes are the same as for the current token. |
CodeToken |
cloneInNamespace(java.lang.String namespace)
Create a new instance of the token where the namespace is the given one and the other attributes are the same as for the current token. |
java.lang.String |
getName()
Getter for the name. |
java.lang.String |
getNamespace()
Getter for the namespace. |
Methods inherited from interface de.dante.extex.scanner.type.token.Token |
equals, equals, equals, equals, getCatcode, getChar, isa, toString, toText, toText, visit |
Method Detail |
public CodeToken cloneInDefaultNamespace()
public CodeToken cloneInNamespace(java.lang.String namespace)
namespace
- the namespace to use
public java.lang.String getName()
public java.lang.String getNamespace()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |