org.apache.xalan.xsltc.trax
Class Util

java.lang.Object
  extended by org.apache.xalan.xsltc.trax.Util

public final class Util
extends Object

Author:
Santiago Pericas-Geertsen

Constructor Summary
Util()
           
 
Method Summary
static String baseName(String name)
           
static InputSource getInputSource(XSLTC xsltc, Source source)
          Creates a SAX2 InputSource object from a TrAX Source object
static String noExtName(String name)
           
static String toJavaName(String name)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Util

public Util()
Method Detail

baseName

public static String baseName(String name)

noExtName

public static String noExtName(String name)

toJavaName

public static String toJavaName(String name)

getInputSource

public static InputSource getInputSource(XSLTC xsltc,
                                         Source source)
                                  throws TransformerConfigurationException
Creates a SAX2 InputSource object from a TrAX Source object

Throws:
TransformerConfigurationException


Copyright ? 2005 Apache XML Project. All Rights Reserved.