Searched refs:whatCanGoHere (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/models/
H A DXSCMValidator.java94 public Vector whatCanGoHere(int[] state); method in interface:XSCMValidator
H A DXSEmptyCM.java133 public Vector whatCanGoHere(int[] state) { method in class:XSEmptyCM
H A DXSAllCM.java209 public Vector whatCanGoHere(int[] state) { method in class:XSAllCM
H A DXSDFACM.java484 // Killed off whatCanGoHere; we may need it for DOM canInsert(...) etc.,
1172 public Vector whatCanGoHere(int[] state) { method in class:XSDFACM
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXMLSchemaValidator.java1797 && (next = fCurrentCM.whatCanGoHere(fCurrCMState)).size() > 0) {
3215 String expected = expectedStr(fCurrentCM.whatCanGoHere(fCurrCMState));

Completed in 45 milliseconds