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

/openjdk7/jdk/test/com/sun/jdi/
H A DModificationWatchpoints.java204 void set(String fieldName, String valString) { argument
205 Value val = targ.getValue(targ.fieldByName(valString));
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/
H A DSAX2DTM.java1941 String valString = attributes.getValue(i);
1963 setIDAttribute(valString, elemNode);
1966 // Bit of a hack... if somehow valString is null, stringToIndex will
1968 if(null == valString)
1969 valString = "";
1971 int val = m_valuesOrPrefixes.stringToIndex(valString);
H A DSAX2DTM2.java2143 String valString = attributes.getValue(i);
2164 setIDAttribute(valString, elemNode);
2167 // Bit of a hack... if somehow valString is null, stringToIndex will
2169 if(null == valString)
2170 valString = "";
2172 m_values.addElement(valString);

Completed in 54 milliseconds