Searched refs:fScope (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xinclude/
H A DMultipleScopeNamespaceSupport.java43 protected int[] fScope = new int[8]; field in class:MultipleScopeNamespaceSupport
52 fScope[0] = 0;
61 fScope[0] = 0;
76 for (int i = fContext[fScope[fCurrentScope]];
96 while (context < fScope[scope]) {
106 return getPrefix(uri, fNamespaceSize, fContext[fScope[fCurrentScope]]);
113 return getURI(prefix, fNamespaceSize, fContext[fScope[fCurrentScope]]);
117 return getPrefix(uri, fContext[context+1], fContext[fScope[getScopeForContext(context)]]);
121 return getURI(prefix, fContext[context+1], fContext[fScope[getScopeForContext(context)]]);
170 fCurrentContext = fScope[fCurrentScop
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXSAttributeDecl.java63 short fScope = XSConstants.SCOPE_ABSENT; field in class:XSAttributeDecl
82 fScope = scope;
94 fScope = XSConstants.SCOPE_ABSENT;
138 return fScope;
H A DXSElementDecl.java64 public short fScope = XSConstants.SCOPE_ABSENT; field in class:XSElementDecl
103 fScope = SCOPE_GLOBAL;
106 fScope = SCOPE_LOCAL;
178 fScope = XSConstants.SCOPE_ABSENT;
236 return fScope;
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.java1272 fScope = scope;

Completed in 71 milliseconds