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

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

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

origin: xalan/xalan

base = urlToFileName(transformer.getBaseURLOfSource());
origin: xalan/xalan

String baseURLOfSource = transImpl.getBaseURLOfSource();
origin: net.sf.docbook/docbook-xsl-xalan

String encoding = getEncoding(context, elem);
String baseURI = context.getTransformer().getBaseURLOfSource();
URIResolver resolver = context.getTransformer().getURIResolver();
origin: org.apache.xalan/com.springsource.org.apache.xalan

base = urlToFileName(transformer.getBaseURLOfSource());
origin: org.apache.karaf.bundles/org.apache.karaf.bundles.xalan-2.7.1

base = urlToFileName(transformer.getBaseURLOfSource());
origin: org.apache.servicemix.bundles/org.apache.servicemix.bundles.xalan

base = urlToFileName(transformer.getBaseURLOfSource());
origin: org.apache.karaf.bundles/org.apache.karaf.bundles.xalan-2.7.1

String baseURLOfSource = transImpl.getBaseURLOfSource();
origin: org.apache.xalan/com.springsource.org.apache.xalan

String baseURLOfSource = transImpl.getBaseURLOfSource();
origin: org.apache.servicemix.bundles/org.apache.servicemix.bundles.xalan

String baseURLOfSource = transImpl.getBaseURLOfSource();
org.apache.xalan.transformerTransformerImplgetBaseURLOfSource

Javadoc

Get the base URL of the source.

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

  • Parsing JSON documents to java classes using gson
  • scheduleAtFixedRate (ScheduledExecutorService)
  • findViewById (Activity)
  • runOnUiThread (Activity)
  • File (java.io)
    An "abstract" representation of a file system entity identified by a pathname. The pathname may be a
  • Runnable (java.lang)
    Represents a command that can be executed. Often used to run code in a different Thread.
  • MessageDigest (java.security)
    Uses a one-way hash function to turn an arbitrary number of bytes into a fixed-length byte sequence.
  • Date (java.sql)
    A class which can consume and produce dates in SQL Date format. Dates are represented in SQL as yyyy
  • Deque (java.util)
    A linear collection that supports element insertion and removal at both ends. The name deque is shor
  • Servlet (javax.servlet)
    Defines methods that all servlets must implement. A servlet is a small Java program that runs within
  • 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