Uses of Interface
com.sun.xml.xsom.XSFacet
-
Packages that use XSFacet Package Description com.sun.xml.xsom Interfaces that the client should use to access schema information.com.sun.xml.xsom.impl Implementation of thecom.sun.xml.xsompackage.com.sun.xml.xsom.impl.scd com.sun.xml.xsom.impl.util com.sun.xml.xsom.util com.sun.xml.xsom.visitor Visitor pattern support for thecom.sun.xml.xsominterfaces. -
-
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
Classes in com.sun.xml.xsom.impl that implement XSFacet Modifier and Type Class Description classFacetImplMethods in com.sun.xml.xsom.impl that return XSFacet Modifier and Type Method Description XSFacetRestrictionSimpleTypeImpl. getDeclaredFacet(String name)XSFacetListSimpleTypeImpl. getFacet(String name)XSFacetRestrictionSimpleTypeImpl. getFacet(String name)XSFacetUnionSimpleTypeImpl. getFacet(String name)Methods in com.sun.xml.xsom.impl that return types with arguments of type XSFacet Modifier and Type Method Description Collection<? extends XSFacet>RestrictionSimpleTypeImpl. getDeclaredFacets()List<XSFacet>RestrictionSimpleTypeImpl. getDeclaredFacets(String name)List<XSFacet>ListSimpleTypeImpl. getFacets(String name)List<XSFacet>RestrictionSimpleTypeImpl. getFacets(String name)List<XSFacet>UnionSimpleTypeImpl. getFacets(String name)Iterator<XSFacet>RestrictionSimpleTypeImpl. iterateDeclaredFacets()Methods in com.sun.xml.xsom.impl with parameters of type XSFacet Modifier and Type Method Description voidRestrictionSimpleTypeImpl. addFacet(XSFacet facet) -
Uses of XSFacet in com.sun.xml.xsom.impl.scd
Fields in com.sun.xml.xsom.impl.scd with type parameters of type XSFacet Modifier and Type Field Description static Axis<XSFacet>Axis. FACET -
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)
-