460461462463464465466467468
Element e = XMLUtils.selectDsNode(this._constructionElement.getFirstChild(), Constants._TAG_X509CRL,i); if (e != null) { return new XMLX509CRL(e, this._baseURI); } return null; }