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

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

Best Java code snippets using org.apache.xalan.transformer.TransformerImpl.pushCurrentTemplateRuleIsNull (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.pushCurrentTemplateRuleIsNull(false);
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.pushCurrentTemplateRuleIsNull(false);
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.pushCurrentTemplateRuleIsNull(false);
origin: com.bugvm/bugvm-rt

transformer.pushCurrentTemplateRuleIsNull(false);
origin: MobiVM/robovm

transformer.pushCurrentTemplateRuleIsNull(false);
origin: FlexoVM/flexovm

transformer.pushCurrentTemplateRuleIsNull(false);
origin: com.mobidevelop.robovm/robovm-rt

transformer.pushCurrentTemplateRuleIsNull(false);
origin: ibinti/bugvm

transformer.pushCurrentTemplateRuleIsNull(false);
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.pushCurrentTemplateRuleIsNull(false);
org.apache.xalan.transformerTransformerImplpushCurrentTemplateRuleIsNull

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

  • Running tasks concurrently on multiple threads
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • getSystemService (Context)
  • setContentView (Activity)
  • Menu (java.awt)
  • Deque (java.util)
    A linear collection that supports element insertion and removal at both ends. The name deque is shor
  • Iterator (java.util)
    An iterator over a sequence of objects, such as a collection.If a collection has been changed since
  • ResourceBundle (java.util)
    ResourceBundle is an abstract class which is the superclass of classes which provide Locale-specifi
  • Timer (java.util)
    Timers schedule one-shot or recurring TimerTask for execution. Prefer java.util.concurrent.Scheduled
  • JButton (javax.swing)
  • Top 12 Jupyter Notebook extensions
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