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 class
VisitsXSParticle
and creates a correspondingExpression
tree.final class
CountsMultiplicity
for 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 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
Subinterfaces of XSTermFunction in com.sun.xml.xsom.visitorModifier and TypeInterfaceDescriptioninterface
XSFunction<T>
Function object that works on the entire XML Schema components.