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

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

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

origin: robovm/robovm

/**
 * Execute the fallbacks when an extension is not available.
 *
 * @param transformer non-null reference to the the current transform-time state.
 *
 * @throws TransformerException
 */
private void executeFallbacks(
    TransformerImpl transformer)
     throws TransformerException
{
 for (ElemTemplateElement child = m_firstChild; child != null;
      child = child.m_nextSibling)
 {
  if (child.getXSLToken() == Constants.ELEMNAME_FALLBACK)
  {
   try
   {
    transformer.pushElemTemplateElement(child);
    ((ElemFallback) child).executeFallback(transformer);
   }
   finally
   {
    transformer.popElemTemplateElement();
   }
  }
 }
}

origin: robovm/robovm

/**
 * Execute the fallbacks when an extension is not available.
 *
 * @param transformer non-null reference to the the current transform-time state.
 *
 * @throws TransformerException
 */
private void executeFallbacks(
    TransformerImpl transformer)
     throws TransformerException
{
 for (ElemTemplateElement child = m_firstChild; child != null;
      child = child.m_nextSibling)
 {
  if (child.getXSLToken() == Constants.ELEMNAME_FALLBACK)
  {
   try
   {
    transformer.pushElemTemplateElement(child);
    ((ElemFallback) child).executeFallback(transformer);
   }
   finally
   {
    transformer.popElemTemplateElement();
   }
  }
 }
}

origin: xalan/xalan

/**
 * Execute the fallbacks when an extension is not available.
 *
 * @param transformer non-null reference to the the current transform-time state.
 *
 * @throws TransformerException
 */
private void executeFallbacks(
    TransformerImpl transformer)
     throws TransformerException
{
 for (ElemTemplateElement child = m_firstChild; child != null;
      child = child.m_nextSibling)
 {
  if (child.getXSLToken() == Constants.ELEMNAME_FALLBACK)
  {
   try
   {
    transformer.pushElemTemplateElement(child);
    ((ElemFallback) child).executeFallback(transformer);
   }
   finally
   {
    transformer.popElemTemplateElement();
   }
  }
 }
}
 
origin: xalan/xalan

/**
 * Execute the fallbacks when an extension is not available.
 *
 * @param transformer non-null reference to the the current transform-time state.
 *
 * @throws TransformerException
 */
private void executeFallbacks(
    TransformerImpl transformer)
     throws TransformerException
{
 for (ElemTemplateElement child = m_firstChild; child != null;
      child = child.m_nextSibling)
 {
  if (child.getXSLToken() == Constants.ELEMNAME_FALLBACK)
  {
   try
   {
    transformer.pushElemTemplateElement(child);
    ((ElemFallback) child).executeFallback(transformer);
   }
   finally
   {
    transformer.popElemTemplateElement();
   }
  }
 }
}
 
origin: robovm/robovm

transformer.popElemTemplateElement();
xctxt.setSAXLocator(savedLocator);
origin: robovm/robovm

this.popElemTemplateElement();
origin: xalan/xalan

this.popElemTemplateElement();
origin: robovm/robovm

transformer.popElemTemplateElement();
xctxt.popCurrentExpressionNode();
xctxt.popCurrentNode();
origin: xalan/xalan

transformer.popElemTemplateElement();
xctxt.setSAXLocator(savedLocator);
origin: robovm/robovm

popElemTemplateElement();
origin: robovm/robovm

    transformer.popElemTemplateElement();
xctxt.popSAXLocator();
if (pushContextNodeListFlag) xctxt.popContextNodeList();
transformer.popElemTemplateElement();
xctxt.popCurrentExpressionNode();
xctxt.popCurrentNode();
origin: xalan/xalan

popElemTemplateElement();
origin: xalan/xalan

transformer.popElemTemplateElement();
xctxt.popCurrentExpressionNode();
xctxt.popCurrentNode();
origin: xalan/xalan

    transformer.popElemTemplateElement();
xctxt.popSAXLocator();
if (pushContextNodeListFlag) xctxt.popContextNodeList();
transformer.popElemTemplateElement();
xctxt.popCurrentExpressionNode();
xctxt.popCurrentNode();
origin: MobiVM/robovm

/**
 * Execute the fallbacks when an extension is not available.
 *
 * @param transformer non-null reference to the the current transform-time state.
 *
 * @throws TransformerException
 */
private void executeFallbacks(
    TransformerImpl transformer)
     throws TransformerException
{
 for (ElemTemplateElement child = m_firstChild; child != null;
      child = child.m_nextSibling)
 {
  if (child.getXSLToken() == Constants.ELEMNAME_FALLBACK)
  {
   try
   {
    transformer.pushElemTemplateElement(child);
    ((ElemFallback) child).executeFallback(transformer);
   }
   finally
   {
    transformer.popElemTemplateElement();
   }
  }
 }
}

origin: MobiVM/robovm

/**
 * Execute the fallbacks when an extension is not available.
 *
 * @param transformer non-null reference to the the current transform-time state.
 *
 * @throws TransformerException
 */
private void executeFallbacks(
    TransformerImpl transformer)
     throws TransformerException
{
 for (ElemTemplateElement child = m_firstChild; child != null;
      child = child.m_nextSibling)
 {
  if (child.getXSLToken() == Constants.ELEMNAME_FALLBACK)
  {
   try
   {
    transformer.pushElemTemplateElement(child);
    ((ElemFallback) child).executeFallback(transformer);
   }
   finally
   {
    transformer.popElemTemplateElement();
   }
  }
 }
}

origin: ibinti/bugvm

/**
 * Execute the fallbacks when an extension is not available.
 *
 * @param transformer non-null reference to the the current transform-time state.
 *
 * @throws TransformerException
 */
private void executeFallbacks(
    TransformerImpl transformer)
     throws TransformerException
{
 for (ElemTemplateElement child = m_firstChild; child != null;
      child = child.m_nextSibling)
 {
  if (child.getXSLToken() == Constants.ELEMNAME_FALLBACK)
  {
   try
   {
    transformer.pushElemTemplateElement(child);
    ((ElemFallback) child).executeFallback(transformer);
   }
   finally
   {
    transformer.popElemTemplateElement();
   }
  }
 }
}

origin: com.gluonhq/robovm-rt

/**
 * Execute the fallbacks when an extension is not available.
 *
 * @param transformer non-null reference to the the current transform-time state.
 *
 * @throws TransformerException
 */
private void executeFallbacks(
    TransformerImpl transformer)
     throws TransformerException
{
 for (ElemTemplateElement child = m_firstChild; child != null;
      child = child.m_nextSibling)
 {
  if (child.getXSLToken() == Constants.ELEMNAME_FALLBACK)
  {
   try
   {
    transformer.pushElemTemplateElement(child);
    ((ElemFallback) child).executeFallback(transformer);
   }
   finally
   {
    transformer.popElemTemplateElement();
   }
  }
 }
}

origin: com.mobidevelop.robovm/robovm-rt

/**
 * Execute the fallbacks when an extension is not available.
 *
 * @param transformer non-null reference to the the current transform-time state.
 *
 * @throws TransformerException
 */
private void executeFallbacks(
    TransformerImpl transformer)
     throws TransformerException
{
 for (ElemTemplateElement child = m_firstChild; child != null;
      child = child.m_nextSibling)
 {
  if (child.getXSLToken() == Constants.ELEMNAME_FALLBACK)
  {
   try
   {
    transformer.pushElemTemplateElement(child);
    ((ElemFallback) child).executeFallback(transformer);
   }
   finally
   {
    transformer.popElemTemplateElement();
   }
  }
 }
}

origin: org.apache.xalan/com.springsource.org.apache.xalan

/**
 * Execute the fallbacks when an extension is not available.
 *
 * @param transformer non-null reference to the the current transform-time state.
 *
 * @throws TransformerException
 */
private void executeFallbacks(
    TransformerImpl transformer)
     throws TransformerException
{
 for (ElemTemplateElement child = m_firstChild; child != null;
      child = child.m_nextSibling)
 {
  if (child.getXSLToken() == Constants.ELEMNAME_FALLBACK)
  {
   try
   {
    transformer.pushElemTemplateElement(child);
    ((ElemFallback) child).executeFallback(transformer);
   }
   finally
   {
    transformer.popElemTemplateElement();
   }
  }
 }
}
 
org.apache.xalan.transformerTransformerImplpopElemTemplateElement

Javadoc

Pop the current template element.

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 post requests using okhttp
  • setRequestProperty (URLConnection)
  • getApplicationContext (Context)
  • findViewById (Activity)
  • HttpServer (com.sun.net.httpserver)
    This class implements a simple HTTP server. A HttpServer is bound to an IP address and port number a
  • ByteBuffer (java.nio)
    A buffer for bytes. A byte buffer can be created in either one of the following ways: * #allocate
  • List (java.util)
    An ordered collection (also known as a sequence). The user of this interface has precise control ove
  • Random (java.util)
    This class provides methods that return pseudo-random values.It is dangerous to seed Random with the
  • Stream (java.util.stream)
    A sequence of elements supporting sequential and parallel aggregate operations. The following exampl
  • IOUtils (org.apache.commons.io)
    General IO stream manipulation utilities. This class provides static utility methods for input/outpu
  • Best IntelliJ plugins
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