Home | History | Annotate | Download | only in sax2dtm

Lines Matching refs:valString

1931       String valString = attributes.getValue(i);
1953 setIDAttribute(valString, elemNode);
1956 // Bit of a hack... if somehow valString is null, stringToIndex will
1958 if(null == valString)
1959 valString = "";
1961 int val = m_valuesOrPrefixes.stringToIndex(valString);