public class IdRefTokenizer extends Object
Modifier and Type | Field and Description |
---|---|
protected static String |
END |
protected int |
index1 |
protected int |
index2 |
protected static String |
START |
protected String |
str |
protected org.vectomatic.svg.edit.client.engine.IdRefTokenizer.IdRefToken |
token |
Constructor and Description |
---|
IdRefTokenizer() |
Modifier and Type | Method and Description |
---|---|
org.vectomatic.svg.edit.client.engine.IdRefTokenizer.IdRefToken |
nextToken() |
void |
tokenize(String str) |
protected static final String START
protected static final String END
protected org.vectomatic.svg.edit.client.engine.IdRefTokenizer.IdRefToken token
protected String str
protected int index1
protected int index2
public void tokenize(String str)
public org.vectomatic.svg.edit.client.engine.IdRefTokenizer.IdRefToken nextToken()
Copyright © 2018. All Rights Reserved.