Method | Description | |
---|---|---|
BlankDocument ( ) : void |
Demonstrates how to create a blank XLIFF document.
|
|
DisableValidationOnWrite ( Localization.Xliff.OM.Core.XliffDocument document, string file ) : void |
Demonstrates how to disable validation when writing an XLIFF document.
|
|
Main ( string args ) : void |
The main entry point for the application.
|
|
ReadDocument ( string file ) : void |
Demonstrates how to read an XLIFF document from a file.
|
|
StoreCustomExtension ( ) : void |
Demonstrates how to store custom attributes and elements on a File element using a custom extension and element types.
|
|
StoreGenericExtension ( ) : void |
Demonstrates how to store custom attributes and elements on a File element using the built in generic extension support.
|
|
StoreGlossary ( ) : void |
Demonstrates how to store Glossary data in a Unit element.
|
|
StoreMatches ( ) : void |
Demonstrates how to store Match data in a Unit element.
|
|
StoreMetadata ( ) : void |
Demonstrates how to store metadata in a File element.
|
|
ViewValidations ( Localization.Xliff.OM.Core.XliffDocument document, string file ) : void |
Demonstrates how to validate a document on write and display the data where the validation error occurred.
|
|
WhiteSpaces ( ) : void | ||
WriteDocument ( Localization.Xliff.OM.Core.XliffDocument document, string file ) : void |
Demonstrates how to write an XLIFF document to a file.
|
public static DisableValidationOnWrite ( Localization.Xliff.OM.Core.XliffDocument document, string file ) : void | ||
document | Localization.Xliff.OM.Core.XliffDocument | The document to write. |
file | string | The path to the document to write. |
return | void |
public static Main ( string args ) : void | ||
args | string | Command line arguments passed to the application. |
return | void |
public static ReadDocument ( string file ) : void | ||
file | string | The path to the document to read. |
return | void |
public static StoreCustomExtension ( ) : void | ||
return | void |
public static StoreGenericExtension ( ) : void | ||
return | void |
public static ViewValidations ( Localization.Xliff.OM.Core.XliffDocument document, string file ) : void | ||
document | Localization.Xliff.OM.Core.XliffDocument | The document to validate. |
file | string | The path to write the document to. |
return | void |
public static WriteDocument ( Localization.Xliff.OM.Core.XliffDocument document, string file ) : void | ||
document | Localization.Xliff.OM.Core.XliffDocument | The document to write. |
file | string | The path to write the document to. |
return | void |