| 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.
|
| Modifier and Type | Method and Description |
|---|---|
ExtAttributes |
Revisions.getExtAttributes() |
ExtAttributes |
Revision.getExtAttributes() |
| Modifier and Type | Method and Description |
|---|---|
void |
Revisions.setExtAttributes(ExtAttributes attributes) |
void |
Revision.setExtAttributes(ExtAttributes attributes) |
| Modifier and Type | Method and Description |
|---|---|
ExtAttributes |
ExtElement.getAttributes()
Deprecated.
|
ExtAttributes |
Notes.getExtAttributes() |
ExtAttributes |
IWithExtAttributes.getExtAttributes()
Gets the
ExtAttributes object for the parent object. |
ExtAttributes |
DataWithExtAttributes.getExtAttributes() |
| Modifier and Type | Method and Description |
|---|---|
void |
Notes.setExtAttributes(ExtAttributes attributes) |
void |
IWithExtAttributes.setExtAttributes(ExtAttributes attributes)
Sets the
ExtAttributes object associated with this object. |
void |
DataWithExtAttributes.setExtAttributes(ExtAttributes attributes) |
| Constructor and Description |
|---|
ExtAttributes(ExtAttributes original)
Copy constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ExtAttributes |
GlossEntry.getExtAttributes() |
| Modifier and Type | Method and Description |
|---|---|
void |
GlossEntry.setExtAttributes(ExtAttributes attributes) |
| Modifier and Type | Method and Description |
|---|---|
ExtAttributes |
Match.getExtAttributes() |
| Modifier and Type | Method and Description |
|---|---|
void |
Match.setExtAttributes(ExtAttributes attributes) |
| Modifier and Type | Method and Description |
|---|---|
ExtAttributes |
Validation.getExtAttributes() |
ExtAttributes |
Rule.getExtAttributes() |
| Modifier and Type | Method and Description |
|---|---|
void |
Validation.setExtAttributes(ExtAttributes attributes) |
void |
Rule.setExtAttributes(ExtAttributes attributes) |
| Modifier and Type | Method and Description |
|---|---|
String |
ExtensionsWriter.buildExtAttributes(ExtAttributes attributes,
Stack<NSContext> nsStack)
Builds the XLIFF output for a giveb
ExtAttributes object. |
Copyright © 2020. All rights reserved.