Uses of Interface
com.sun.xml.xsom.visitor.XSContentTypeFunction
Packages that use XSContentTypeFunction
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 XSContentTypeFunction in com.sun.xml.xsom
Methods in com.sun.xml.xsom with parameters of type XSContentTypeFunction -
Uses of XSContentTypeFunction in com.sun.xml.xsom.impl
Methods in com.sun.xml.xsom.impl with parameters of type XSContentTypeFunctionModifier and TypeMethodDescriptionEmptyImpl.apply(XSContentTypeFunction function) final ObjectParticleImpl.apply(XSContentTypeFunction function) final ObjectSimpleTypeImpl.apply(XSContentTypeFunction function) -
Uses of XSContentTypeFunction in com.sun.xml.xsom.impl.scd
Classes in com.sun.xml.xsom.impl.scd that implement XSContentTypeFunction -
Uses of XSContentTypeFunction in com.sun.xml.xsom.util
Classes in com.sun.xml.xsom.util that implement XSContentTypeFunctionModifier 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 XSContentTypeFunction in com.sun.xml.xsom.visitor
Subinterfaces of XSContentTypeFunction in com.sun.xml.xsom.visitorModifier and TypeInterfaceDescriptioninterfaceXSFunction<T>Function object that works on the entire XML Schema components.