Crst::XMLRenderer
Inherits Crst::BaseRenderer < Reference < Object
Renders the AST as DocBook XML
This class traverses the document tree and converts each node to its corresponding DocBook XML representation.
Instance methods
render(node : Node) : String
Render a node to XML string
node - The node to render Returns the XML representation of the node