Uses of Interface
gate.TextualDocument

Packages that use TextualDocument
gate.corpora   
 

Uses of TextualDocument in gate.corpora
 

Classes in gate.corpora that implement TextualDocument
 class DocumentImpl
          Represents the commonalities between all sorts of documents.
 

Methods in gate.corpora with parameters of type TextualDocument
static String DocumentXmlUtils.textWithNodes(TextualDocument doc, String aText)
          Returns the document's text interspersed with <Node> elements at all points where the document has an annotation beginning or ending.
static String DocumentXmlUtils.toXml(TextualDocument doc)
          Returns a GateXml document that is a custom XML format for wich there is a reader inside GATE called gate.xml.GateFormatXmlHandler.