org.exoplatform.services.token
Class TokenParser

java.lang.Object
  extended by org.exoplatform.services.token.TokenParser

public class TokenParser
extends java.lang.Object

Author : Nhu Dinh Thuan Email:nhudinhthuan@yahoo.com Aug 5, 2006


Nested Class Summary
static class TokenParser.Factory<T>
           
 
Constructor Summary
TokenParser()
           
 
Method Summary
<T,E extends TokenParser.Factory<T>>
void
createBeans(TokenParser.Factory<T> factory, char[] data)
           
 int findEndComment(char[] value, int start)
           
 boolean isComment(char[] value, int start)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TokenParser

public TokenParser()
Method Detail

createBeans

public <T,E extends TokenParser.Factory<T>> void createBeans(TokenParser.Factory<T> factory,
                                                             char[] data)
                 throws java.lang.Exception
Throws:
java.lang.Exception

isComment

public boolean isComment(char[] value,
                         int start)

findEndComment

public int findEndComment(char[] value,
                          int start)


Copyright © 2011 eXo Platform SAS. All Rights Reserved.