Uses of Interface
org.gxml.sa.GxProcessingContext

Packages that use GxProcessingContext
org.gxml.sa   
 

Uses of GxProcessingContext in org.gxml.sa
 

Methods in org.gxml.sa that return GxProcessingContext
 GxProcessingContext<I,U,N,A,S,T,X> GxWritable.getProcessingContext()
          Returns the processing context associated with this source.
 GxProcessingContext<I,U,N,A,S,T,X> GxReadable.getProcessingContext()
          Returns the processing context associated with this source.
 GxProcessingContext<I,U,N,A,S,T,X> GxApplication.newProcessingContext()
          Allocates a new processing context.
 

Methods in org.gxml.sa with parameters of type GxProcessingContext
 void GxApplication.error(javax.xml.namespace.QName error, java.lang.String description, java.lang.Iterable<? extends I> errorObject, GxProcessingContext<I,U,N,A,S,T,X> pcx)
          Used to report errors to the hosting site when the fn:error function is called.
 void GxApplication.message(java.lang.Iterable<? extends I> message, boolean terminate, GxProcessingContext<I,U,N,A,S,T,X> pcx)
          Implements the XSLT xsl:message function.
 java.lang.Iterable<? extends I> GxApplication.trace(java.lang.Iterable<? extends I> srcval, java.lang.String label, GxProcessingContext<I,U,N,A,S,T,X> pcx)
          Implements the XQuery 1.0 and XPath 2.0 Functions and Operators fn:trace function.
 



Copyright © 2009 TIBCO Software Inc. All Rights Reserved.