| ページ一覧 | ブログ | twitter | 書式 | 書式(表) |
Java | XML |
simpleframework.xml.core.ElementException: Element 'Another' does not have a
match in class blah.blah.Blah at line 1
<Root> <Element>Used</Element> <Another>Not used</Another> <Root>
@Root(strict=false) class Root{ @Element private String element; }
© 2006 矢木浩人