63646566676869
public ElementConstructor(QualifiedName name, List<AttributeConstructorBase> atts) { this.name = name; this._attslen = atts.size(); this.attributes = atts; this._type = name == null ? ElementTest.ANY_ELEMENT : new ElementTest(name); }