Uses of Class
net.sf.okapi.lib.xliff2.metadata.Metadata
-
Packages that use Metadata Package Description net.sf.okapi.lib.xliff2.core Classes implementing the object model of a parsed XLIFF document.net.sf.okapi.lib.xliff2.matches Classes to read, write and manipulate the elements and attributes of the Translation Candidates module.net.sf.okapi.lib.xliff2.metadata Classes to read, write and manipulate the elements and attributes of the Metadata module. -
-
Uses of Metadata in net.sf.okapi.lib.xliff2.core
Methods in net.sf.okapi.lib.xliff2.core that return Metadata Modifier and Type Method Description MetadataIWithMetadata. getMetadata()Gets theMetadataobject for the parent, creates an empty of if there is none.MetadataMidFileData. getMetadata()Methods in net.sf.okapi.lib.xliff2.core with parameters of type Metadata Modifier and Type Method Description voidIWithMetadata. setMetadata(Metadata metadata)sets theMetadataobject for the parent.voidMidFileData. setMetadata(Metadata metadata) -
Uses of Metadata in net.sf.okapi.lib.xliff2.matches
Methods in net.sf.okapi.lib.xliff2.matches that return Metadata Modifier and Type Method Description MetadataMatch. getMetadata()Methods in net.sf.okapi.lib.xliff2.matches with parameters of type Metadata Modifier and Type Method Description voidMatch. setMetadata(Metadata metadata) -
Uses of Metadata in net.sf.okapi.lib.xliff2.metadata
Constructors in net.sf.okapi.lib.xliff2.metadata with parameters of type Metadata Constructor Description Metadata(Metadata original)Copy constructor.
-