Package com.sun.xml.xsom.visitor
Interface XSWildcardVisitor
-
public interface XSWildcardVisitorVisits three kinds ofXSWildcard.- Author:
- Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidany(XSWildcard.Any wc)voidother(XSWildcard.Other wc)voidunion(XSWildcard.Union wc)
-
-
-
Method Detail
-
any
void any(XSWildcard.Any wc)
-
other
void other(XSWildcard.Other wc)
-
union
void union(XSWildcard.Union wc)
-
-