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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/
H A DRestrictionSimpleTypeImpl.java54 private final List<XSFacet> facets = new ArrayList<XSFacet>(); field in class:RestrictionSimpleTypeImpl
56 facets.add(facet);
59 return facets.iterator();
63 return facets;
67 int len = facets.size();
69 XSFacet f = facets.get(i);
78 for( XSFacet f : facets )
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dv/
H A DXSSimpleType.java144 * If this type is created from restriction, then some facets can be applied
146 * different facets.
148 * @param facets the value of all the facets
156 public void applyFacets(XSFacets facets, short presentFacet, short fixedFacet, ValidationContext context) argument
174 * facets, but we only need a private method for this case.)
/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.java262 //for constraining facets
284 // annotations for constraining facets
298 // facets as objects
301 // enumeration and pattern facets
309 // for fundamental facets
383 // always inherit facets from the base.
418 //we also set fundamental facets information in case applyFacets is not called.
442 //setting fundamental facets
469 //setting fundamental facets
504 // always inherit facets fro
737 applyFacets(XSFacets facets, short presentFacet, short fixedFacet, ValidationContext context) argument
748 applyFacets1(XSFacets facets, short presentFacet, short fixedFacet) argument
763 applyFacets1(XSFacets facets, short presentFacet, short fixedFacet, short patternType) argument
778 applyFacets(XSFacets facets, short presentFacet, short fixedFacet, short patternType, ValidationContext context) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSDAbstractTraverser.java260 // Temp data structures to be re-used in traversing facets
271 FacetInfo(XSFacets facets, Element nodeAfterFacets, short presentFacets, short fixedFacets) { argument
272 facetdata = facets;
284 short facetsFixed = 0; // facets that have fixed="true"
445 // check for duplicate facets

Completed in 38 milliseconds