In JAXB or Xstream is it possible to Filter out certain Child Elements on Type/value during unmarshall
问题 Hope everyone is well, quick question to see if anyone has any feedback. I was experimenting with both JaxB and Xstream over last two days. I was basically using the XML libraries to marshal and unmarshal XML to / from Java objects. Now this was a very simple task which I got working very quickly. However, the XML I want to unmarshal into a list of Java objects is very long and contains many child elements that could be ignored and not put into the list of java objects. For example the xml