* @return
* @throws cli_fmw.main.ClipsException
* @throws org.jdom.JDOMException
*/
public ResultCertTag getCertTagResult(String tagName) throws ClipsException {
ResultCertTag result = new ResultCertTag();
Document doc = null;
try {
doc = Converter.stringToXml(getDetails().xml);
} catch (JDOMException ex) {
throw new ClipsException("Неверная XML справки", ex);