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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dv/
H A DXSSimpleType.java151 * @param fixedFacet bit combination value of the costraining facet
156 public void applyFacets(XSFacets facets, short presentFacet, short fixedFacet, ValidationContext context) argument
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dv/xs/
H A DXSSimpleTypeDelegate.java180 public void applyFacets(XSFacets facets, short presentFacet, short fixedFacet, ValidationContext context) argument
182 type.applyFacets(facets, presentFacet, fixedFacet, context);
H A DXSSimpleTypeDecl.java737 public void applyFacets(XSFacets facets, short presentFacet, short fixedFacet, ValidationContext context) argument
742 applyFacets(facets, presentFacet, fixedFacet, SPECIAL_PATTERN_NONE, context);
748 void applyFacets1(XSFacets facets, short presentFacet, short fixedFacet) { argument
751 applyFacets(facets, presentFacet, fixedFacet, SPECIAL_PATTERN_NONE, fDummyContext);
763 void applyFacets1(XSFacets facets, short presentFacet, short fixedFacet, short patternType) { argument
766 applyFacets(facets, presentFacet, fixedFacet, patternType, fDummyContext);
778 void applyFacets(XSFacets facets, short presentFacet, short fixedFacet, short patternType, ValidationContext context) argument
808 if ((fixedFacet & FACET_LENGTH) != 0)
820 if ((fixedFacet & FACET_MINLENGTH) != 0)
832 if ((fixedFacet
[all...]

Completed in 1148 milliseconds