Uses of Interface
com.sun.xml.xsom.XSFacet
-
-
Uses of XSFacet in com.sun.xml.xsom
Methods in com.sun.xml.xsom that return XSFacet Modifier and Type Method Description XSFacetXSRestrictionSimpleType. getDeclaredFacet(java.lang.String name)Gets the declared facet object of the given name.XSFacetXSSimpleType. getFacet(java.lang.String name)Gets the effective facet object of the given name.Methods in com.sun.xml.xsom that return types with arguments of type XSFacet Modifier and Type Method Description java.util.Collection<? extends XSFacet>XSRestrictionSimpleType. getDeclaredFacets()Gets all the facets that are declared on this restriction.java.util.List<XSFacet>XSRestrictionSimpleType. getDeclaredFacets(java.lang.String name)Gets the declared facets of the given name.java.util.List<XSFacet>XSSimpleType. getFacets(java.lang.String name)For multi-valued facets (enumeration and pattern), obtain all values.java.util.Iterator<XSFacet>XSRestrictionSimpleType. iterateDeclaredFacets()Iterates facets that are specified in this step of derivation.
-