com.sun.xml.xsom.visitor
Interface XSSimpleTypeVisitor


public interface XSSimpleTypeVisitor

Visitor that works on XSSimpleType and its derived interfaces.

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

Method Summary
 void listSimpleType(XSListSimpleType type)
           
 void restrictionSimpleType(XSRestrictionSimpleType type)
           
 void unionSimpleType(XSUnionSimpleType type)
           
 

Method Detail

listSimpleType

void listSimpleType(XSListSimpleType type)

unionSimpleType

void unionSimpleType(XSUnionSimpleType type)

restrictionSimpleType

void restrictionSimpleType(XSRestrictionSimpleType type)