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

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

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

origin: robovm/robovm

  m_xcontext.popContextNodeList();
popCurrentMatched();
origin: robovm/robovm

  transformer.popCurrentMatched();
  continue;
 case DTM.DOCUMENT_NODE :
transformer.popCurrentMatched();
origin: xalan/xalan

  m_xcontext.popContextNodeList();
popCurrentMatched();
origin: xalan/xalan

  transformer.popCurrentMatched();
  continue;
 case DTM.DOCUMENT_NODE :
transformer.popCurrentMatched();
origin: ibinti/bugvm

  transformer.popCurrentMatched();
  continue;
 case DTM.DOCUMENT_NODE :
transformer.popCurrentMatched();
origin: com.bugvm/bugvm-rt

  m_xcontext.popContextNodeList();
popCurrentMatched();
origin: com.gluonhq/robovm-rt

  m_xcontext.popContextNodeList();
popCurrentMatched();
origin: MobiVM/robovm

  transformer.popCurrentMatched();
  continue;
 case DTM.DOCUMENT_NODE :
transformer.popCurrentMatched();
origin: MobiVM/robovm

  m_xcontext.popContextNodeList();
popCurrentMatched();
origin: ibinti/bugvm

  m_xcontext.popContextNodeList();
popCurrentMatched();
origin: com.mobidevelop.robovm/robovm-rt

  transformer.popCurrentMatched();
  continue;
 case DTM.DOCUMENT_NODE :
transformer.popCurrentMatched();
origin: com.bugvm/bugvm-rt

  transformer.popCurrentMatched();
  continue;
 case DTM.DOCUMENT_NODE :
transformer.popCurrentMatched();
origin: com.mobidevelop.robovm/robovm-rt

  m_xcontext.popContextNodeList();
popCurrentMatched();
origin: FlexoVM/flexovm

  m_xcontext.popContextNodeList();
popCurrentMatched();
origin: FlexoVM/flexovm

  transformer.popCurrentMatched();
  continue;
 case DTM.DOCUMENT_NODE :
transformer.popCurrentMatched();
origin: org.apache.karaf.bundles/org.apache.karaf.bundles.xalan-2.7.1

  m_xcontext.popContextNodeList();
popCurrentMatched();
origin: org.apache.xalan/com.springsource.org.apache.xalan

  m_xcontext.popContextNodeList();
popCurrentMatched();
origin: org.apache.servicemix.bundles/org.apache.servicemix.bundles.xalan

  m_xcontext.popContextNodeList();
popCurrentMatched();
origin: org.apache.servicemix.bundles/org.apache.servicemix.bundles.xalan

  transformer.popCurrentMatched();
  continue;
 case DTM.DOCUMENT_NODE :
transformer.popCurrentMatched();
origin: org.apache.karaf.bundles/org.apache.karaf.bundles.xalan-2.7.1

  transformer.popCurrentMatched();
  continue;
 case DTM.DOCUMENT_NODE :
transformer.popCurrentMatched();
org.apache.xalan.transformerTransformerImplpopCurrentMatched

Javadoc

Pop the elements that were pushed via pushPairCurrentMatched.

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

  • Start an intent from android
  • getContentResolver (Context)
  • scheduleAtFixedRate (ScheduledExecutorService)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • FlowLayout (java.awt)
    A flow layout arranges components in a left-to-right flow, much like lines of text in a paragraph. F
  • BufferedWriter (java.io)
    Wraps an existing Writer and buffers the output. Expensive interaction with the underlying reader is
  • Thread (java.lang)
    A thread is a thread of execution in a program. The Java Virtual Machine allows an application to ha
  • URI (java.net)
    A Uniform Resource Identifier that identifies an abstract or physical resource, as specified by RFC
  • CountDownLatch (java.util.concurrent)
    A synchronization aid that allows one or more threads to wait until a set of operations being perfor
  • Pattern (java.util.regex)
    Patterns are compiled regular expressions. In many cases, convenience methods such as String#matches
  • 21 Best IntelliJ 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