|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Document in gate |
Fields in gate declared as Document | |
(package private) Document |
CookBook.doc1
A document |
(package private) Document |
CookBook.doc2
Another document |
Methods in gate that return Document | |
static Document |
Factory.newDocument(URL sourceUrl)
Create a new transient Document from a URL. |
static Document |
Factory.newDocument(URL sourceUrl,
String encoding)
Create a new transient Document from a URL and an encoding. |
static Document |
Factory.newDocument(String content)
Create a new transient textual Document from a string. |
Document |
AnnotationSet.getDocument()
Get the document this set is attached to. |
Methods in gate with parameters of type Document | |
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. |
static DocumentFormat |
DocumentFormat.getDocumentFormat(Document aGateDocument,
org.w3c.www.mime.MimeType mimeType)
Find a DocumentFormat implementation that deals with a particular MIME type, given that type. |
static DocumentFormat |
DocumentFormat.getDocumentFormat(Document aGateDocument,
String fileSuffix)
Find a DocumentFormat implementation that deals with a particular MIME type, given the file suffix (e.g. |
static DocumentFormat |
DocumentFormat.getDocumentFormat(Document aGateDocument,
URL url)
Find a DocumentFormat implementation that deals with a particular MIME type, given the URL of the Document. |
Uses of Document in gate.annotation |
Fields in gate.annotation declared as Document | |
protected Document |
TestAnnotation.doc1
A document |
private Document |
AnnotationDiff.keyDocument
This document contains the key annotation set which is taken as reference in comparison |
private Document |
AnnotationDiff.responseDocument
This document contains the response annotation set which is being compared against the key annotation set. |
Methods in gate.annotation that return Document | |
Document |
AnnotationSetImpl.getDocument()
Get the document this set is attached to. |
Document |
AnnotationDiff.getKeyDocument()
|
Methods in gate.annotation with parameters of type Document | |
void |
AnnotationDiff.setKeyDocument(Document aKeyDocument)
Sets the keyDocument in AnnotDiff |
void |
AnnotationDiff.setResponseDocument(Document aResponseDocument)
|
Constructors in gate.annotation with parameters of type Document | |
AnnotationSetImpl(Document doc)
Construction from Document. |
|
AnnotationSetImpl(Document doc,
String name)
Construction from Document and name. |
Uses of Document in gate.corpora |
Classes in gate.corpora that implement Document | |
class |
DocumentImpl
Represents the commonalities between all sorts of documents. |
Methods in gate.corpora with parameters of type Document | |
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. |
private String |
SgmlDocumentFormat.sgml2Xml(Document doc)
|
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. |
static void |
TestDocument.verifyNodeIdConsistency(Document doc)
The reason this is method begins with verify and not with test is that it gets called by various other test methods. |
static void |
TestDocument.verifyNodeIdConsistency(AnnotationSet annotSet,
Map offests2NodeId,
Document doc)
This metod runs the test over an annotation Set. |
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)
|
Uses of Document in gate.creole |
Fields in gate.creole declared as Document | |
private Document |
POSTagger.document
|
private Document |
Transducer.document
The Document curently set as target for this transducer. |
protected Document |
AbstractLanguageAnalyser.document
The document property for this analyser. |
Methods in gate.creole that return Document | |
Document |
POSTagger.getDocument()
|
Document |
Transducer.getDocument()
Gets the document currently set as target for this transducer. |
Document |
AbstractLanguageAnalyser.getDocument()
Get the document property for this analyser. |
Methods in gate.creole with parameters of type Document | |
void |
POSTagger.setDocument(Document newDocument)
|
void |
Transducer.setDocument(Document newDocument)
Sets the document to be processed through this transducer. |
void |
AbstractLanguageAnalyser.setDocument(Document document)
Set the document property for this analyser. |
Uses of Document in gate.creole.gazetteer |
Fields in gate.creole.gazetteer declared as Document | |
protected Document |
DefaultGazetteer.document
Used to store the document currently being parsed |
Methods in gate.creole.gazetteer with parameters of type Document | |
void |
DefaultGazetteer.setDocument(Document newDocument)
Sets the document to be processed by the next run |
Uses of Document in gate.creole.namematch |
Fields in gate.creole.namematch declared as Document | |
protected Document |
Namematch.document
the document for namematch |
Methods in gate.creole.namematch that return Document | |
Document |
Namematch.getDocument()
Gets the document currently set as target for this namematch. |
Methods in gate.creole.namematch with parameters of type Document | |
void |
Namematch.setDocument(Document newDocument)
set the document |
private void |
Namematch.buildTables(Document doc)
Tables for namematch info (used by the namematch rules) |
Uses of Document in gate.creole.nerc |
Fields in gate.creole.nerc declared as Document | |
protected Document |
Nerc.document
|
Methods in gate.creole.nerc that return Document | |
Document |
Nerc.getDocument()
|
Methods in gate.creole.nerc with parameters of type Document | |
void |
Nerc.setDocument(Document newDocument)
|
Constructors in gate.creole.nerc with parameters of type Document | |
EntityDescriptor(Document document,
Annotation annotation)
Constructs a new entity descriptor starting from a Gate annotation |
|
EntitySet(String fileName,
Document document,
AnnotationSet annotationSet)
Constructs an entity set from a Gate annotation set |
Uses of Document in gate.creole.tokeniser |
Fields in gate.creole.tokeniser declared as Document | |
protected Document |
DefaultTokeniser.document
the document to be tokenised |
Methods in gate.creole.tokeniser that return Document | |
Document |
DefaultTokeniser.getDocument()
|
Methods in gate.creole.tokeniser with parameters of type Document | |
void |
DefaultTokeniser.setDocument(Document newDocument)
|
Uses of Document in gate.db |
Classes in gate.db that implement Document | |
class |
DocumentWrapper
This class extends DocumentImpl adding database persistence via Jdbc. |
Uses of Document in gate.email |
Fields in gate.email declared as Document | |
private Document |
EmailDocumentHandler.gateDocument
|
Constructors in gate.email with parameters of type Document | |
EmailDocumentHandler(Document aGateDocument,
Map aMarkupElementsMap,
Map anElement2StringMap)
Constructor initialises some private fields |
Uses of Document in gate.event |
Fields in gate.event declared as Document | |
private Document |
AnnotationSetEvent.sourceDocument
|
Methods in gate.event that return Document | |
Document |
AnnotationSetEvent.getSourceDocument()
Gets the document that has had an annotation added or removed. |
Constructors in gate.event with parameters of type Document | |
DocumentEvent(Document source,
int type,
String setName)
Constructor. |
|
AnnotationSetEvent(AnnotationSet source,
int type,
Document sourceDocument,
Annotation annotation)
Constructor. |
Uses of Document in gate.gui |
Fields in gate.gui declared as Document | |
private Document |
AnnotationEditor.document
The Document currently displayed. |
private Document |
SyntaxTreeViewer.document
|
Methods in gate.gui that return Document | |
Document |
AnnotDiffDialog.getSelectedKeyDocument()
It returns the selected KEY gate.Document |
Document |
AnnotDiffDialog.getSelectedResponseDocument()
It returns the selected RESPONSE gate.Document |
Document |
AnnotationEditor.getDocument()
Gets the currently displayed document |
Methods in gate.gui with parameters of type Document | |
void |
AnnotationEditor.setDocument(Document newDocument)
Sets the document to be displayed |
boolean |
STreeNode.createAnnotation(Document doc,
String type,
String text,
int utteranceOffset)
Creates an annotation of the given type. |
void |
STreeNode.removeAnnotation(Document doc)
Store the annotation in the deleted list so it can retrieved later |
Uses of Document in gate.html |
Fields in gate.html declared as Document | |
private Document |
HtmlDocumentHandler.doc
|
Constructors in gate.html with parameters of type Document | |
HtmlDocumentHandler(Document aDocument,
<
Constructor initialises all the private memeber data. |
|
HtmlDocumentHandler(Document aDocument,
<
Constructor initialises all the private memeber data |
Uses of Document in gate.jape |
Methods in gate.jape with parameters of type Document | |
boolean |
ComplexPatternElement.matches(Document doc,
int position,
MutableInteger newPosition)
Does this element match the document at this position? |
boolean |
LeftHandSide.matches(Document doc,
int position,
MutableInteger newPosition)
Does the LHS match the document at this position? |
void |
RhsAction.doit(Document doc,
AnnotationSet annotations,
Map bindings)
|
boolean |
Matcher.matches(Document doc,
int position,
MutableInteger newPosition)
Does this element match the document at this position? |
abstract void |
Transducer.transduce(Document doc,
AnnotationSet inputAS,
AnnotationSet outputAS)
Transduce a document. |
void |
SinglePhaseTransducer.transduce1(Document doc,
AnnotationSet annotationSet)
Transduce a document using the annotation set provided and the current rule application style. |
void |
SinglePhaseTransducer.transduce(Document doc,
AnnotationSet inputAS,
AnnotationSet outputAS)
Transduce a document using the annotation set provided and the current rule application style. |
void |
RightHandSide.transduce(Document doc,
AnnotationSet annotations,
Map bindings)
Makes changes to the document, using LHS bindings. |
void |
Batch.transduce(Document doc)
Process a single document. |
void |
Batch.transduce(Document doc,
AnnotationSet inputAS,
AnnotationSet outputAS)
Process a single document. |
boolean |
ConstraintGroup.matches(Document doc,
int position,
MutableInteger newPosition)
Does this element match the document at this position? |
void |
MultiPhaseTransducer.transduce(Document doc,
AnnotationSet input,
AnnotationSet output)
Transduce the document by running each phase in turn. |
boolean |
BasicPatternElement.matches(Document doc,
int position,
MutableInteger newPosition)
Does this element match the document at this position? |
int |
Rule.getNextMatch(Document doc,
int position,
int end)
If another match at or beyond position is possible return
the position we want to fire in, else -1. |
boolean |
Rule.matches(Document doc,
int position,
MutableInteger newPosition)
Does this element match the document at this position? |
void |
Rule.transduce(Document doc,
AnnotationSet inputAS,
AnnotationSet outputAS)
Apply the RHS of this rule (LHS must have been matched first). |
Uses of Document in gate.sgml |
Fields in gate.sgml declared as Document | |
private Document |
Sgml2Xml.m_doc
|
Constructors in gate.sgml with parameters of type Document | |
Sgml2Xml(Document doc)
The other constructor |
Uses of Document in gate.util |
Fields in gate.util declared as Document | |
private Document |
DumbTokeniser.doc
|
Methods in gate.util with parameters of type Document | |
void |
DumbTokeniser.tokenise(Document doc,
AnnotationSet annotationSet,
boolean runInNewThread)
Tokenises the given document writting all the generated annotations in the provided annotation set. |
void |
DumbTokeniser.tokenise(Document doc,
boolean runInNewThread)
Tokenises the given document writting all the generated annotations in the default annotation set. |
Uses of Document in gate.xml |
Fields in gate.xml declared as Document | |
private Document |
XmlDocumentHandler.doc
|
private Document |
GateFormatXmlDocumentHandler.doc
A gate document |
Constructors in gate.xml with parameters of type Document | |
XmlDocumentHandler(Document aDocument,
Map aMarkupElementsMap,
Map anElement2StringMap)
Constructs a XmlDocumentHandler object. |
|
XmlDocumentHandler(Document aDocument,
Map aMarkupElementsMap,
Map anElement2StringMap,
AnnotationSet anAnnotationSet)
Constructs a XmlDocumentHandler object. |
|
GateFormatXmlDocumentHandler(Document aDocument)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |