Uses of Interface
com.sun.xml.xsom.XSFacet
-
Uses of XSFacet in com.sun.xml.xsom
Methods in com.sun.xml.xsom that return XSFacetModifier and TypeMethodDescriptionXSRestrictionSimpleType.getDeclaredFacet(String name) Gets the declared facet object of the given name.Gets the effective facet object of the given name.Methods in com.sun.xml.xsom that return types with arguments of type XSFacetModifier and TypeMethodDescriptionCollection<? extends XSFacet>XSRestrictionSimpleType.getDeclaredFacets()Gets all the facets that are declared on this restriction.XSRestrictionSimpleType.getDeclaredFacets(String name) Gets the declared facets of the given name.For multi-valued facets (enumeration and pattern), obtain all values.XSRestrictionSimpleType.iterateDeclaredFacets()Iterates facets that are specified in this step of derivation.