(Please forgive me if this is the wrong place for this) Class QNamesMap has a private member QName[] values. In the class' get method, if it finds a QName whose NamespaceURI matches the NamespaceURI of the passed argument but whose LocalPart doesn't match, it evaluates a conditional expression whose Boolean is "*".equals(values[i]). But the elements of values[] are QNames, so won't this always evaluate as FALSE?
- staxutils.transform.QNamesMap Lou Marco
- Re: staxutils.transform.QNamesMap Sergey Beryozkin
- Re: staxutils.transform.QNamesMap Aki Yoshida
- Re: staxutils.transform.QNamesMap Sergey Beryozkin
