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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/identity/
H A DValueStore.java45 public interface ValueStore { interface
48 // ValueStore methods
70 } // interface ValueStore
H A DField.java81 public XPathMatcher createMatcher(FieldActivator activator, ValueStore store) {
83 } // createMatcher(ValueStore):XPathMatcher
155 protected ValueStore fStore;
162 public Matcher(Field.XPath xpath, FieldActivator activator, ValueStore store) {
166 } // <init>(Field.XPath,ValueStore)
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXMLSchemaValidator.java49 import com.sun.org.apache.xerces.internal.impl.xs.identity.ValueStore;
1448 ValueStore valueStore =
3405 protected abstract class ValueStoreBase implements ValueStore {
3460 // destroys this ValueStore; useful when, for instance, a
3479 // appends the contents of one ValueStore to those of us.
3545 // ValueStore methods
3998 * a corresponding ValueStore. This should take care
4159 // This method takes the contents of the (local) ValueStore

Completed in 305 milliseconds