Searched refs:SCOPE_GLOBAL (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xs/
H A DXSConstants.java141 public static final short SCOPE_GLOBAL = 1; field in interface:XSConstants
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXSElementDecl.java52 public final static short SCOPE_GLOBAL = 1; field in class:XSElementDecl
103 fScope = SCOPE_GLOBAL;
H A DXSAttributeDecl.java50 public final static short SCOPE_GLOBAL = 1; field in class:XSAttributeDecl
H A DSubstitutionGroupHandler.java64 if (exemplar.fScope != XSConstants.SCOPE_GLOBAL)
H A DXSConstraints.java552 if (elem.fScope == XSConstants.SCOPE_GLOBAL) {
673 if (dElement.fScope == XSConstants.SCOPE_GLOBAL) {
730 if (bElement.fScope == XSConstants.SCOPE_GLOBAL) {
H A DSchemaGrammar.java364 short scope = XSConstants.SCOPE_GLOBAL;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSDAttributeTraverser.java266 scope = XSAttributeDecl.SCOPE_GLOBAL;
H A DXSDHandler.java3143 if (decl.getScope() == XSConstants.SCOPE_GLOBAL) {
3156 if (decl.getScope() == XSConstants.SCOPE_GLOBAL) {
3200 if (((XSAttributeDecl) component).getScope() == XSAttributeDecl.SCOPE_GLOBAL) {
3220 if (((XSElementDecl) component).getScope() == XSElementDecl.SCOPE_GLOBAL) {

Completed in 58 milliseconds