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

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

public interface ProcessingContext<N,S,Q>

An optional interface for gXML APIs designed to provide consistency.


Method Summary
 Application<N,S,Q> getApplication()
          Returns the application that owns this processing context.
 Model<N,S,Q> getModel()
          Returns the model for navigating the document model.
 Cursor<N,S,Q> newCursor(N node)
          Returns a new cursor for navigating the XDM model.
 

Method Detail

getApplication

Application<N,S,Q> getApplication()
Returns the application that owns this processing context.


getModel

Model<N,S,Q> getModel()
Returns the model for navigating the document model.


newCursor

Cursor<N,S,Q> newCursor(N node)
Returns a new cursor for navigating the XDM model.

Parameters:
node - The node over which the cursor is initially positioned. Cannot be null.


Copyright © 2009 TIBCO Software Inc. All Rights Reserved.