org.exoplatform.services.html.tidy
Class TidyToken

java.lang.Object
  extended by org.exoplatform.services.common.util.Queue<T>
      extended by org.exoplatform.services.token.TokenParser.Factory<NodeImpl>
          extended by org.exoplatform.services.html.tidy.TidyToken

public class TidyToken
extends TokenParser.Factory<NodeImpl>

Author:
nhuthuan Email: nhudinhthuan@yahoo.com

Field Summary
 
Fields inherited from class org.exoplatform.services.common.util.Queue
current, first, last
 
Constructor Summary
TidyToken()
           
 
Method Summary
 int create(char[] data, int start, int end, int type)
           
 TokenParser getParser()
           
 void setParser(TokenParser parser)
           
 
Methods inherited from class org.exoplatform.services.common.util.Queue
hasNext, pop, push
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TidyToken

public TidyToken()
Method Detail

create

public int create(char[] data,
                  int start,
                  int end,
                  int type)
Specified by:
create in class TokenParser.Factory<NodeImpl>

getParser

public TokenParser getParser()

setParser

public void setParser(TokenParser parser)


Copyright © 2012 eXo Platform SAS. All Rights Reserved.