info.bliki.htmlcleaner
Class CommentToken

java.lang.Object
  extended by info.bliki.htmlcleaner.CommentToken
All Implemented Interfaces:
BaseToken

public class CommentToken
extends java.lang.Object
implements BaseToken

HTML comment token.

Created by: Vladimir Nikic
Date: November, 2006.


Constructor Summary
CommentToken(java.lang.String content)
           
 
Method Summary
 java.lang.String getContent()
           
 void serialize(XmlSerializer xmlSerializer)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CommentToken

public CommentToken(java.lang.String content)
Method Detail

getContent

public java.lang.String getContent()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

serialize

public void serialize(XmlSerializer xmlSerializer)
               throws java.io.IOException
Specified by:
serialize in interface BaseToken
Throws:
java.io.IOException


Copyright © 2012 Java Wikipedia API (Bliki engine). All Rights Reserved.