Uses of Interface
com.sun.xml.xsom.XSFacet
-
Packages that use XSFacet Package Description com.sun.xml.xsom com.sun.xml.xsom.impl.util com.sun.xml.xsom.util com.sun.xml.xsom.visitor -
-
Uses of XSFacet in com.sun.xml.xsom
Methods in com.sun.xml.xsom that return XSFacet Modifier and Type Method Description XSFacetXSRestrictionSimpleType. getDeclaredFacet(String name)Gets the declared facet object of the given name.XSFacetXSSimpleType. getFacet(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 Collection<? extends XSFacet>XSRestrictionSimpleType. getDeclaredFacets()Gets all the facets that are declared on this restriction.List<XSFacet>XSRestrictionSimpleType. getDeclaredFacets(String name)Gets the declared facets of the given name.List<XSFacet>XSSimpleType. getFacets(String name)For multi-valued facets (enumeration and pattern), obtain all values.Iterator<XSFacet>XSRestrictionSimpleType. iterateDeclaredFacets()Iterates facets that are specified in this step of derivation. -
Uses of XSFacet in com.sun.xml.xsom.impl.util
Methods in com.sun.xml.xsom.impl.util with parameters of type XSFacet Modifier and Type Method Description voidSchemaTreeTraverser. facet(XSFacet facet)voidSchemaWriter. facet(XSFacet facet) -
Uses of XSFacet in com.sun.xml.xsom.util
Methods in com.sun.xml.xsom.util with parameters of type XSFacet Modifier and Type Method Description StringComponentNameFunction. facet(XSFacet facet)StringNameGetter. facet(XSFacet facet)BooleanXSFinder. facet(XSFacet facet)TXSFunctionFilter. facet(XSFacet facet) -
Uses of XSFacet in com.sun.xml.xsom.visitor
Methods in com.sun.xml.xsom.visitor with parameters of type XSFacet Modifier and Type Method Description TXSFunction. facet(XSFacet facet)voidXSVisitor. facet(XSFacet facet)
-