Uses of Interface
com.sun.xml.bind.v2.model.nav.Navigator

Packages that use Navigator
com.sun.xml.bind.v2.model.core The in-memory model of the JAXB-bound beans. 
com.sun.xml.bind.v2.model.impl   
 

Uses of Navigator in com.sun.xml.bind.v2.model.core
 

Methods in com.sun.xml.bind.v2.model.core that return Navigator
 Navigator<T,C,F,M> TypeInfoSet.getNavigator()
          Navigator for this model.
 

Constructors in com.sun.xml.bind.v2.model.core with parameters of type Navigator
Adapter(ClassDeclT adapterType, Navigator<TypeT,ClassDeclT,?,?> nav)
           
Adapter(XmlJavaTypeAdapter spec, AnnotationReader<TypeT,ClassDeclT,?,?> reader, Navigator<TypeT,ClassDeclT,?,?> nav)
           
Ref(AnnotationReader<T,C,?,?> reader, Navigator<T,C,?,?> nav, T type, XmlJavaTypeAdapter xjta, XmlList xl)
           
 

Uses of Navigator in com.sun.xml.bind.v2.model.impl
 

Methods in com.sun.xml.bind.v2.model.impl that return Navigator
 Navigator<T,C,F,M> ModelBuilderI.getNavigator()
           
 



Copyright © 2014 Oracle Corporation. All Rights Reserved.