Returns a GateXml document. This document is actually a serialization of a Gate Document in XML. The writeDocument methods of DocumentStaxUtils provide the standard implementation of this serialization format which will work for any Document implementation. Implementations o
()
| 141 | * @return a string representing a Gate Xml document |
| 142 | */ |
| 143 | public String toXml(); |
| 144 | |
| 145 | /** Returns an XML document aming to preserve the original markups( |
| 146 | * the original markup will be in the same place and format as it was |
no outgoing calls