Uses of Class
net.sf.okapi.common.annotation.ITSProvenanceAnnotations
-
Packages that use ITSProvenanceAnnotations Package Description net.sf.okapi.common.annotation Classes to implement and manage annotations.net.sf.okapi.filters.xliff -
-
Uses of ITSProvenanceAnnotations in net.sf.okapi.common.annotation
Methods in net.sf.okapi.common.annotation with parameters of type ITSProvenanceAnnotations Modifier and Type Method Description static voidITSProvenanceAnnotations. addAnnotations(ITextUnit tu, ITSProvenanceAnnotations newSet)static voidITSProvenanceAnnotations. addAnnotations(StartGroup group, ITSProvenanceAnnotations newSet)static voidITSProvenanceAnnotations. addAnnotations(StartSubDocument startSubDoc, ITSProvenanceAnnotations newSet)static voidITSProvenanceAnnotations. addAnnotations(TextContainer tc, ITSProvenanceAnnotations newSet) -
Uses of ITSProvenanceAnnotations in net.sf.okapi.filters.xliff
Methods in net.sf.okapi.filters.xliff that return ITSProvenanceAnnotations Modifier and Type Method Description protected ITSProvenanceAnnotationsXLIFFITSFilterExtension. readITSProvenance()Resolves ITS Provenance standoff data attached to the current element being processed by the XMLStreamReader.
-