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

Method getEncoding

src/main/java/gate/TextualDocument.java:27–27  ·  view source on GitHub ↗

Gets the encoding used for this document. This encoding has been used to read the content for the document and will be used for dumping this document to other textual formats such as XML. @return a String value.

()

Source from the content-addressed store, hash-verified

25 * @return a String value.
26 */
27 public String getEncoding();
28}

Callers 10

testRepositioningInfoMethod · 0.65
documentsEqualMethod · 0.65
toXmlMethod · 0.65
unpackMarkupMethod · 0.65
toXmlMethod · 0.65
writeDocumentMethod · 0.65
runMethod · 0.65
runMethod · 0.65

Implementers 4

DocumentImplsrc/main/java/gate/corpora/DocumentImp
InlineXMLExportersrc/main/java/gate/corpora/export/Inli
SingleConcatenatedFileInputDialogsrc/main/java/gate/gui/SingleConcatena
CorpusFillerComponentsrc/main/java/gate/gui/CorpusFillerCom

Calls

no outgoing calls

Tested by 2

testRepositioningInfoMethod · 0.52
documentsEqualMethod · 0.52