org.exoplatform.social.common.xmlprocessor
Class Tokenizer

java.lang.Object
  extended by org.exoplatform.social.common.xmlprocessor.Tokenizer

public class Tokenizer
extends Object

XML scanner/tokenizer

Author:
Ly Minh Phuong - http://phuonglm.net

Constructor Summary
Tokenizer()
           
 
Method Summary
static List<String> tokenize(String html)
          Splits tag of XML String to an arrayList
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tokenizer

public Tokenizer()
Method Detail

tokenize

public static List<String> tokenize(String html)
Splits tag of XML String to an arrayList

Parameters:
html -
Returns:
List which each item is a token of HTML tag


Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.