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.xsom
package.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.xsom
interfaces. -
-
Uses of XSFacet in com.sun.xml.xsom
Methods in com.sun.xml.xsom that return XSFacet Modifier and Type Method Description XSFacet
XSRestrictionSimpleType. getDeclaredFacet(java.lang.String name)
Gets the declared facet object of the given name.XSFacet
XSSimpleType. 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 class
FacetImpl
Fields in com.sun.xml.xsom.impl with type parameters of type XSFacet Modifier and Type Field Description private java.util.List<XSFacet>
RestrictionSimpleTypeImpl. facets
Methods in com.sun.xml.xsom.impl that return XSFacet Modifier and Type Method Description XSFacet
RestrictionSimpleTypeImpl. getDeclaredFacet(java.lang.String name)
XSFacet
SchemaSetImpl.AnySimpleType. getDeclaredFacet(java.lang.String name)
XSFacet
ListSimpleTypeImpl. getFacet(java.lang.String name)
XSFacet
RestrictionSimpleTypeImpl. getFacet(java.lang.String name)
XSFacet
SchemaSetImpl.AnySimpleType. getFacet(java.lang.String name)
XSFacet
UnionSimpleTypeImpl. 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 void
RestrictionSimpleTypeImpl. 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 XSFacet
complexType. facet
private XSFacet
SimpleType_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. FACET
Methods 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 boolean
Step.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 void
SchemaTreeTraverser. facet(XSFacet facet)
void
SchemaWriter. 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.String
ComponentNameFunction. facet(XSFacet facet)
java.lang.String
NameGetter. facet(XSFacet facet)
java.lang.Boolean
XSFinder. facet(XSFacet facet)
T
XSFunctionFilter. 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 T
XSFunction. facet(XSFacet facet)
void
XSVisitor. facet(XSFacet facet)
-