com.atlassian.renderer.wysiwyg.converter
Class FormatConverter

java.lang.Object
  extended by com.atlassian.renderer.wysiwyg.converter.FormatConverter

public class FormatConverter
extends Object


Field Summary
static FormatConverter INSTANCE
           
 
Method Summary
 boolean canConvert(NodeContext nodeContext)
          Return true if this converter can convert the given node.
 String convertNode(NodeContext nodeContext, DefaultWysiwygConverter wysiwygConverter)
          Convert a single Xhtml node to a string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static FormatConverter INSTANCE
Method Detail

canConvert

public boolean canConvert(NodeContext nodeContext)
Return true if this converter can convert the given node.


convertNode

public String convertNode(NodeContext nodeContext,
                          DefaultWysiwygConverter wysiwygConverter)
Convert a single Xhtml node to a string.



Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.