Uses of Class
net.sf.okapi.common.resource.RawDocument
-
-
Uses of RawDocument in net.sf.okapi.common
Methods in net.sf.okapi.common that return RawDocument Modifier and Type Method Description RawDocument
Event. getRawDocument()
Convenience method returns theIResource
as aRawDocument
. -
Uses of RawDocument in net.sf.okapi.common.filters
Fields in net.sf.okapi.common.filters declared as RawDocument Modifier and Type Field Description protected RawDocument
AbstractLineFilter. input
Methods in net.sf.okapi.common.filters with parameters of type RawDocument Modifier and Type Method Description List<Event>
AbstractSubFilter. getEvents(RawDocument input)
List<Event>
ISubFilter. getEvents(RawDocument input)
Get events by subfilter at once, without using open()/hasNext()/next()/close().void
AbstractCompoundFilter. open(RawDocument input)
void
AbstractCompoundFilter. open(RawDocument input, boolean generateSkeleton)
void
AbstractFilter. open(RawDocument input, boolean generateSkeleton)
void
AbstractLineFilter. open(RawDocument input)
void
AbstractLineFilter. open(RawDocument input, boolean generateSkeleton)
void
IFilter. open(RawDocument input)
Opens the input document described in a give RawDocument object.void
IFilter. open(RawDocument input, boolean generateSkeleton)
Opens the input document described in a give RawDocument object, and optionally creates skeleton information.void
SubFilterWrapper. open(RawDocument input)
void
SubFilterWrapper. open(RawDocument input, boolean generateSkeleton)
-
Uses of RawDocument in net.sf.okapi.common.pipeline
Methods in net.sf.okapi.common.pipeline with parameters of type RawDocument Modifier and Type Method Description void
IPipeline. process(RawDocument input)
StartsIPipeline
processing with aRawDocument
as input.void
Pipeline. process(RawDocument input)
-
Uses of RawDocument in net.sf.okapi.common.pipelinebuilder
Methods in net.sf.okapi.common.pipelinebuilder that return RawDocument Modifier and Type Method Description RawDocument
XDocument. getRawDocument()
Methods in net.sf.okapi.common.pipelinebuilder with parameters of type RawDocument Modifier and Type Method Description void
XDocument. setRawDocument(RawDocument rawDocument)
Constructors in net.sf.okapi.common.pipelinebuilder with parameters of type RawDocument Constructor Description XBatchItem(RawDocument rawDocument)
XBatchItem(RawDocument rawDoc, URI outputURI, String outputEncoding)
XDocument(RawDocument rawDocument)
XDocument(RawDocument rawDoc, URI outputURI, String outputEncoding)
-
Uses of RawDocument in net.sf.okapi.common.pipelinedriver
Fields in net.sf.okapi.common.pipelinedriver declared as RawDocument Modifier and Type Field Description RawDocument
DocumentData. rawDocument
The inputRawDocument
itself.Methods in net.sf.okapi.common.pipelinedriver that return RawDocument Modifier and Type Method Description RawDocument
BatchItemContext. getRawDocument(int index)
RawDocument
IBatchItemContext. getRawDocument(int index)
Gets a RawDocument object from the given input document of this batch item.Methods in net.sf.okapi.common.pipelinedriver with parameters of type RawDocument Modifier and Type Method Description void
BatchItemContext. add(RawDocument rawDoc, URI outputURI, String outputEncoding)
Adds a document to the list of inputs for this batch item using the provided arguments.void
IPipelineDriver. addBatchItem(RawDocument... rawDocs)
Adds an item to this batch, using one or more RawDocument objects.void
IPipelineDriver. addBatchItem(RawDocument rawDoc, URI outputURI, String outputEncoding)
Adds an item to this batch, using a RawDocument object.void
PipelineDriver. addBatchItem(RawDocument... rawDocs)
void
PipelineDriver. addBatchItem(RawDocument rawDoc, URI outputURI, String outputEncoding)
Constructors in net.sf.okapi.common.pipelinedriver with parameters of type RawDocument Constructor Description BatchItemContext(RawDocument rawDoc, URI outputURI, String outputEncoding)
Creates a new BatchItemContext object and initializes it with a givenRawDocument
and additional arguments.BatchItemContext(RawDocument rawDoc, URI outputURI, String outputEncoding, RawDocument... rawDocs)
Creates a new BatchItemContext object and initializes it with a givenRawDocument
and additional arguments. -
Uses of RawDocument in net.sf.okapi.common.resource
Methods in net.sf.okapi.common.resource that return RawDocument Modifier and Type Method Description RawDocument
PipelineParameters. getInputRawDocument()
RawDocument
PipelineParameters. getSecondInputRawDocument()
RawDocument
PipelineParameters. getThirdInputRawDocument()
Methods in net.sf.okapi.common.resource with parameters of type RawDocument Modifier and Type Method Description void
PipelineParameters. setInputRawDocument(RawDocument inputRawDocument)
void
PipelineParameters. setSecondInputRawDocument(RawDocument secondInputRawDocument)
void
PipelineParameters. setThirdInputRawDocument(RawDocument thirdInputRawDocument)
Constructors in net.sf.okapi.common.resource with parameters of type RawDocument Constructor Description PipelineParameters(StartDocument startDoc, RawDocument inputDoc, RawDocument secondDoc, RawDocument thirdDoc)
Creates a ParametersEvent object with most majority of defaults initialized -
Uses of RawDocument in net.sf.okapi.filters.abstractmarkup
Methods in net.sf.okapi.filters.abstractmarkup with parameters of type RawDocument Modifier and Type Method Description protected String
AbstractMarkupFilter. detectEncoding(RawDocument input)
void
AbstractMarkupFilter. open(RawDocument input)
Start a newIFilter
using the suppliedRawDocument
.void
AbstractMarkupFilter. open(RawDocument input, boolean generateSkeleton)
Start a newIFilter
using the suppliedRawDocument
. -
Uses of RawDocument in net.sf.okapi.filters.archive
Methods in net.sf.okapi.filters.archive with parameters of type RawDocument Modifier and Type Method Description void
ArchiveFilter. open(RawDocument input)
void
ArchiveFilter. open(RawDocument input, boolean generateSkeleton)
-
Uses of RawDocument in net.sf.okapi.filters.autoxliff
Methods in net.sf.okapi.filters.autoxliff with parameters of type RawDocument Modifier and Type Method Description void
AutoXLIFFFilter. open(RawDocument input)
void
AutoXLIFFFilter. open(RawDocument input, boolean generateSkeleton)
-
Uses of RawDocument in net.sf.okapi.filters.doxygen
Methods in net.sf.okapi.filters.doxygen with parameters of type RawDocument Modifier and Type Method Description void
DoxygenFilter. open(RawDocument input)
void
DoxygenFilter. open(RawDocument input, boolean generateSkeleton)
-
Uses of RawDocument in net.sf.okapi.filters.dtd
Methods in net.sf.okapi.filters.dtd with parameters of type RawDocument Modifier and Type Method Description void
DTDFilter. open(RawDocument input)
void
DTDFilter. open(RawDocument input, boolean generateSkeleton)
-
Uses of RawDocument in net.sf.okapi.filters.html
Methods in net.sf.okapi.filters.html with parameters of type RawDocument Modifier and Type Method Description void
HtmlFilter. open(RawDocument input, boolean generateSkeleton)
-
Uses of RawDocument in net.sf.okapi.filters.icml
Methods in net.sf.okapi.filters.icml with parameters of type RawDocument Modifier and Type Method Description void
ICMLFilter. open(RawDocument input)
void
ICMLFilter. open(RawDocument input, boolean generateSkeleton)
-
Uses of RawDocument in net.sf.okapi.filters.idml
Methods in net.sf.okapi.filters.idml with parameters of type RawDocument Modifier and Type Method Description void
IDMLFilter. open(RawDocument input)
void
IDMLFilter. open(RawDocument rawDocument, boolean generateSkeleton)
-
Uses of RawDocument in net.sf.okapi.filters.its
Fields in net.sf.okapi.filters.its declared as RawDocument Modifier and Type Field Description protected RawDocument
ITSFilter. input
Methods in net.sf.okapi.filters.its with parameters of type RawDocument Modifier and Type Method Description void
ITSFilter. open(RawDocument input)
void
ITSFilter. open(RawDocument input, boolean generateSkeleton)
-
Uses of RawDocument in net.sf.okapi.filters.json
Methods in net.sf.okapi.filters.json with parameters of type RawDocument Modifier and Type Method Description void
JSONFilter. open(RawDocument input)
void
JSONFilter. open(RawDocument input, boolean generateSkeleton)
-
Uses of RawDocument in net.sf.okapi.filters.markdown
Methods in net.sf.okapi.filters.markdown with parameters of type RawDocument Modifier and Type Method Description void
MarkdownFilter. open(RawDocument input)
void
MarkdownFilter. open(RawDocument input, boolean generateSkeleton)
-
Uses of RawDocument in net.sf.okapi.filters.mif
Methods in net.sf.okapi.filters.mif with parameters of type RawDocument Modifier and Type Method Description void
MIFFilter. open(RawDocument input)
void
MIFFilter. open(RawDocument rawDocument, boolean generateSkeleton)
-
Uses of RawDocument in net.sf.okapi.filters.mosestext
Methods in net.sf.okapi.filters.mosestext with parameters of type RawDocument Modifier and Type Method Description void
MosesTextFilter. open(RawDocument input)
void
MosesTextFilter. open(RawDocument input, boolean generateSkeleton)
-
Uses of RawDocument in net.sf.okapi.filters.multiparsers
Methods in net.sf.okapi.filters.multiparsers with parameters of type RawDocument Modifier and Type Method Description void
MultiParsersFilter. open(RawDocument input)
void
MultiParsersFilter. open(RawDocument input, boolean generateSkeleton)
-
Uses of RawDocument in net.sf.okapi.filters.openoffice
Methods in net.sf.okapi.filters.openoffice with parameters of type RawDocument Modifier and Type Method Description void
ODFFilter. open(RawDocument input)
void
ODFFilter. open(RawDocument input, boolean generateSkeleton)
void
OpenOfficeFilter. open(RawDocument input)
void
OpenOfficeFilter. open(RawDocument input, boolean generateSkeleton)
-
Uses of RawDocument in net.sf.okapi.filters.openxml
Methods in net.sf.okapi.filters.openxml with parameters of type RawDocument Modifier and Type Method Description void
OpenXMLFilter. open(RawDocument input)
Opens a RawDocument for filtering, defaulting to generating the skeletonvoid
OpenXMLFilter. open(RawDocument rawDocument, boolean generateSkeleton)
Opens a RawDocument for filtering -
Uses of RawDocument in net.sf.okapi.filters.pdf
Methods in net.sf.okapi.filters.pdf with parameters of type RawDocument Modifier and Type Method Description void
PdfFilter. open(RawDocument input)
void
PdfFilter. open(RawDocument input, boolean generateSkeleton)
-
Uses of RawDocument in net.sf.okapi.filters.pensieve
Methods in net.sf.okapi.filters.pensieve with parameters of type RawDocument Modifier and Type Method Description void
PensieveFilter. open(RawDocument input)
void
PensieveFilter. open(RawDocument input, boolean generateSkeleton)
-
Uses of RawDocument in net.sf.okapi.filters.php
Methods in net.sf.okapi.filters.php with parameters of type RawDocument Modifier and Type Method Description void
PHPContentFilter. open(RawDocument input)
void
PHPContentFilter. open(RawDocument input, boolean generateSkeleton)
-
Uses of RawDocument in net.sf.okapi.filters.plaintext.regex
Methods in net.sf.okapi.filters.plaintext.regex with parameters of type RawDocument Modifier and Type Method Description void
RegexPlainTextFilter. open(RawDocument input)
void
RegexPlainTextFilter. open(RawDocument input, boolean generateSkeleton)
-
Uses of RawDocument in net.sf.okapi.filters.po
Methods in net.sf.okapi.filters.po with parameters of type RawDocument Modifier and Type Method Description void
POFilter. open(RawDocument input)
void
POFilter. open(RawDocument input, boolean generateSkeleton)
-
Uses of RawDocument in net.sf.okapi.filters.properties
Methods in net.sf.okapi.filters.properties with parameters of type RawDocument Modifier and Type Method Description void
PropertiesFilter. open(RawDocument input)
void
PropertiesFilter. open(RawDocument input, boolean generateSkeleton)
-
Uses of RawDocument in net.sf.okapi.filters.rainbowkit
Methods in net.sf.okapi.filters.rainbowkit with parameters of type RawDocument Modifier and Type Method Description void
RainbowKitFilter. open(RawDocument input)
void
RainbowKitFilter. open(RawDocument input, boolean generateSkeleton)
void
XLIFF2Filter. open(RawDocument input)
void
XLIFF2Filter. open(RawDocument input, boolean generateSkeleton)
-
Uses of RawDocument in net.sf.okapi.filters.regex
Methods in net.sf.okapi.filters.regex with parameters of type RawDocument Modifier and Type Method Description void
RegexFilter. open(RawDocument input)
void
RegexFilter. open(RawDocument input, boolean generateSkeleton)
-
Uses of RawDocument in net.sf.okapi.filters.rtf
Methods in net.sf.okapi.filters.rtf with parameters of type RawDocument Modifier and Type Method Description void
RTFFilter. open(RawDocument input)
void
RTFFilter. open(RawDocument input, boolean generateSkeleton)
-
Uses of RawDocument in net.sf.okapi.filters.sdlpackage
Methods in net.sf.okapi.filters.sdlpackage with parameters of type RawDocument Modifier and Type Method Description void
SdlPackageFilter. open(RawDocument input, boolean generateSkeleton)
-
Uses of RawDocument in net.sf.okapi.filters.subtitles
Methods in net.sf.okapi.filters.subtitles with parameters of type RawDocument Modifier and Type Method Description void
SubtitleFilter. open(RawDocument input)
void
SubtitleFilter. open(RawDocument input, boolean generateSkeleton)
-
Uses of RawDocument in net.sf.okapi.filters.tex
Methods in net.sf.okapi.filters.tex with parameters of type RawDocument Modifier and Type Method Description void
TEXFilter. open(RawDocument input)
void
TEXFilter. open(RawDocument input, boolean generateSkeleton)
-
Uses of RawDocument in net.sf.okapi.filters.tmx
Methods in net.sf.okapi.filters.tmx with parameters of type RawDocument Modifier and Type Method Description void
TmxFilter. open(RawDocument input)
void
TmxFilter. open(RawDocument input, boolean generateSkeleton)
-
Uses of RawDocument in net.sf.okapi.filters.transifex
Methods in net.sf.okapi.filters.transifex with parameters of type RawDocument Modifier and Type Method Description void
TransifexFilter. open(RawDocument input)
void
TransifexFilter. open(RawDocument input, boolean generateSkeleton)
-
Uses of RawDocument in net.sf.okapi.filters.transtable
Methods in net.sf.okapi.filters.transtable with parameters of type RawDocument Modifier and Type Method Description void
TransTableFilter. open(RawDocument input)
void
TransTableFilter. open(RawDocument input, boolean generateSkeleton)
-
Uses of RawDocument in net.sf.okapi.filters.ts
Methods in net.sf.okapi.filters.ts with parameters of type RawDocument Modifier and Type Method Description void
TsFilter. open(RawDocument input)
void
TsFilter. open(RawDocument input, boolean generateSkeleton)
-
Uses of RawDocument in net.sf.okapi.filters.ttml
Methods in net.sf.okapi.filters.ttml with parameters of type RawDocument Modifier and Type Method Description void
TTMLFilter. open(RawDocument input, boolean generateSkeleton)
-
Uses of RawDocument in net.sf.okapi.filters.ttx
Methods in net.sf.okapi.filters.ttx with parameters of type RawDocument Modifier and Type Method Description void
TTXFilter. open(RawDocument input)
void
TTXFilter. open(RawDocument input, boolean generateSkeleton)
-
Uses of RawDocument in net.sf.okapi.filters.txml
Methods in net.sf.okapi.filters.txml with parameters of type RawDocument Modifier and Type Method Description void
TXMLFilter. open(RawDocument input)
void
TXMLFilter. open(RawDocument input, boolean generateSkeleton)
-
Uses of RawDocument in net.sf.okapi.filters.vignette
Methods in net.sf.okapi.filters.vignette with parameters of type RawDocument Modifier and Type Method Description void
VignetteFilter. open(RawDocument input)
void
VignetteFilter. open(RawDocument input, boolean generateSkeleton)
-
Uses of RawDocument in net.sf.okapi.filters.vtt
Methods in net.sf.okapi.filters.vtt with parameters of type RawDocument Modifier and Type Method Description void
VTTFilter. open(RawDocument input, boolean generateSkeleton)
-
Uses of RawDocument in net.sf.okapi.filters.wiki
Methods in net.sf.okapi.filters.wiki with parameters of type RawDocument Modifier and Type Method Description void
WikiFilter. open(RawDocument input)
void
WikiFilter. open(RawDocument input, boolean generateSkeleton)
-
Uses of RawDocument in net.sf.okapi.filters.xini
Methods in net.sf.okapi.filters.xini with parameters of type RawDocument Modifier and Type Method Description void
XINIFilter. open(RawDocument input)
void
XINIFilter. open(RawDocument input, boolean generateSkeleton)
void
XINIReader. open(RawDocument input)
-
Uses of RawDocument in net.sf.okapi.filters.xini.rainbowkit
Methods in net.sf.okapi.filters.xini.rainbowkit with parameters of type RawDocument Modifier and Type Method Description void
XINIRainbowkitFilter. open(RawDocument input)
void
XINIRainbowkitFilter. open(RawDocument input, boolean generateSkeleton)
void
XINIRainbowkitReader. open(RawDocument input)
-
Uses of RawDocument in net.sf.okapi.filters.xliff
Methods in net.sf.okapi.filters.xliff with parameters of type RawDocument Modifier and Type Method Description InputStreamReader
XLIFFFilter. createStreamReader(RawDocument input, String charset)
void
XLIFFFilter. open(RawDocument input)
void
XLIFFFilter. open(RawDocument input, boolean generateSkeleton)
void
XLIFFFilter. open(RawDocument input, boolean generateSkeleton, IITSDataStore datastore)
Opens the input document described in a give RawDocument object, optionally creates skeleton information, and set the default data store to use to harvest ITS standoff annotations. -
Uses of RawDocument in net.sf.okapi.filters.xliff2
Methods in net.sf.okapi.filters.xliff2 with parameters of type RawDocument Modifier and Type Method Description void
XLIFF2Filter. open(RawDocument input)
void
XLIFF2Filter. open(RawDocument input, boolean generateSkeleton)
-
Uses of RawDocument in net.sf.okapi.filters.yaml
Methods in net.sf.okapi.filters.yaml with parameters of type RawDocument Modifier and Type Method Description void
YamlFilter. open(RawDocument input)
void
YamlFilter. open(RawDocument input, boolean generateSkeleton)
-
Uses of RawDocument in net.sf.okapi.lib.merge.step
Methods in net.sf.okapi.lib.merge.step with parameters of type RawDocument Modifier and Type Method Description void
OriginalDocumentXliffMergerStep. setSecondInput(RawDocument secondInput)
This is the original source document -
Uses of RawDocument in net.sf.okapi.lib.preprocessing.filters.common
Methods in net.sf.okapi.lib.preprocessing.filters.common with parameters of type RawDocument Modifier and Type Method Description void
PreprocessingFilter. open(RawDocument input)
void
PreprocessingFilter. open(RawDocument input, boolean generateSkeleton)
-
Uses of RawDocument in net.sf.okapi.lib.preprocessing.filters.simplification
Methods in net.sf.okapi.lib.preprocessing.filters.simplification with parameters of type RawDocument Modifier and Type Method Description void
SimplificationFilter. open(RawDocument input, boolean generateSkeleton)
-
Uses of RawDocument in net.sf.okapi.lib.serialization.filter
Methods in net.sf.okapi.lib.serialization.filter with parameters of type RawDocument Modifier and Type Method Description void
ProtoFilter. open(RawDocument input)
void
ProtoFilter. open(RawDocument input, boolean generateSkeleton)
-
Uses of RawDocument in net.sf.okapi.lib.serialization.step
Methods in net.sf.okapi.lib.serialization.step with parameters of type RawDocument Modifier and Type Method Description void
OriginalDocumentProtoMergerStep. setSecondInput(RawDocument secondInput)
This is the original source document -
Uses of RawDocument in net.sf.okapi.lib.verification
Methods in net.sf.okapi.lib.verification that return types with arguments of type RawDocument Modifier and Type Method Description List<RawDocument>
QualityCheckSession. getDocuments()
Map<URI,RawDocument>
QualityCheckSession. getDocumentsMap()
Methods in net.sf.okapi.lib.verification with parameters of type RawDocument Modifier and Type Method Description void
IQualityCheckEditor. addRawDocument(RawDocument rawDoc)
Adds a raw document to the session.void
QualityCheckSession. addRawDocument(RawDocument rawDoc)
Adds a raw document to the session. -
Uses of RawDocument in net.sf.okapi.steps.batchtranslation
Methods in net.sf.okapi.steps.batchtranslation with parameters of type RawDocument Modifier and Type Method Description void
BatchTranslator. processDocument(RawDocument rd)
-
Uses of RawDocument in net.sf.okapi.steps.diffleverage
Methods in net.sf.okapi.steps.diffleverage with parameters of type RawDocument Modifier and Type Method Description void
DiffLeverageStep. setSecondInput(RawDocument secondInput)
This is the old document (previously translated)void
DiffLeverageStep. setTertiaryInput(RawDocument tertiaryInput)
If set this is the old target that will be paragraph aligned with the old source. -
Uses of RawDocument in net.sf.okapi.steps.idaligner
Methods in net.sf.okapi.steps.idaligner with parameters of type RawDocument Modifier and Type Method Description void
IdBasedAlignerStep. setSecondInput(RawDocument secondInput)
-
Uses of RawDocument in net.sf.okapi.steps.idbasedcopy
Methods in net.sf.okapi.steps.idbasedcopy with parameters of type RawDocument Modifier and Type Method Description void
IdBasedCopyStep. setSecondInput(RawDocument secondInput)
-
Uses of RawDocument in net.sf.okapi.steps.moses
Methods in net.sf.okapi.steps.moses with parameters of type RawDocument Modifier and Type Method Description void
MergingStep. setSecondInput(RawDocument secondInput)
-
Uses of RawDocument in net.sf.okapi.steps.paraaligner
Methods in net.sf.okapi.steps.paraaligner with parameters of type RawDocument Modifier and Type Method Description void
ParagraphAlignerStep. setSecondInput(RawDocument secondInput)
-
Uses of RawDocument in net.sf.okapi.steps.sentencealigner
Methods in net.sf.okapi.steps.sentencealigner with parameters of type RawDocument Modifier and Type Method Description void
SentenceAlignerStep. setSecondInput(RawDocument secondInput)
-
Uses of RawDocument in net.sf.okapi.steps.translationcomparison
Methods in net.sf.okapi.steps.translationcomparison with parameters of type RawDocument Modifier and Type Method Description void
TranslationComparisonStep. setSecondInput(RawDocument secondInput)
void
TranslationComparisonStep. setThirdInput(RawDocument thirdInput)
-
Uses of RawDocument in net.sf.okapi.steps.xliffsplitter
Methods in net.sf.okapi.steps.xliffsplitter with parameters of type RawDocument Modifier and Type Method Description Map<String,Integer>
XliffWCSplitter. process(RawDocument rawDoc)
Process a raw document. -
Uses of RawDocument in net.sf.okapi.steps.xmlanalysis
Methods in net.sf.okapi.steps.xmlanalysis with parameters of type RawDocument Modifier and Type Method Description void
XMLAnalyzer. analyzeDocument(RawDocument rd)
-
Uses of RawDocument in net.sf.okapi.steps.xsltransform
Methods in net.sf.okapi.steps.xsltransform with parameters of type RawDocument Modifier and Type Method Description void
XSLTransformStep. setInput(RawDocument input)
void
XSLTransformStep. setSecondInput(RawDocument secondInput)
void
XSLTransformStep. setThirdInput(RawDocument thridInput)
-