GATE
Version 3.1-2270

Uses of Class
gate.util.DocumentFormatException

Packages that use DocumentFormatException
gate This package contains the public interface to the GATE Java API. 
gate.corpora   
 

Uses of DocumentFormatException in gate
 

Methods in gate that throw DocumentFormatException
abstract  void DocumentFormat.unpackMarkup(Document doc)
          Unpack the markup in the document.
abstract  void DocumentFormat.unpackMarkup(Document doc, RepositioningInfo repInfo, RepositioningInfo ampCodingInfo)
           
 void DocumentFormat.unpackMarkup(Document doc, String originalContentFeatureType)
          Unpack the markup in the document.
 

Uses of DocumentFormatException in gate.corpora
 

Methods in gate.corpora that throw DocumentFormatException
 void TextualDocumentFormat.annotateParagraphs(Document aDoc, int startOffset, int endOffset, String annotSetName)
          This method annotates paragraphs in a GATE document.
 void EmailDocumentFormat.unpackMarkup(Document doc)
          Unpack the markup in the document.
 void HtmlDocumentFormat.unpackMarkup(Document doc)
          Old style of unpackMarkup (without collecting of RepositioningInfo)
 void MSWordDocumentFormat.unpackMarkup(Document doc)
          Unpack the markup in the document.
 void PdfDocumentFormat.unpackMarkup(Document doc)
          Unpack the markup in the document.
 void RtfDocumentFormat.unpackMarkup(Document doc)
          Unpack the markup in the document.
 void SgmlDocumentFormat.unpackMarkup(Document doc)
          Unpack the markup in the document.
 void TextualDocumentFormat.unpackMarkup(Document doc)
          Unpack the markup in the document.
 void XmlDocumentFormat.unpackMarkup(Document doc)
          Old style of unpackMarkup (without collecting of RepositioningInfo)
 void HtmlDocumentFormat.unpackMarkup(Document doc, RepositioningInfo repInfo, RepositioningInfo ampCodingInfo)
          Unpack the markup in the document.
 void MSWordDocumentFormat.unpackMarkup(Document doc, RepositioningInfo repInfo, RepositioningInfo ampCodingInfo)
           
 void PdfDocumentFormat.unpackMarkup(Document doc, RepositioningInfo repInfo, RepositioningInfo ampCodingInfo)
           
 void TextualDocumentFormat.unpackMarkup(Document doc, RepositioningInfo repInfo, RepositioningInfo ampCodingInfo)
           
 void XmlDocumentFormat.unpackMarkup(Document doc, RepositioningInfo repInfo, RepositioningInfo ampCodingInfo)
          Unpack the markup in the document.
 


GATE
Version 3.1-2270