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.parser.state 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(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. -
Uses of XSFacet in com.sun.xml.xsom.impl
Classes in com.sun.xml.xsom.impl that implement XSFacet Modifier and Type Class Description classFacetImplFields in com.sun.xml.xsom.impl with type parameters of type XSFacet Modifier and Type Field Description private java.util.List<XSFacet>RestrictionSimpleTypeImpl. facetsMethods in com.sun.xml.xsom.impl that return XSFacet Modifier and Type Method Description XSFacetRestrictionSimpleTypeImpl. getDeclaredFacet(java.lang.String name)XSFacetSchemaSetImpl.AnySimpleType. getDeclaredFacet(java.lang.String name)XSFacetListSimpleTypeImpl. getFacet(java.lang.String name)XSFacetRestrictionSimpleTypeImpl. getFacet(java.lang.String name)XSFacetSchemaSetImpl.AnySimpleType. getFacet(java.lang.String name)XSFacetUnionSimpleTypeImpl. getFacet(java.lang.String name)Methods in com.sun.xml.xsom.impl that return types with arguments of type XSFacet Modifier and Type Method Description java.util.Collection<? extends XSFacet>RestrictionSimpleTypeImpl. getDeclaredFacets()java.util.List<XSFacet>RestrictionSimpleTypeImpl. getDeclaredFacets(java.lang.String name)java.util.Collection<? extends XSFacet>SchemaSetImpl.AnySimpleType. getDeclaredFacets()java.util.List<XSFacet>SchemaSetImpl.AnySimpleType. getDeclaredFacets(java.lang.String name)java.util.List<XSFacet>ListSimpleTypeImpl. getFacets(java.lang.String name)java.util.List<XSFacet>RestrictionSimpleTypeImpl. getFacets(java.lang.String name)java.util.List<XSFacet>SchemaSetImpl.AnySimpleType. getFacets(java.lang.String name)java.util.List<XSFacet>UnionSimpleTypeImpl. getFacets(java.lang.String name)java.util.Iterator<XSFacet>RestrictionSimpleTypeImpl. iterateDeclaredFacets()java.util.Iterator<XSFacet>SchemaSetImpl.AnySimpleType. 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.parser.state
Fields in com.sun.xml.xsom.impl.parser.state declared as XSFacet Modifier and Type Field Description private XSFacetcomplexType. facetprivate XSFacetSimpleType_Restriction. 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. FACETMethods in com.sun.xml.xsom.impl.scd with parameters of type XSFacet Modifier and Type Method Description java.util.Iterator<T>AbstractAxisImpl. facet(XSFacet facet)protected booleanStep.Facet. match(XSFacet f)Constructor parameters in com.sun.xml.xsom.impl.scd with type arguments of type XSFacet Constructor Description Facet(Axis<XSFacet> axis, java.lang.String facetName) -
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 java.lang.StringComponentNameFunction. facet(XSFacet facet)java.lang.StringNameGetter. facet(XSFacet facet)java.lang.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)
-