org.gxml.xdm
Interface Cursor<N,S,Q>

Type Parameters:
N - The node handle.
S - The symbol (namespace-uri and/or local-name).
Q - The QName.
All Known Subinterfaces:
GuCursor<N>, GxCursor<N,A,S,T>

public interface Cursor<N,S,Q>

An optional interface for gXML APIs designed to provide consistency.


Method Summary
 N bookmark()
           
 S getLocalName()
          Returns the local-name property of the dm:node-name.
 

Method Detail

bookmark

N bookmark()
Returns:
an immovable bookmark for the current cursor position.

getLocalName

S getLocalName()
Returns the local-name property of the dm:node-name.
An empty local-name is returned as the zero-length string.
This method never returns null.



Copyright © 2009 TIBCO Software Inc. All Rights Reserved.