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 Stringstatic InputSourcegetInputSource(XSLTC xsltc, Source source) Creates a SAX2 InputSource object from a TrAX Source objectstatic Stringstatic StringtoJavaName(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
-