Uses of Interface
com.sun.xml.xsom.visitor.XSFunction
Package
Description
Interfaces that the client should use to access schema information.
Implementation of the
com.sun.xml.xsom
package.-
Uses of XSFunction in com.sun.xml.xsom
Modifier and TypeMethodDescription<T> T
XSComponent.apply
(XSFunction<T> function) Accepts a functor. -
Uses of XSFunction in com.sun.xml.xsom.impl
Modifier and TypeMethodDescriptionAttGroupDeclImpl.apply
(XSFunction function) AttributeDeclImpl.apply
(XSFunction function) AttributeUseImpl.apply
(XSFunction f) <T> T
ComplexTypeImpl.apply
(XSFunction<T> function) ElementDecl.apply
(XSFunction function) EmptyImpl.apply
(XSFunction function) FacetImpl.apply
(XSFunction function) <T> T
IdentityConstraintImpl.apply
(XSFunction<T> function) ModelGroupDeclImpl.apply
(XSFunction function) ModelGroupImpl.apply
(XSFunction function) NotationImpl.apply
(XSFunction function) final Object
ParticleImpl.apply
(XSFunction function) SchemaImpl.apply
(XSFunction function) final Object
SimpleTypeImpl.apply
(XSFunction function) WildcardImpl.apply
(XSFunction function) <T> T
XPathImpl.apply
(XSFunction<T> function) -
Uses of XSFunction in com.sun.xml.xsom.impl.scd
-
Uses of XSFunction in com.sun.xml.xsom.util
Modifier and TypeClassDescriptionclass
Extract the name of the components.class
Gets the human-readable name of a schema component.class
Utility implementation ofXSFunction
that returnsBoolean
to find something from schema objects.class
Filter implementation of XSFilter.Modifier and TypeFieldDescriptionprotected XSFunction<T>
XSFunctionFilter.core
This object will receive all forwarded calls.static final XSFunction
NameGetter.theInstance
An instance that gets names in the default locale.