-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Removed duplicated literal "Empty array name" * Removed XMPMeta interface and merged this with the real class. * Removed duplicated literal "Empty property name" * Default value for PropertyOptions restored * @Suppress("TooManyFunctions") * Moved private methods to better places * Added convenience methods for common properties * ReadXmpTest.kt & WriteXmpTest.kt use convenience methods to get unit test coverage on that. * Removed sub package "impl" * XMPMeta.kt: Style formattings * Removed XMPIterator.kt interface as there is only one implementation. * Merged XMPSchemaRegistry.kt & XMPSchemaRegistryImpl.kt * Refactor XMPRDFWriter: Pass StringBuilder into the methods * Refactor XMPRDFWriter: Inlined write methods * Refactor XMPRDFWriter: Pass XMPMeta into serialize() * Refactor XMPRDFWriter: Pass SerializeOptions into serialize() * XMPRDFWriter is now a singleton object to avoid this instance creation
- Loading branch information
1 parent
0ff63fb
commit 5258c71
Showing
29 changed files
with
2,530 additions
and
2,539 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 1 addition & 3 deletions
4
...kotlin/com/ashampoo/xmp/impl/DomParser.kt → ...Main/kotlin/com/ashampoo/xmp/DomParser.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.