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

  • Finding current android device location
  • addToBackStack (FragmentTransaction)
  • compareTo (BigDecimal)
  • setRequestProperty (URLConnection)
  • Pointer (com.sun.jna)
    An abstraction for a native pointer data type. A Pointer instance represents, on the Java side, a na
  • Connection (java.sql)
    A connection represents a link from a Java application to a database. All SQL statements and results
  • Locale (java.util)
    Locale represents a language/country/variant combination. Locales are used to alter the presentatio
  • BlockingQueue (java.util.concurrent)
    A java.util.Queue that additionally supports operations that wait for the queue to become non-empty
  • AtomicInteger (java.util.concurrent.atomic)
    An int value that may be updated atomically. See the java.util.concurrent.atomic package specificati
  • Annotation (javassist.bytecode.annotation)
    The annotation structure.An instance of this class is returned bygetAnnotations() in AnnotationsAttr
  • CodeWhisperer alternatives
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