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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dv/xs/
H A DXSSimpleTypeDecl.java256 private short fVariety = -1; field in class:XSSimpleTypeDecl
331 fVariety = VARIETY_ATOMIC;
370 fVariety = fBase.fVariety;
372 switch (fVariety) {
435 fVariety = VARIETY_LIST;
459 fVariety = VARIETY_UNION;
491 fVariety = fBase.fVariety;
493 switch (fVariety) {
[all...]

Completed in 78 milliseconds