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 TypeClassDescriptionclassExtract the name of the components.classGets the human-readable name of a schema component.classUtility implementation ofXSFunctionthat returnsBooleanto find something from schema objects.classFilter implementation of XSFilter. -
Uses of XSTermFunction in com.sun.xml.xsom.visitor
Subinterfaces of XSTermFunction in com.sun.xml.xsom.visitorModifier and TypeInterfaceDescriptioninterfaceXSFunction<T>Function object that works on the entire XML Schema components.