Class NavigatorImpl

java.lang.Object
com.sun.tools.xjc.model.nav.NavigatorImpl
All Implemented Interfaces:
Navigator<NType,NClass,Void,Void>

public final class NavigatorImpl extends Object implements Navigator<NType,NClass,Void,Void>
Navigator implementation for XJC. Most of the Navigator methods are used for parsing the model, which doesn't happen in XJC. So Most of the methods aren't really implemented. Implementations should be filled in as needed.
Author:
Kohsuke Kawaguchi