Tabnine Logo
TransformerImpl.<init>
Code IndexAdd Tabnine to your IDE (free)

How to use
org.apache.xalan.transformer.TransformerImpl
constructor

Best Java code snippets using org.apache.xalan.transformer.TransformerImpl.<init> (Showing top 11 results out of 315)

origin: robovm/robovm

/**
 * Create a new transformation context for this Templates object.
 *
 * @return A Transformer instance, never null.
 */
public Transformer newTransformer()
{
 return new TransformerImpl(this);
}

origin: xalan/xalan

/**
 * Create a new transformation context for this Templates object.
 *
 * @return A Transformer instance, never null.
 */
public Transformer newTransformer()
{
 return new TransformerImpl(this);
}
 
origin: MobiVM/robovm

/**
 * Create a new transformation context for this Templates object.
 *
 * @return A Transformer instance, never null.
 */
public Transformer newTransformer()
{
 return new TransformerImpl(this);
}

origin: com.bugvm/bugvm-rt

/**
 * Create a new transformation context for this Templates object.
 *
 * @return A Transformer instance, never null.
 */
public Transformer newTransformer()
{
 return new TransformerImpl(this);
}

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

/**
 * Create a new transformation context for this Templates object.
 *
 * @return A Transformer instance, never null.
 */
public Transformer newTransformer()
{
 return new TransformerImpl(this);
}
 
origin: org.apache.karaf.bundles/org.apache.karaf.bundles.xalan-2.7.1

/**
 * Create a new transformation context for this Templates object.
 *
 * @return A Transformer instance, never null.
 */
public Transformer newTransformer()
{
 return new TransformerImpl(this);
}
 
origin: ibinti/bugvm

/**
 * Create a new transformation context for this Templates object.
 *
 * @return A Transformer instance, never null.
 */
public Transformer newTransformer()
{
 return new TransformerImpl(this);
}

origin: FlexoVM/flexovm

/**
 * Create a new transformation context for this Templates object.
 *
 * @return A Transformer instance, never null.
 */
public Transformer newTransformer()
{
 return new TransformerImpl(this);
}

origin: com.mobidevelop.robovm/robovm-rt

/**
 * Create a new transformation context for this Templates object.
 *
 * @return A Transformer instance, never null.
 */
public Transformer newTransformer()
{
 return new TransformerImpl(this);
}

origin: org.apache.servicemix.bundles/org.apache.servicemix.bundles.xalan

/**
 * Create a new transformation context for this Templates object.
 *
 * @return A Transformer instance, never null.
 */
public Transformer newTransformer()
{
 return new TransformerImpl(this);
}
 
origin: com.gluonhq/robovm-rt

/**
 * Create a new transformation context for this Templates object.
 *
 * @return A Transformer instance, never null.
 */
public Transformer newTransformer()
{
 return new TransformerImpl(this);
}

org.apache.xalan.transformerTransformerImpl<init>

Javadoc

Construct a TransformerImpl.

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
  • 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
  • fatalError
  • currentTemplateRuleIsNull,
  • fatalError,
  • getContentHandler,
  • getContextNodeList,
  • getCountersTable,
  • getCurrentElement,
  • getCurrentNode,
  • getCurrentTemplate,
  • getErrorListener

Popular in Java

  • Making http requests using okhttp
  • getExternalFilesDir (Context)
  • compareTo (BigDecimal)
  • notifyDataSetChanged (ArrayAdapter)
  • Menu (java.awt)
  • FileReader (java.io)
    A specialized Reader that reads from a file in the file system. All read requests made by calling me
  • DecimalFormat (java.text)
    A concrete subclass of NumberFormat that formats decimal numbers. It has a variety of features desig
  • BitSet (java.util)
    The BitSet class implements abit array [http://en.wikipedia.org/wiki/Bit_array]. Each element is eit
  • Timer (java.util)
    Timers schedule one-shot or recurring TimerTask for execution. Prefer java.util.concurrent.Scheduled
  • DataSource (javax.sql)
    An interface for the creation of Connection objects which represent a connection to a database. This
  • Sublime Text for Python
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