wxtgui
Class RETokenizer

java.lang.Object
  extended bywxtgui.RETokenizer

public class RETokenizer
extends java.lang.Object

Tokenizer for XMLEditor Adapted from Claude Duguay, 2002


Nested Class Summary
static class RETokenizer.Token
           
 
Field Summary
protected  java.util.regex.Matcher matcher
           
protected  RETypes types
           
 
Constructor Summary
RETokenizer(RETypes types, java.lang.String text)
           
 
Method Summary
protected  RETokenizer.Token getToken(int pos)
           
 RETokenizer.Token nextToken()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

types

protected RETypes types

matcher

protected java.util.regex.Matcher matcher
Constructor Detail

RETokenizer

public RETokenizer(RETypes types,
                   java.lang.String text)
Method Detail

getToken

protected RETokenizer.Token getToken(int pos)

nextToken

public RETokenizer.Token nextToken()