Searched refs:disallowed (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xs/
H A DXSElementDeclaration.java145 * Convenience method that checks if <code>disallowed</code> is a
146 * disallowed substitution for this element declaration.
147 * @param disallowed {
151 * @return True if <code>disallowed</code> is a part of the substitution
154 public boolean isDisallowedSubstitution(short disallowed); argument
157 * [disallowed substitutions]: the returned value is a bit combination of
160 * } corresponding to substitutions disallowed by this
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXSElementDecl.java67 // block set (disallowed substitutions) of the element
317 * Convenience method. Check if <code>disallowed</code> is a disallowed
319 * @param disallowed Substitution, extension, restriction or none.
321 * @return True if <code>disallowed</code> is a part of the substitution
324 public boolean isDisallowedSubstitution(short disallowed) { argument
325 return (fBlock & disallowed) != 0;
329 * The supplied values for {disallowed substitutions}
/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DUnixFileSystem.java163 List<Path> disallowed = Collections.emptyList();
164 return disallowed.iterator();

Completed in 31 milliseconds