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

Packages that use XSWildcardFunction
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. 
 

Uses of XSWildcardFunction in com.sun.xml.xsom
 

Methods in com.sun.xml.xsom with parameters of type XSWildcardFunction
<T> T
XSWildcard.apply(XSWildcardFunction<T> function)
           
 

Uses of XSWildcardFunction in com.sun.xml.xsom.impl
 

Methods in com.sun.xml.xsom.impl with parameters of type XSWildcardFunction
 Object WildcardImpl.Any.apply(XSWildcardFunction function)
           
 Object WildcardImpl.Other.apply(XSWildcardFunction function)
           
 Object WildcardImpl.Finite.apply(XSWildcardFunction function)
           
 



Copyright © 2012 Oracle. All Rights Reserved.