次のような Atom エントリがあるとします。
<entry xmlns:custom="http://custom.xsd">
<title>test</title>
<custom:solution>42</custom:solution>
</entry>
エントリを Apache Abdera にロードすると、適切なorg.apache.abdera.model.Entry
インスタンスが得られます。また、getter を使用してすべての標準 Atom 要素に便利にアクセスできるようになりました。
しかし、要素42
から値を読み取るにはどうすればよいでしょうか?custom:solution