How can i extract an xml element from a java object. for example i have an object of java.lang.Object that contain xml file content at below:
<?xml version="1.0" encoding="UTF-8"?>
<custom:a ...>
<custom:b...>
.....
</custom:b>
</custom:a>
i want to extract <custom:b..>
element. please guide me!