mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 16:03:15 +00:00
XMLMetaのパーサーを作成 Repository WIP
This commit is contained in:
parent
b675e7ffa9
commit
4875394417
|
@ -1,4 +1,12 @@
|
|||
package one.nem.lacerta.utils;
|
||||
|
||||
import one.nem.lacerta.model.document.internal.XmlMetaModel;
|
||||
|
||||
public interface XmlMetaParser {
|
||||
|
||||
// ドキュメントのメタデータをXMLファイルから読み込む
|
||||
XmlMetaModel parse(String xml);
|
||||
// ドキュメントのメタデータをXMLファイルに書き込む
|
||||
String serialize(XmlMetaModel meta);
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user