Package com.contentstack.utils.node
Class NodeToHTML
java.lang.Object
com.contentstack.utils.node.NodeToHTML
The type Node to html.
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringtextNodeToHTML(org.json.JSONObject nodeText, Option renderOption) Text node to html string.
-
Method Details
-
textNodeToHTML
Text node to html string.- Parameters:
nodeText- the node textrenderOption- the render option- Returns:
- the string
-