com.petebevin.markdown
Class HTMLToken

java.lang.Object
  extended by com.petebevin.markdown.HTMLToken

public class HTMLToken
extends Object


Method Summary
 String getText()
           
 boolean isTag()
           
static HTMLToken tag(String text)
           
static HTMLToken text(String text)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

tag

public static HTMLToken tag(String text)

text

public static HTMLToken text(String text)

isTag

public boolean isTag()
Returns:
true if this is a tag, false if it's text.

getText

public String getText()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011. All Rights Reserved.