com.sun.xml.xsom.visitor
public interface XSWildcardFunction<T>
XSWildcard
.Modifier and Type | Method and Description |
---|---|
T |
any(XSWildcard.Any wc) |
T |
other(XSWildcard.Other wc) |
T |
union(XSWildcard.Union wc) |
T any(XSWildcard.Any wc)
T other(XSWildcard.Other wc)
T union(XSWildcard.Union wc)
Copyright © 2015 Oracle. All Rights Reserved.