141614171418141914201421142214231424
* The element attributes */ private void enterCommonNewParam(final Attributes attributes) { this.commonNewParamBuilder = new CommonNewParamBuilder(); this.commonNewParamBuilder.setSid(attributes.getValue("sid")); enterElement(ParserMode.NEWPARAM); }