MCPcopy Create free account
hub / github.com/GateNLP/gate-core / toXml

Method toXml

src/main/java/gate/Document.java:143–143  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

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

Callers 5

testDocRenderMethod · 0.95
testRepositioningInfoMethod · 0.65
exportMethod · 0.65

Implementers 1

DocumentImplsrc/main/java/gate/corpora/DocumentImp

Calls

no outgoing calls

Tested by 4

testDocRenderMethod · 0.76
testRepositioningInfoMethod · 0.52