XSOM 20110809-redhat-3

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)

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)

XSOM 20110809-redhat-3

Copyright © 2012 Oracle. All Rights Reserved.