Package clips.delegate.doctor.certificate.tag

Examples of clips.delegate.doctor.certificate.tag.ResultCertTag


     * @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);
View Full Code Here

TOP

Related Classes of clips.delegate.doctor.certificate.tag.ResultCertTag

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.