0

Java to XML Smook パーサーの XML 出力からパッケージ名を削除するにはどうすればよいですか?

サンプルコード:

Smooks smooks = new Smooks();
ExecutionContext executionContext = smooks.createExecutionContext();
StringWriter writer = new StringWriter();
smooks.filterSource(executionContext,
    new JavaSource(inputJavaObject),
    new StreamResult(writer));
System.out.println(writer.toString());
4

0 に答える 0