Searched defs:fScope (Results 1 - 3 of 3) 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;

Completed in 31 milliseconds