I am new to the expressions language, and I want to learn more about org.apache.commons.jxpath
utilities. But I am wondering about the implementation of the JXPath utilities. Is the object first marshaled, upon which XPath searching will be applied, or does the object keep its original state i.e. without marshaling it?
Kindly provide some good reference code snippet if possible.
Thanks.