<?xml version="1.0" encoding="utf-8"?>
<processor>
<user_config>
<a>xxxxx</a>
</user_config>
</processor>
i want to check if the user_config exist in this xml config file, is there any method i can use in org.apache.common.XMLConfiguration?
thx