Uses of Interface
com.sun.xml.xsom.visitor.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
-
Uses of XSTermFunction in com.sun.xml.xsom.impl
Modifier 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
-
Uses of XSTermFunction 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. -
Uses of XSTermFunction in com.sun.xml.xsom.visitor
Modifier and TypeInterfaceDescriptioninterface
XSFunction<T>
Function object that works on the entire XML Schema components.