XSOM 20110809-redhat-3

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)

XSOM 20110809-redhat-3

Copyright © 2012 Oracle. All Rights Reserved.