Uses of Interface
com.sun.xml.xsom.visitor.XSTermFunction
Packages that use XSTermFunction
Package
Description
Interfaces that the client should use to access schema information.
Implementation of the
com.sun.xml.xsom
package.Visitor pattern support for the
com.sun.xml.xsom
interfaces.-
Uses of XSTermFunction in com.sun.xml.xsom
Methods in com.sun.xml.xsom with parameters of type XSTermFunction -
Uses of XSTermFunction in com.sun.xml.xsom.impl
Methods in com.sun.xml.xsom.impl with parameters of type XSTermFunctionModifier and TypeMethodDescriptionElementDecl.apply
(XSTermFunction function) ModelGroupDeclImpl.apply
(XSTermFunction function) ModelGroupImpl.apply
(XSTermFunction function) WildcardImpl.apply
(XSTermFunction function) -
Uses of XSTermFunction in com.sun.xml.xsom.impl.scd
Classes in com.sun.xml.xsom.impl.scd that implement XSTermFunction -
Uses of XSTermFunction in com.sun.xml.xsom.util
Classes in com.sun.xml.xsom.util that implement XSTermFunctionModifier 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. -
Uses of XSTermFunction in com.sun.xml.xsom.visitor
Subinterfaces of XSTermFunction in com.sun.xml.xsom.visitorModifier and TypeInterfaceDescriptioninterface
XSFunction<T>
Function object that works on the entire XML Schema components.