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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xni/grammars/
H A DXMLSchemaDescription.java53 public final static short CONTEXT_PREPARSE = 3; field in interface:XMLSchemaDescription
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXSDDescription.java64 public final static short CONTEXT_PREPARSE = 3; field in class:XSDDescription
H A DXMLSchemaLoader.java563 desc.fContextType = XSDDescription.CONTEXT_PREPARSE;
769 fXSDDescription.fContextType = XSDDescription.CONTEXT_PREPARSE;
820 fXSDDescription.fContextType = XSDDescription.CONTEXT_PREPARSE;
H A DSchemaGrammar.java290 fGrammarDescription.fContextType = XSDDescription.CONTEXT_PREPARSE;
336 fGrammarDescription.fContextType = XSDDescription.CONTEXT_PREPARSE;
503 fGrammarDescription.fContextType = XSDDescription.CONTEXT_PREPARSE;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSDHandler.java516 if (referType != XSDDescription.CONTEXT_PREPARSE){
555 referType == XSDDescription.CONTEXT_PREPARSE,
560 referType == XSDDescription.CONTEXT_PREPARSE,
565 referType == XSDDescription.CONTEXT_PREPARSE,
573 referType == XSDDescription.CONTEXT_PREPARSE,
586 if (referType == XSDDescription.CONTEXT_PREPARSE) {
820 else if (referType != XSDDescription.CONTEXT_PREPARSE && callerTNS != currSchemaInfo.fTargetNamespace) {
831 if (referType == XSDDescription.CONTEXT_PREPARSE) {
2156 if (referType != XSDDescription.CONTEXT_PREPARSE){
2215 if (referType != XSDDescription.CONTEXT_PREPARSE) {
[all...]

Completed in 48 milliseconds