Package org.apache.xalan.xsltc.trax
Class Util
java.lang.Object
org.apache.xalan.xsltc.trax.Util
- Author:
- Santiago Pericas-Geertsen
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
static InputSource
getInputSource
(XSLTC xsltc, Source source) Creates a SAX2 InputSource object from a TrAX Source objectstatic String
static String
toJavaName
(String name)
-
Constructor Details
-
Util
public Util()
-
-
Method Details
-
baseName
-
noExtName
-
toJavaName
-
getInputSource
public static InputSource getInputSource(XSLTC xsltc, Source source) throws TransformerConfigurationException Creates a SAX2 InputSource object from a TrAX Source object
-