Uses of Interface
com.sun.xml.xsom.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
Modifier and TypeMethodDescriptionXSRestrictionSimpleType.getDeclaredFacet
(String name) Gets the declared facet object of the given name.Gets the effective facet object of the given name.Modifier 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
Modifier and TypeMethodDescriptionCollection<? extends XSFacet>
RestrictionSimpleTypeImpl.getDeclaredFacets()
RestrictionSimpleTypeImpl.getDeclaredFacets
(String name) RestrictionSimpleTypeImpl.iterateDeclaredFacets()
-
Uses of XSFacet in com.sun.xml.xsom.impl.scd
-
Uses of XSFacet in com.sun.xml.xsom.impl.util
-
Uses of XSFacet in com.sun.xml.xsom.util
-
Uses of XSFacet in com.sun.xml.xsom.visitor
-
Uses of XSFacet in io.atlasmap.xml.core.schema