Searched defs:setMayMatch (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/identity/
H A DFieldActivator.java55 * is permitted to match a value--that is, to call the setMayMatch(Field, Boolean) method.
70 public void setMayMatch(Field field, Boolean state); method in interface:FieldActivator
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXMLSchemaValidator.java1450 setMayMatch(field, Boolean.TRUE);
1478 public void setMayMatch(Field field, Boolean state) { method in class:XMLSchemaValidator
1480 } // setMayMatch(Field, Boolean)

Completed in 633 milliseconds