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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXSElementDecl.java86 private static final short NILLABLE = 4; field in class:XSElementDecl
97 fMiscFlags |= NILLABLE;
274 return ((fMiscFlags & NILLABLE) != 0);

Completed in 30 milliseconds