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

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

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

origin: robovm/robovm

pushPairCurrentMatched(template, child);
origin: robovm/robovm

  transformer.pushPairCurrentMatched(sroot.getDefaultTextRule(), child);
  transformer.setCurrentElement(sroot.getDefaultTextRule());
transformer.pushPairCurrentMatched(template, child);
origin: xalan/xalan

pushPairCurrentMatched(template, child);
origin: xalan/xalan

  transformer.pushPairCurrentMatched(sroot.getDefaultTextRule(), child);
  transformer.setCurrentElement(sroot.getDefaultTextRule());
transformer.pushPairCurrentMatched(template, child);
if (check)
  guard.checkForInfinateLoop();
origin: ibinti/bugvm

  transformer.pushPairCurrentMatched(sroot.getDefaultTextRule(), child);
  transformer.setCurrentElement(sroot.getDefaultTextRule());
transformer.pushPairCurrentMatched(template, child);
origin: com.bugvm/bugvm-rt

pushPairCurrentMatched(template, child);
origin: com.gluonhq/robovm-rt

pushPairCurrentMatched(template, child);
origin: MobiVM/robovm

  transformer.pushPairCurrentMatched(sroot.getDefaultTextRule(), child);
  transformer.setCurrentElement(sroot.getDefaultTextRule());
transformer.pushPairCurrentMatched(template, child);
origin: MobiVM/robovm

pushPairCurrentMatched(template, child);
origin: ibinti/bugvm

pushPairCurrentMatched(template, child);
origin: com.mobidevelop.robovm/robovm-rt

  transformer.pushPairCurrentMatched(sroot.getDefaultTextRule(), child);
  transformer.setCurrentElement(sroot.getDefaultTextRule());
transformer.pushPairCurrentMatched(template, child);
origin: com.bugvm/bugvm-rt

  transformer.pushPairCurrentMatched(sroot.getDefaultTextRule(), child);
  transformer.setCurrentElement(sroot.getDefaultTextRule());
transformer.pushPairCurrentMatched(template, child);
origin: com.mobidevelop.robovm/robovm-rt

pushPairCurrentMatched(template, child);
origin: FlexoVM/flexovm

pushPairCurrentMatched(template, child);
origin: FlexoVM/flexovm

  transformer.pushPairCurrentMatched(sroot.getDefaultTextRule(), child);
  transformer.setCurrentElement(sroot.getDefaultTextRule());
transformer.pushPairCurrentMatched(template, child);
origin: org.apache.karaf.bundles/org.apache.karaf.bundles.xalan-2.7.1

pushPairCurrentMatched(template, child);
origin: org.apache.xalan/com.springsource.org.apache.xalan

pushPairCurrentMatched(template, child);
origin: org.apache.servicemix.bundles/org.apache.servicemix.bundles.xalan

pushPairCurrentMatched(template, child);
origin: org.apache.servicemix.bundles/org.apache.servicemix.bundles.xalan

  transformer.pushPairCurrentMatched(sroot.getDefaultTextRule(), child);
  transformer.setCurrentElement(sroot.getDefaultTextRule());
transformer.pushPairCurrentMatched(template, child);
if (check)
  guard.checkForInfinateLoop();
origin: org.apache.karaf.bundles/org.apache.karaf.bundles.xalan-2.7.1

  transformer.pushPairCurrentMatched(sroot.getDefaultTextRule(), child);
  transformer.setCurrentElement(sroot.getDefaultTextRule());
transformer.pushPairCurrentMatched(template, child);
if (check)
  guard.checkForInfinateLoop();
org.apache.xalan.transformerTransformerImplpushPairCurrentMatched

Javadoc

Push both the current xsl:template or xsl:for-each onto the stack, along with the child node that was matched. (Note: should this only be used for xsl:templates?? -sb)

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

  • Finding current android device location
  • startActivity (Activity)
  • setRequestProperty (URLConnection)
  • requestLocationUpdates (LocationManager)
  • ByteBuffer (java.nio)
    A buffer for bytes. A byte buffer can be created in either one of the following ways: * #allocate
  • MessageDigest (java.security)
    Uses a one-way hash function to turn an arbitrary number of bytes into a fixed-length byte sequence.
  • HttpServlet (javax.servlet.http)
    Provides an abstract class to be subclassed to create an HTTP servlet suitable for a Web site. A sub
  • JTable (javax.swing)
  • IOUtils (org.apache.commons.io)
    General IO stream manipulation utilities. This class provides static utility methods for input/outpu
  • Location (org.springframework.beans.factory.parsing)
    Class that models an arbitrary location in a Resource.Typically used to track the location of proble
  • 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