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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/org/jvnet/fastinfoset/sax/helpers/
H A DEncodingAlgorithmAttributesImpl.java169 _data[i++] = replaceNull(URI);
170 _data[i++] = replaceNull(localName);
171 _data[i++] = replaceNull(qName);
172 _data[i++] = replaceNull(type);
173 _data[i++] = replaceNull(value);
207 _data[i++] = replaceNull(URI);
208 _data[i++] = replaceNull(localName);
209 _data[i++] = replaceNull(qName);
210 _data[i++] = replaceNull(type);
211 _data[i++] = replaceNull(valu
539 private final String replaceNull(String s) { method in class:EncodingAlgorithmAttributesImpl
[all...]

Completed in 30 milliseconds