writer2latex.latex.i18n
Class UnicodeStringParser

java.lang.Object
  extended by writer2latex.latex.i18n.UnicodeStringParser

 class UnicodeStringParser
extends java.lang.Object


Field Summary
private  char c
           
private  char cc
           
private  int i
           
private  int nEnd
           
private  java.lang.String s
           
private  UnicodeTable table
           
 
Constructor Summary
UnicodeStringParser()
           
 
Method Summary
protected  char getChar()
           
protected  char getCombiningChar()
           
protected  boolean hasCombiningChar()
           
protected  boolean next()
           
protected  void reset(UnicodeTable table, java.lang.String s, int i, int nEnd)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

table

private UnicodeTable table

s

private java.lang.String s

i

private int i

nEnd

private int nEnd

c

private char c

cc

private char cc
Constructor Detail

UnicodeStringParser

UnicodeStringParser()
Method Detail

reset

protected void reset(UnicodeTable table,
                     java.lang.String s,
                     int i,
                     int nEnd)

next

protected boolean next()

getChar

protected char getChar()

hasCombiningChar

protected boolean hasCombiningChar()

getCombiningChar

protected char getCombiningChar()