com.sun.xml.xsom.visitor
Interface XSWildcardVisitor


public interface XSWildcardVisitor

Visits three kinds of XSWildcard.

Author:
Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)

Method Summary
 void any(XSWildcard.Any wc)
           
 void other(XSWildcard.Other wc)
           
 void union(XSWildcard.Union wc)
           
 

Method Detail

any

void any(XSWildcard.Any wc)

other

void other(XSWildcard.Other wc)

union

void union(XSWildcard.Union wc)