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

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

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

origin: robovm/robovm

/**
 * Execute the xsl:for-each transformation
 *
 * @param transformer non-null reference to the the current transform-time state.
 *
 * @throws TransformerException
 */
public void execute(TransformerImpl transformer) throws TransformerException
{
 transformer.pushCurrentTemplateRuleIsNull(true);    
 try
 {
  transformSelectedNodes(transformer);
 }
 finally
 {
  transformer.popCurrentTemplateRuleIsNull();
 }
}
origin: robovm/robovm

 transformer.popMode();
transformer.popCurrentTemplateRuleIsNull();
origin: xalan/xalan

/**
 * Execute the xsl:for-each transformation
 *
 * @param transformer non-null reference to the the current transform-time state.
 *
 * @throws TransformerException
 */
public void execute(TransformerImpl transformer) throws TransformerException
{
 transformer.pushCurrentTemplateRuleIsNull(true);    
 if (transformer.getDebug())
  transformer.getTraceManager().fireTraceEvent(this);//trigger for-each element event
 try
 {
  transformSelectedNodes(transformer);
 }
 finally
 {
  if (transformer.getDebug())
   transformer.getTraceManager().fireTraceEndEvent(this); 
  transformer.popCurrentTemplateRuleIsNull();
 }
}
origin: xalan/xalan

 transformer.popMode();
transformer.popCurrentTemplateRuleIsNull();
origin: com.gluonhq/robovm-rt

/**
 * Execute the xsl:for-each transformation
 *
 * @param transformer non-null reference to the the current transform-time state.
 *
 * @throws TransformerException
 */
public void execute(TransformerImpl transformer) throws TransformerException
{
 transformer.pushCurrentTemplateRuleIsNull(true);    
 try
 {
  transformSelectedNodes(transformer);
 }
 finally
 {
  transformer.popCurrentTemplateRuleIsNull();
 }
}
origin: MobiVM/robovm

/**
 * Execute the xsl:for-each transformation
 *
 * @param transformer non-null reference to the the current transform-time state.
 *
 * @throws TransformerException
 */
public void execute(TransformerImpl transformer) throws TransformerException
{
 transformer.pushCurrentTemplateRuleIsNull(true);    
 try
 {
  transformSelectedNodes(transformer);
 }
 finally
 {
  transformer.popCurrentTemplateRuleIsNull();
 }
}
origin: ibinti/bugvm

/**
 * Execute the xsl:for-each transformation
 *
 * @param transformer non-null reference to the the current transform-time state.
 *
 * @throws TransformerException
 */
public void execute(TransformerImpl transformer) throws TransformerException
{
 transformer.pushCurrentTemplateRuleIsNull(true);    
 try
 {
  transformSelectedNodes(transformer);
 }
 finally
 {
  transformer.popCurrentTemplateRuleIsNull();
 }
}
origin: com.bugvm/bugvm-rt

/**
 * Execute the xsl:for-each transformation
 *
 * @param transformer non-null reference to the the current transform-time state.
 *
 * @throws TransformerException
 */
public void execute(TransformerImpl transformer) throws TransformerException
{
 transformer.pushCurrentTemplateRuleIsNull(true);    
 try
 {
  transformSelectedNodes(transformer);
 }
 finally
 {
  transformer.popCurrentTemplateRuleIsNull();
 }
}
origin: com.mobidevelop.robovm/robovm-rt

/**
 * Execute the xsl:for-each transformation
 *
 * @param transformer non-null reference to the the current transform-time state.
 *
 * @throws TransformerException
 */
public void execute(TransformerImpl transformer) throws TransformerException
{
 transformer.pushCurrentTemplateRuleIsNull(true);    
 try
 {
  transformSelectedNodes(transformer);
 }
 finally
 {
  transformer.popCurrentTemplateRuleIsNull();
 }
}
origin: FlexoVM/flexovm

/**
 * Execute the xsl:for-each transformation
 *
 * @param transformer non-null reference to the the current transform-time state.
 *
 * @throws TransformerException
 */
public void execute(TransformerImpl transformer) throws TransformerException
{
 transformer.pushCurrentTemplateRuleIsNull(true);    
 try
 {
  transformSelectedNodes(transformer);
 }
 finally
 {
  transformer.popCurrentTemplateRuleIsNull();
 }
}
origin: com.gluonhq/robovm-rt

 transformer.popMode();
transformer.popCurrentTemplateRuleIsNull();
origin: com.bugvm/bugvm-rt

 transformer.popMode();
transformer.popCurrentTemplateRuleIsNull();
origin: MobiVM/robovm

 transformer.popMode();
transformer.popCurrentTemplateRuleIsNull();
origin: FlexoVM/flexovm

 transformer.popMode();
transformer.popCurrentTemplateRuleIsNull();
origin: com.mobidevelop.robovm/robovm-rt

 transformer.popMode();
transformer.popCurrentTemplateRuleIsNull();
origin: ibinti/bugvm

 transformer.popMode();
transformer.popCurrentTemplateRuleIsNull();
origin: org.apache.xalan/com.springsource.org.apache.xalan

/**
 * Execute the xsl:for-each transformation
 *
 * @param transformer non-null reference to the the current transform-time state.
 *
 * @throws TransformerException
 */
public void execute(TransformerImpl transformer) throws TransformerException
{
 transformer.pushCurrentTemplateRuleIsNull(true);    
 if (transformer.getDebug())
  transformer.getTraceManager().fireTraceEvent(this);//trigger for-each element event
 try
 {
  transformSelectedNodes(transformer);
 }
 finally
 {
  if (transformer.getDebug())
   transformer.getTraceManager().fireTraceEndEvent(this); 
  transformer.popCurrentTemplateRuleIsNull();
 }
}
origin: org.apache.servicemix.bundles/org.apache.servicemix.bundles.xalan

/**
 * Execute the xsl:for-each transformation
 *
 * @param transformer non-null reference to the the current transform-time state.
 *
 * @throws TransformerException
 */
public void execute(TransformerImpl transformer) throws TransformerException
{
 transformer.pushCurrentTemplateRuleIsNull(true);    
 if (transformer.getDebug())
  transformer.getTraceManager().fireTraceEvent(this);//trigger for-each element event
 try
 {
  transformSelectedNodes(transformer);
 }
 finally
 {
  if (transformer.getDebug())
   transformer.getTraceManager().fireTraceEndEvent(this); 
  transformer.popCurrentTemplateRuleIsNull();
 }
}
origin: org.apache.karaf.bundles/org.apache.karaf.bundles.xalan-2.7.1

/**
 * Execute the xsl:for-each transformation
 *
 * @param transformer non-null reference to the the current transform-time state.
 *
 * @throws TransformerException
 */
public void execute(TransformerImpl transformer) throws TransformerException
{
 transformer.pushCurrentTemplateRuleIsNull(true);    
 if (transformer.getDebug())
  transformer.getTraceManager().fireTraceEvent(this);//trigger for-each element event
 try
 {
  transformSelectedNodes(transformer);
 }
 finally
 {
  if (transformer.getDebug())
   transformer.getTraceManager().fireTraceEndEvent(this); 
  transformer.popCurrentTemplateRuleIsNull();
 }
}
origin: org.apache.karaf.bundles/org.apache.karaf.bundles.xalan-2.7.1

 transformer.popMode();
transformer.popCurrentTemplateRuleIsNull();
org.apache.xalan.transformerTransformerImplpopCurrentTemplateRuleIsNull

Javadoc

Push true if the current template rule is null, false otherwise.

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

  • Reactive rest calls using spring rest template
  • findViewById (Activity)
  • getExternalFilesDir (Context)
  • setContentView (Activity)
  • InputStream (java.io)
    A readable source of bytes.Most clients will use input streams that read data from the file system (
  • URLConnection (java.net)
    A connection to a URL for reading or writing. For HTTP connections, see HttpURLConnection for docume
  • Semaphore (java.util.concurrent)
    A counting semaphore. Conceptually, a semaphore maintains a set of permits. Each #acquire blocks if
  • TimeUnit (java.util.concurrent)
    A TimeUnit represents time durations at a given unit of granularity and provides utility methods to
  • BasicDataSource (org.apache.commons.dbcp)
    Basic implementation of javax.sql.DataSource that is configured via JavaBeans properties. This is no
  • Get (org.apache.hadoop.hbase.client)
    Used to perform Get operations on a single row. To get everything for a row, instantiate a Get objec
  • Top 17 Free Sublime Text Plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

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