Home | History | Annotate | Download | only in grid

Lines Matching refs:valueString

2051         String valueString = node.getStringAttr(getNamespace(), attribute);
2052 if (valueString != null) {
2054 return Integer.decode(valueString);