Tabnine Logo
TransformerImpl.setTransformThread
Code IndexAdd Tabnine to your IDE (free)

How to use
setTransformThread
method
in
org.apache.xalan.transformer.TransformerImpl

Best Java code snippets using org.apache.xalan.transformer.TransformerImpl.setTransformThread (Showing top 20 results out of 315)

origin: robovm/robovm

/**
 * Called by SourceTreeHandler to start the transformation
 *  in a separate thread
 *
 * NEEDSDOC @param priority
 */
public void runTransformThread(int priority)
{
 // used in SourceTreeHandler
 Thread t = ThreadControllerWrapper.runThread(this, priority);
 this.setTransformThread(t);
}
origin: xalan/xalan

/**
 * Called by SourceTreeHandler to start the transformation
 *  in a separate thread
 *
 * NEEDSDOC @param priority
 */
public void runTransformThread(int priority)
{
 // used in SourceTreeHandler
 Thread t = ThreadControllerWrapper.runThread(this, priority);
 this.setTransformThread(t);
}
origin: robovm/robovm

this.setTransformThread(null);
origin: xalan/xalan

this.setTransformThread(null);
origin: MobiVM/robovm

/**
 * Called by SourceTreeHandler to start the transformation
 *  in a separate thread
 *
 * NEEDSDOC @param priority
 */
public void runTransformThread(int priority)
{
 // used in SourceTreeHandler
 Thread t = ThreadControllerWrapper.runThread(this, priority);
 this.setTransformThread(t);
}
origin: ibinti/bugvm

/**
 * Called by SourceTreeHandler to start the transformation
 *  in a separate thread
 *
 * NEEDSDOC @param priority
 */
public void runTransformThread(int priority)
{
 // used in SourceTreeHandler
 Thread t = ThreadControllerWrapper.runThread(this, priority);
 this.setTransformThread(t);
}
origin: com.gluonhq/robovm-rt

/**
 * Called by SourceTreeHandler to start the transformation
 *  in a separate thread
 *
 * NEEDSDOC @param priority
 */
public void runTransformThread(int priority)
{
 // used in SourceTreeHandler
 Thread t = ThreadControllerWrapper.runThread(this, priority);
 this.setTransformThread(t);
}
origin: FlexoVM/flexovm

/**
 * Called by SourceTreeHandler to start the transformation
 *  in a separate thread
 *
 * NEEDSDOC @param priority
 */
public void runTransformThread(int priority)
{
 // used in SourceTreeHandler
 Thread t = ThreadControllerWrapper.runThread(this, priority);
 this.setTransformThread(t);
}
origin: org.apache.xalan/com.springsource.org.apache.xalan

/**
 * Called by SourceTreeHandler to start the transformation
 *  in a separate thread
 *
 * NEEDSDOC @param priority
 */
public void runTransformThread(int priority)
{
 // used in SourceTreeHandler
 Thread t = ThreadControllerWrapper.runThread(this, priority);
 this.setTransformThread(t);
}
origin: com.bugvm/bugvm-rt

/**
 * Called by SourceTreeHandler to start the transformation
 *  in a separate thread
 *
 * NEEDSDOC @param priority
 */
public void runTransformThread(int priority)
{
 // used in SourceTreeHandler
 Thread t = ThreadControllerWrapper.runThread(this, priority);
 this.setTransformThread(t);
}
origin: org.apache.servicemix.bundles/org.apache.servicemix.bundles.xalan

/**
 * Called by SourceTreeHandler to start the transformation
 *  in a separate thread
 *
 * NEEDSDOC @param priority
 */
public void runTransformThread(int priority)
{
 // used in SourceTreeHandler
 Thread t = ThreadControllerWrapper.runThread(this, priority);
 this.setTransformThread(t);
}
origin: com.mobidevelop.robovm/robovm-rt

/**
 * Called by SourceTreeHandler to start the transformation
 *  in a separate thread
 *
 * NEEDSDOC @param priority
 */
public void runTransformThread(int priority)
{
 // used in SourceTreeHandler
 Thread t = ThreadControllerWrapper.runThread(this, priority);
 this.setTransformThread(t);
}
origin: org.apache.karaf.bundles/org.apache.karaf.bundles.xalan-2.7.1

/**
 * Called by SourceTreeHandler to start the transformation
 *  in a separate thread
 *
 * NEEDSDOC @param priority
 */
public void runTransformThread(int priority)
{
 // used in SourceTreeHandler
 Thread t = ThreadControllerWrapper.runThread(this, priority);
 this.setTransformThread(t);
}
origin: MobiVM/robovm

this.setTransformThread(null);
origin: org.apache.xalan/com.springsource.org.apache.xalan

this.setTransformThread(null);
origin: com.bugvm/bugvm-rt

this.setTransformThread(null);
origin: org.apache.servicemix.bundles/org.apache.servicemix.bundles.xalan

this.setTransformThread(null);
origin: ibinti/bugvm

this.setTransformThread(null);
origin: org.apache.karaf.bundles/org.apache.karaf.bundles.xalan-2.7.1

this.setTransformThread(null);
origin: com.mobidevelop.robovm/robovm-rt

this.setTransformThread(null);
org.apache.xalan.transformerTransformerImplsetTransformThread

Javadoc

Get the thread that the transform process is on.

Popular methods of TransformerImpl

  • executeChildTemplates
    Execute each of the children of a template element.
  • getMsgMgr
    Return the message manager.
  • getOutputFormat
    Get the output properties used for the transformation.
  • getOutputPropertyNoDefault
    Get the value of a property, without using the default properties. This can be used to test if a pro
  • getXPathContext
    Get the XPath context associated with this transformer.
  • setContentHandler
    Set the content event handler. NEEDSDOC @param handler
  • <init>
    Construct a TransformerImpl.
  • applyTemplateToNode
    Given an element and mode, find the corresponding template and process the contents.
  • clearParameters
    Reset the parameters to a null list.
  • createSerializationHandler
  • currentFuncResultSeen
    Determines whether an EXSLT func:result instruction has been executed for the currently active EXSLT
  • currentTemplateRuleIsNull
    Tell if the current template rule is null, i.e. if we are directly within an apply-templates. Used f
  • currentFuncResultSeen,
  • currentTemplateRuleIsNull,
  • fatalError,
  • getContentHandler,
  • getContextNodeList,
  • getCountersTable,
  • getCurrentElement,
  • getCurrentNode,
  • getCurrentTemplate,
  • getErrorListener

Popular in Java

  • Making http requests using okhttp
  • onCreateOptionsMenu (Activity)
  • requestLocationUpdates (LocationManager)
  • findViewById (Activity)
  • BufferedImage (java.awt.image)
    The BufferedImage subclass describes an java.awt.Image with an accessible buffer of image data. All
  • File (java.io)
    An "abstract" representation of a file system entity identified by a pathname. The pathname may be a
  • SocketTimeoutException (java.net)
    This exception is thrown when a timeout expired on a socket read or accept operation.
  • MessageDigest (java.security)
    Uses a one-way hash function to turn an arbitrary number of bytes into a fixed-length byte sequence.
  • Calendar (java.util)
    Calendar is an abstract base class for converting between a Date object and a set of integer fields
  • ReentrantLock (java.util.concurrent.locks)
    A reentrant mutual exclusion Lock with the same basic behavior and semantics as the implicit monitor
  • From CI to AI: The AI layer in your organization
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now