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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/identity/
H A DXPathMatcher.java97 protected Object fMatchedString; field in class:XPathMatcher
187 fMatchedString = null;
333 fMatchedString = attrPSVI.getActualNormalizedValue();
334 matched(fMatchedString, attrPSVI.getActualNormalizedValueType(), attrPSVI.getItemValueTypes(), false);
H A DField.java243 fMatchedString = actualValue;
244 matched(fMatchedString, valueType, itemValueType, nillable);

Completed in 33 milliseconds