JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
com.sun.xml.xsom.visitor
XSWildcardFunction
Contents
Description
Method Summary
Method Details
any(XSWildcard.Any)
other(XSWildcard.Other)
union(XSWildcard.Union)
Hide sidebar
Show sidebar
Interface XSWildcardFunction<
T
>
public interface
XSWildcardFunction<T>
Visits three kinds of
XSWildcard
.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
T
any
(
XSWildcard.Any
wc)
T
other
(
XSWildcard.Other
wc)
T
union
(
XSWildcard.Union
wc)
Method Details
any
T
any
(
XSWildcard.Any
wc)
other
T
other
(
XSWildcard.Other
wc)
union
T
union
(
XSWildcard.Union
wc)