Uses of Interface
com.sun.xml.xsom.XSFacet
Packages that use XSFacet
Package
Description
Interfaces that the client should use to access schema information.
Implementation of the
com.sun.xml.xsom
package.Visitor pattern support for the
com.sun.xml.xsom
interfaces.-
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. -
Uses of XSFacet in com.sun.xml.xsom.impl
Classes in com.sun.xml.xsom.impl that implement XSFacetMethods in com.sun.xml.xsom.impl that return XSFacetMethods in com.sun.xml.xsom.impl that return types with arguments of type XSFacetModifier and TypeMethodDescriptionCollection<? extends XSFacet>
RestrictionSimpleTypeImpl.getDeclaredFacets()
RestrictionSimpleTypeImpl.getDeclaredFacets
(String name) RestrictionSimpleTypeImpl.iterateDeclaredFacets()
Methods in com.sun.xml.xsom.impl with parameters of type XSFacet -
Uses of XSFacet in com.sun.xml.xsom.impl.scd
Fields in com.sun.xml.xsom.impl.scd with type parameters of type XSFacet -
Uses of XSFacet in com.sun.xml.xsom.impl.util
Methods in com.sun.xml.xsom.impl.util with parameters of type XSFacet -
Uses of XSFacet in com.sun.xml.xsom.util
Methods in com.sun.xml.xsom.util with parameters of type XSFacet -
Uses of XSFacet in com.sun.xml.xsom.visitor
Methods in com.sun.xml.xsom.visitor with parameters of type XSFacet -
Uses of XSFacet in io.atlasmap.xml.core.schema
Methods in io.atlasmap.xml.core.schema with parameters of type XSFacet