Searched defs:attrType (Results 1 - 3 of 3) 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/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/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 96 milliseconds