|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XSFacet | |
---|---|
com.sun.xml.xsom | Interfaces that the client should use to access schema information. |
com.sun.xml.xsom.impl | Implementation of the com.sun.xml.xsom package. |
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 the com.sun.xml.xsom interfaces. |
Uses of XSFacet in com.sun.xml.xsom |
---|
Methods in com.sun.xml.xsom that return XSFacet | |
---|---|
XSFacet |
XSRestrictionSimpleType.getDeclaredFacet(String name)
Gets the declared facet object of the given name. |
XSFacet |
XSSimpleType.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 | |
---|---|
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 | |
---|---|
class |
FacetImpl
|
Methods in com.sun.xml.xsom.impl that return XSFacet | |
---|---|
XSFacet |
RestrictionSimpleTypeImpl.getDeclaredFacet(String name)
|
XSFacet |
UnionSimpleTypeImpl.getFacet(String name)
|
XSFacet |
ListSimpleTypeImpl.getFacet(String name)
|
XSFacet |
RestrictionSimpleTypeImpl.getFacet(String name)
|
Methods in com.sun.xml.xsom.impl that return types with arguments of type XSFacet | |
---|---|
Collection<? extends XSFacet> |
RestrictionSimpleTypeImpl.getDeclaredFacets()
|
List<XSFacet> |
RestrictionSimpleTypeImpl.getDeclaredFacets(String name)
|
List<XSFacet> |
UnionSimpleTypeImpl.getFacets(String name)
|
List<XSFacet> |
ListSimpleTypeImpl.getFacets(String name)
|
List<XSFacet> |
RestrictionSimpleTypeImpl.getFacets(String name)
|
Iterator<XSFacet> |
RestrictionSimpleTypeImpl.iterateDeclaredFacets()
|
Methods in com.sun.xml.xsom.impl with parameters of type XSFacet | |
---|---|
void |
RestrictionSimpleTypeImpl.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 | |
---|---|
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 | |
---|---|
void |
SchemaWriter.facet(XSFacet facet)
|
void |
SchemaTreeTraverser.facet(XSFacet facet)
|
Uses of XSFacet in com.sun.xml.xsom.util |
---|
Methods in com.sun.xml.xsom.util with parameters of type XSFacet | |
---|---|
Boolean |
XSFinder.facet(XSFacet facet)
|
T |
XSFunctionFilter.facet(XSFacet facet)
|
String |
ComponentNameFunction.facet(XSFacet facet)
|
String |
NameGetter.facet(XSFacet facet)
|
Uses of XSFacet in com.sun.xml.xsom.visitor |
---|
Methods in com.sun.xml.xsom.visitor with parameters of type XSFacet | |
---|---|
T |
XSFunction.facet(XSFacet facet)
|
void |
XSVisitor.facet(XSFacet facet)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |