Uses of Interface
com.sun.xml.xsom.visitor.XSTermFunction
Packages that use XSTermFunction
Package
Description
Reads XML Schema grammar from XSOM and builds the model for TXW.
-
Uses of XSTermFunction in com.sun.tools.txw2.builder.xsd
Classes in com.sun.tools.txw2.builder.xsd that implement XSTermFunction -
Uses of XSTermFunction in com.sun.tools.xjc.reader.xmlschema
Classes in com.sun.tools.xjc.reader.xmlschema that implement XSTermFunctionModifier and TypeClassDescriptionfinal classVisitsXSParticleand creates a correspondingExpressiontree.final classCountsMultiplicityfor a particle/term. -
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.