Uses of Class
net.sf.okapi.lib.xliff2.core.ExtAttributes
-
Packages that use ExtAttributes Package Description net.sf.okapi.lib.xliff2.changeTracking net.sf.okapi.lib.xliff2.core Classes implementing the object model of a parsed XLIFF document.net.sf.okapi.lib.xliff2.glossary Classes to read, write and manipulate the elements and attributes of the Glossary module.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.validation Classes to read, write and manipulate the elements and attributes of the Validation module.net.sf.okapi.lib.xliff2.writer Classes to write a new XLIFF document or re-write an existing one. -
-
Uses of ExtAttributes in net.sf.okapi.lib.xliff2.changeTracking
Methods in net.sf.okapi.lib.xliff2.changeTracking that return ExtAttributes Modifier and Type Method Description ExtAttributesRevision. getExtAttributes()ExtAttributesRevisions. getExtAttributes()Methods in net.sf.okapi.lib.xliff2.changeTracking with parameters of type ExtAttributes Modifier and Type Method Description voidRevision. setExtAttributes(ExtAttributes attributes)voidRevisions. setExtAttributes(ExtAttributes attributes) -
Uses of ExtAttributes in net.sf.okapi.lib.xliff2.core
Methods in net.sf.okapi.lib.xliff2.core that return ExtAttributes Modifier and Type Method Description ExtAttributesDataWithExtAttributes. getExtAttributes()ExtAttributesIWithExtAttributes. getExtAttributes()Gets theExtAttributesobject for the parent object.ExtAttributesNotes. getExtAttributes()Methods in net.sf.okapi.lib.xliff2.core with parameters of type ExtAttributes Modifier and Type Method Description voidDataWithExtAttributes. setExtAttributes(ExtAttributes attributes)voidIWithExtAttributes. setExtAttributes(ExtAttributes attributes)Sets theExtAttributesobject associated with this object.voidNotes. setExtAttributes(ExtAttributes attributes)Constructors in net.sf.okapi.lib.xliff2.core with parameters of type ExtAttributes Constructor Description ExtAttributes(ExtAttributes original)Copy constructor. -
Uses of ExtAttributes in net.sf.okapi.lib.xliff2.glossary
Methods in net.sf.okapi.lib.xliff2.glossary that return ExtAttributes Modifier and Type Method Description ExtAttributesGlossEntry. getExtAttributes()Methods in net.sf.okapi.lib.xliff2.glossary with parameters of type ExtAttributes Modifier and Type Method Description voidGlossEntry. setExtAttributes(ExtAttributes attributes) -
Uses of ExtAttributes in net.sf.okapi.lib.xliff2.matches
Methods in net.sf.okapi.lib.xliff2.matches that return ExtAttributes Modifier and Type Method Description ExtAttributesMatch. getExtAttributes()Methods in net.sf.okapi.lib.xliff2.matches with parameters of type ExtAttributes Modifier and Type Method Description voidMatch. setExtAttributes(ExtAttributes attributes) -
Uses of ExtAttributes in net.sf.okapi.lib.xliff2.validation
Methods in net.sf.okapi.lib.xliff2.validation that return ExtAttributes Modifier and Type Method Description ExtAttributesRule. getExtAttributes()ExtAttributesValidation. getExtAttributes()Methods in net.sf.okapi.lib.xliff2.validation with parameters of type ExtAttributes Modifier and Type Method Description voidRule. setExtAttributes(ExtAttributes attributes)voidValidation. setExtAttributes(ExtAttributes attributes) -
Uses of ExtAttributes in net.sf.okapi.lib.xliff2.writer
Methods in net.sf.okapi.lib.xliff2.writer with parameters of type ExtAttributes Modifier and Type Method Description StringExtensionsWriter. buildExtAttributes(ExtAttributes attributes, Stack<NSContext> nsStack)Builds the XLIFF output for a givebExtAttributesobject.
-