Searched defs:setNonNormalizedValue (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jaxp/src/com/sun/xml/internal/stream/events/
H A DAttributeImpl.java119 public void setNonNormalizedValue(String nonNormalizedvalue){ method in class:AttributeImpl
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xni/
H A DXMLAttributes.java88 * set using the <code>setNonNormalizedValue</code> method. Also,
110 * @see #setNonNormalizedValue
310 * @see #setNonNormalizedValue
369 public void setNonNormalizedValue(int attrIndex, String attrValue); method in interface:XMLAttributes
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DXMLAttributesImpl.java194 * set using the <code>setNonNormalizedValue</code> method. Also,
216 * @see #setNonNormalizedValue
404 * @see #setNonNormalizedValue
424 public void setNonNormalizedValue(int attrIndex, String attrValue) { method in class:XMLAttributesImpl
429 } // setNonNormalizedValue(int,String)
743 * set using the <code>setNonNormalizedValue</code> method. Also,
763 * @see #setNonNormalizedValue
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DDOMNormalizer.java1634 public void setNonNormalizedValue(int attrIndex, String attrValue){ method in class:DOMNormalizer.XMLAttributesProxy

Completed in 59 milliseconds