Lines Matching refs:attrKey
108 String attrKey = s + Name.EXTENSION_NAME.toString();
109 name = attr.getValue(attrKey);
113 attrKey = s + Name.SPECIFICATION_TITLE.toString();
114 title = attr.getValue(attrKey);
118 attrKey = s + Name.SPECIFICATION_VERSION.toString();
119 specVersion = attr.getValue(attrKey);
123 attrKey = s + Name.SPECIFICATION_VENDOR.toString();
124 specVendor = attr.getValue(attrKey);
128 attrKey = s + Name.IMPLEMENTATION_VERSION.toString();
129 implementationVersion = attr.getValue(attrKey);
133 attrKey = s + Name.IMPLEMENTATION_VENDOR.toString();
134 vendor = attr.getValue(attrKey);
138 attrKey = s + Name.IMPLEMENTATION_VENDOR_ID.toString();
139 vendorId = attr.getValue(attrKey);
143 attrKey =s + Name.IMPLEMENTATION_URL.toString();
144 url = attr.getValue(attrKey);