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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xs/
H A DXSConstants.java146 public static final short SCOPE_LOCAL = 2; field in interface:XSConstants
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXSElementDecl.java53 public final static short SCOPE_LOCAL = 2; field in class:XSElementDecl
106 fScope = SCOPE_LOCAL;
H A DXSAttributeDecl.java51 public final static short SCOPE_LOCAL = 2; field in class:XSAttributeDecl
H A DSchemaGrammar.java569 XSConstants.VC_NONE, XSConstants.SCOPE_LOCAL, null, annotationType, null);
576 XSConstants.VC_NONE, XSConstants.SCOPE_LOCAL, null, documentationType, null);
583 XSConstants.VC_NONE, XSConstants.SCOPE_LOCAL, null, documentationType, null);
590 XSConstants.VC_NONE, XSConstants.SCOPE_LOCAL, null, appinfoType, null);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSDAttributeTraverser.java271 scope = XSAttributeDecl.SCOPE_LOCAL;

Completed in 56 milliseconds