org.umber.crucible.docgen
Class AsciiToXml

java.lang.Object
  extended byorg.umber.crucible.docgen.AsciiToXml

public class AsciiToXml
extends java.lang.Object

Parses an ASCII text document and converts it into an XML format for easier conversion.

Author:
jsheets

Constructor Summary
AsciiToXml()
           
 
Method Summary
 Datum convertToXml(java.lang.String text)
          Converts the given text into a Bellows XML tree.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsciiToXml

public AsciiToXml()
Method Detail

convertToXml

public Datum convertToXml(java.lang.String text)
Converts the given text into a Bellows XML tree.

Parameters:
text - input text
Returns:
output XML