Uses of Interface
org.gxml.xdm.Cursor

Packages that use Cursor
org.gxml.sa   
org.gxml.u Provides the core API for gXML-U 
org.gxml.xdm   
 

Uses of Cursor in org.gxml.sa
 

Subinterfaces of Cursor in org.gxml.sa
 interface GxCursor<N,A,S,T>
           
 

Uses of Cursor in org.gxml.u
 

Subinterfaces of Cursor in org.gxml.u
 interface GuCursor<N>
          A cursor is a random-access representation of an XML tree with the unique property that it moves over the underlying data model without forcing the implementation to provide object handles for each node visited.
 

Uses of Cursor in org.gxml.xdm
 

Methods in org.gxml.xdm that return Cursor
 Cursor<N,S,Q> ProcessingContext.newCursor(N node)
          Returns a new cursor for navigating the XDM model.
 



Copyright © 2009 TIBCO Software Inc. All Rights Reserved.