com.sun.msv.reader.datatype
Interface TypeOwner


public interface TypeOwner

State can implement this method to be notified by DataType vocabulary about the result of parsing.

Author:
Kohsuke KAWAGUCHI

Method Summary
 void onEndChildType(Expression datatype, String typeName)
           
 

Method Detail

onEndChildType

void onEndChildType(Expression datatype,
                    String typeName)