xpointer.parsing
Class Lexer

java.lang.Object
  |
  +--xpointer.parsing.Lexer

public class Lexer
extends java.lang.Object

Given an expression, the lexer builds an array of tokens. The array is made up of couples: the first element identifies the scheme type, the second element contains the schemedata.


Constructor Summary
Lexer(java.lang.String expr)
          Creates new Lexer
 
Method Summary
 void analyzeExpression()
          Tokenize an expression.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Lexer

public Lexer(java.lang.String expr)
Creates new Lexer
Parameters:
the - string to be analayzed
Method Detail

analyzeExpression

public void analyzeExpression()
Tokenize an expression.