JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.sun.xml.xsom.visitor
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)