com.sun.xml.xsom.visitor
Interface XSSimpleTypeVisitor
- All Known Implementing Classes:
- SchemaTreeTraverser, SchemaWriter
public interface XSSimpleTypeVisitor
Visitor that works on XSSimpleType
and its derived interfaces.
- Author:
- Kohsuke Kawaguchi (kohsuke,kawaguchi@sun.com)
listSimpleType
void listSimpleType(XSListSimpleType type)
unionSimpleType
void unionSimpleType(XSUnionSimpleType type)
restrictionSimpleType
void restrictionSimpleType(XSRestrictionSimpleType type)
Copyright © 2012 Oracle. All Rights Reserved.