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

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

public interface Application<N,S,Q>

An optional interface for gXML APIs designed to provide consistency.


Method Summary
 ProcessingContext<N,S,Q> newProcessingContext()
          Allocates a new processing context.
 

Method Detail

newProcessingContext

ProcessingContext<N,S,Q> newProcessingContext()
Allocates a new processing context.



Copyright © 2009 TIBCO Software Inc. All Rights Reserved.