Uses of Interface
com.sun.xml.xsom.visitor.XSTermFunction
-
Packages that use XSTermFunction 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.scd com.sun.xml.xsom.util com.sun.xml.xsom.visitor Visitor pattern support for thecom.sun.xml.xsom
interfaces. -
-
Uses of XSTermFunction in com.sun.xml.xsom
Methods in com.sun.xml.xsom with parameters of type XSTermFunction Modifier and Type Method Description <T> T
XSTerm. apply(XSTermFunction<T> function)
-
Uses of XSTermFunction in com.sun.xml.xsom.impl
Methods in com.sun.xml.xsom.impl with parameters of type XSTermFunction Modifier and Type Method Description java.lang.Object
ElementDecl. apply(XSTermFunction function)
java.lang.Object
ModelGroupDeclImpl. apply(XSTermFunction function)
java.lang.Object
ModelGroupImpl. apply(XSTermFunction function)
java.lang.Object
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 Modifier and Type Class Description (package private) class
AbstractAxisImpl<T extends XSComponent>
Partial default implementation ofAxis
.static class
Axis.ModelGroupAxis
-
Uses of XSTermFunction in com.sun.xml.xsom.util
Classes in com.sun.xml.xsom.util that implement XSTermFunction Modifier and Type Class Description class
ComponentNameFunction
Extract the name of the components.class
NameGetter
Gets the human-readable name of a schema component.class
XSFinder
Utility implementation ofXSFunction
that returnsBoolean
to find something from schema objects.class
XSFunctionFilter<T>
Filter implementation of XSFilter. -
Uses of XSTermFunction in com.sun.xml.xsom.visitor
Subinterfaces of XSTermFunction in com.sun.xml.xsom.visitor Modifier and Type Interface Description interface
XSFunction<T>
Function object that works on the entire XML Schema components.
-