Uses of Interface
com.sun.xml.xsom.visitor.XSTermFunction

Packages that use XSTermFunction
com.sun.xml.xsom Interfaces that the client should use to access schema information. 
com.sun.xml.xsom.impl Implementation of the com.sun.xml.xsom package. 
com.sun.xml.xsom.impl.scd   
com.sun.xml.xsom.util   
com.sun.xml.xsom.visitor Visitor pattern support for the com.sun.xml.xsom interfaces. 
 

Uses of XSTermFunction in com.sun.xml.xsom
 

Methods in com.sun.xml.xsom with parameters of type XSTermFunction
<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
 Object ModelGroupImpl.apply(XSTermFunction function)
           
 Object ModelGroupDeclImpl.apply(XSTermFunction function)
           
 Object ElementDecl.apply(XSTermFunction function)
           
 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
static class Axis.ModelGroupAxis
           
 

Uses of XSTermFunction in com.sun.xml.xsom.util
 

Classes in com.sun.xml.xsom.util that implement XSTermFunction
 class ComponentNameFunction
          Extract the name of the components.
 class NameGetter
          Gets the human-readable name of a schema component.
 class XSFinder
          Utility implementation of XSFunction that returns Boolean 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
 interface XSFunction<T>
          Function object that works on the entire XML Schema components.
 



Copyright © 2012 Oracle. All Rights Reserved.