Package com.sun.xml.xsom.visitor
Interface XSSimpleTypeVisitor
-
- All Known Implementing Classes:
SchemaTreeTraverser,SchemaWriter
public interface XSSimpleTypeVisitorVisitor that works onXSSimpleTypeand its derived interfaces.- Author:
- Kohsuke Kawaguchi (kohsuke,kawaguchi@sun.com)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidlistSimpleType(XSListSimpleType type)voidrestrictionSimpleType(XSRestrictionSimpleType type)voidunionSimpleType(XSUnionSimpleType type)
-
-
-
Method Detail
-
listSimpleType
void listSimpleType(XSListSimpleType type)
-
unionSimpleType
void unionSimpleType(XSUnionSimpleType type)
-
restrictionSimpleType
void restrictionSimpleType(XSRestrictionSimpleType type)
-
-