org.exoplatform.social.common.xmlprocessor
Class Tokenizer
java.lang.Object
org.exoplatform.social.common.xmlprocessor.Tokenizer
public class Tokenizer
- extends Object
XML scanner/tokenizer
- Author:
- Ly Minh Phuong - http://phuonglm.net
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Tokenizer
public Tokenizer()
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 © 2013 eXo Platform SAS. All Rights Reserved.