<tag1>
<ResId Type="22" ID="MASTN_NHR" />
</tag1>
I want to get the string MASTN from the above xml(Java code). Do we have any option without using substring-before or substring?
<tag1>
<ResId Type="22" ID="MASTN_NHR" />
</tag1>
I want to get the string MASTN from the above xml(Java code). Do we have any option without using substring-before or substring?