Searched refs:attrType (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xni/
H A DXMLAttributes.java98 * @param attrType The attribute type. The type name is determined by
113 public int addAttribute(QName attrName, String attrType, String attrValue); argument
238 * @param attrType The attribute type. The type name is determined by
247 public void setType(int attrIndex, String attrType); argument
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSDAttributeTraverser.java311 XSSimpleType attrType = null;
319 attrType = fSchemaHandler.fSimpleTypeTraverser.traverseLocal(child, schemaDoc, grammar);
326 if (attrType == null && typeAtt != null) {
329 attrType = (XSSimpleType)type;
339 if (attrType == null) {
340 attrType = SchemaGrammar.fAnySimpleType;
350 attribute.setValues(nameAtt, tnsAtt, attrType, constraintType, scope,
395 checkNotationType(nameAtt, attrType, attrDecl);
411 attribute.setValues(nameAtt, tnsAtt, attrType, constraintType, scope,
418 if (attrType
[all...]
/openjdk7/jdk/src/share/classes/javax/naming/ldap/
H A DRfc2253Parser.java108 String attrType = parseAttrType();
118 rdn.put(attrType, Rdn.unescapeValue(value));
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/utils/
H A DRFC2253Parser.java160 String attrType = normalizeAT(str.substring(0, i));
163 if (attrType.charAt(0) >= '0' && attrType.charAt(0) <= '9') {
169 return attrType + "=" + attrValue;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xinclude/
H A DXPointerElementHandler.java533 String attrType = null;
539 attrType = attributes.getType(i);
541 if(attrType != null && attrValue!= null && isIdAttribute(attributes,aaugs,i) && attrValue.equals(fCurrentTokenString)){
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DXMLAttributesImpl.java384 * @param attrType The attribute type. The type name is determined by
393 public void setType(int attrIndex, String attrType) { argument
394 fAttributes[attrIndex].type = attrType;
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DLdapName.java449 String attrType = parseAttrType();
459 rdn.add(new TypeAndValue(attrType, value, valuesCaseSensitive));
/openjdk7/jdk/src/share/classes/javax/management/modelmbean/
H A DRequiredModelMBean.java1937 String attrType = attrInfo.getType();
1952 final Class<?> clazz = loadClass(attrType);
1963 attrType + " for attribute "
1972 (new String[] {attrType}) );
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DDOMNormalizer.java1483 public int addAttribute(QName qname, String attrType, String attrValue) { argument
1575 public void setType(int attrIndex, String attrType){ argument

Completed in 81 milliseconds