Uses of Interface
org.staxnav.StaxNavigator

Uses of StaxNavigator in org.staxnav
 

Methods in org.staxnav that return StaxNavigator
static
<N> StaxNavigator<N>
StaxNavigatorFactory.create(Naming<N> naming, java.io.InputStream is)
           
static
<N> StaxNavigator<N>
StaxNavigatorFactory.create(Naming<N> naming, java.io.Reader reader)
           
static
<N> StaxNavigator<N>
StaxNavigatorFactory.create(Naming<N> naming, javax.xml.stream.XMLStreamReader stream)
           
 StaxNavigator<N> StaxNavigator.fork()
          Creates a navigator scoped around the currently navigated element.
 StaxNavigator<N> StaxNavigator.fork(Axis axis)
          Creates a navigator scoped around the currently navigated element.
 

Methods in org.staxnav that return types with arguments of type StaxNavigator
 java.lang.Iterable<StaxNavigator<N>> StaxNavigator.fork(Axis axis, N name)
          Returns an iterable of stax navigator that is built according to the rules: The current element is added if it matches the specified name. Subsequent elements are found thanks to the provided axis.
 java.lang.Iterable<StaxNavigator<N>> StaxNavigator.fork(N name)
          Returns an iterable of stax navigator that is built according to the rules: The current element is added if it matches the specified name. Subsequent elements are found thanks to the sibling(Object) method.
 



Copyright © 2011 eXo Platform SAS. All Rights Reserved.