Searched defs:exclusion (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xs/
H A DXSElementDeclaration.java126 * Convenience method that checks if <code>exclusion</code> is a
127 * substitution group exclusion for this element declaration.
128 * @param exclusion
131 * @return True if <code>exclusion</code> is a part of the substitution
132 * group exclusion subset.
134 public boolean isSubstitutionGroupExclusion(short exclusion); argument
152 * group exclusion subset.
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXSElementDecl.java293 * Convenience method. Check if <code>exclusion</code> is a substitution
294 * group exclusion for this element declaration.
295 * @param exclusion Extension, restriction or none. Represents final
297 * @return True if <code>exclusion</code> is a part of the substitution
298 * group exclusion subset.
300 public boolean isSubstitutionGroupExclusion(short exclusion) { argument
301 return (fFinal & exclusion) != 0;
322 * group exclusion subset.

Completed in 111 milliseconds