Home | History | Annotate | Download | only in sax2dtm

Lines Matching refs:valString

2141       String valString = attributes.getValue(i);
2162 setIDAttribute(valString, elemNode);
2165 // Bit of a hack... if somehow valString is null, stringToIndex will
2167 if(null == valString)
2168 valString = "";
2170 m_values.addElement(valString);