Uses of Class
gate.util.DocumentFormatException

Packages that use DocumentFormatException
gate  
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, String originalContentFeatureType)
          Unpack the markup in the document.
 

Uses of DocumentFormatException in gate.corpora
 

Methods in gate.corpora that throw DocumentFormatException
 void TextualDocumentFormat.unpackMarkup(Document doc)
          Unpack the markup in the document.
 void TextualDocumentFormat.unpackMarkup(Document doc, String originalContentFeatureType)
           
 void SgmlDocumentFormat.unpackMarkup(Document doc)
          Unpack the markup in the document.
 void SgmlDocumentFormat.unpackMarkup(Document doc, String originalContentFeatureType)
          Unpack the markup in the document.
 void HtmlDocumentFormat.unpackMarkup(Document doc)
          Unpack the markup in the document.
 void HtmlDocumentFormat.unpackMarkup(Document doc, String originalContentFeatureType)
          Unpack the markup in the document.
 void RtfDocumentFormat.unpackMarkup(Document doc)
          Unpack the markup in the document.
 void RtfDocumentFormat.unpackMarkup(Document doc, String originalContentFeatureType)
          Unpack the markup in the document.
 void EmailDocumentFormat.unpackMarkup(Document doc)
          Unpack the markup in the document.
 void EmailDocumentFormat.unpackMarkup(Document doc, String originalContentFeatureType)
          Unpack the markup in the document.
 void XmlDocumentFormat.unpackMarkup(Document doc)
          Unpack the markup in the document.
 void XmlDocumentFormat.unpackMarkup(Document doc, String originalContentFeature)
          Unpack the markup in the document.
private  void XmlDocumentFormat.parseDocumentWithoutURL(Document aDocument)