|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.renderer.wysiwyg.converter.SpanConverter
public class SpanConverter
Converts a span node to wiki markup. Spans may contain macros that need to be handled by the WysiwygMacroHelper, wiki source divs that are converted as raw text or errors that are swallowed. All other spans have their children converted normally.
| Constructor Summary | |
|---|---|
SpanConverter()
|
|
| Method Summary | |
|---|---|
boolean |
canConvert(NodeContext nodeContext)
Return true if this converter can convert the given node. |
java.lang.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 |
| Constructor Detail |
|---|
public SpanConverter()
| Method Detail |
|---|
public boolean canConvert(NodeContext nodeContext)
public java.lang.String convertNode(NodeContext nodeContext,
DefaultWysiwygConverter wysiwygConverter)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||