|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CodeToken
The code token extends the Token
with the ability to retrieve a name space.
| Method Summary | |
|---|---|
CodeToken |
cloneInDefaultNamespace()
Create a new instance of the token where the name space is the default name space 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 name space 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 name space. |
| Methods inherited from interface org.extex.scanner.type.token.Token |
|---|
eq, eq, eq, equals, getCatcode, getChar, isa, toString, toString, toText, toText, visit |
| Method Detail |
|---|
CodeToken cloneInDefaultNamespace()
CodeToken cloneInNamespace(java.lang.String namespace)
namespace - the name space to use
java.lang.String getName()
java.lang.String getNamespace()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||