com.itextpdf.text.pdf
Class ArrayBasedStringTokenizer

java.lang.Object
  extended by com.itextpdf.text.pdf.ArrayBasedStringTokenizer

public class ArrayBasedStringTokenizer
extends Object

Tokenizes the given text based on a given array of Strings. On assembling the output array, you should be able to get back the original text.

Author:
Palash Ray

Constructor Summary
ArrayBasedStringTokenizer(String[] tokens)
           
 
Method Summary
 String[] tokenize(String text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArrayBasedStringTokenizer

public ArrayBasedStringTokenizer(String[] tokens)
Method Detail

tokenize

public String[] tokenize(String text)


Copyright © 2013. All Rights Reserved.