public class XalanUtil
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private static javax.xml.parsers.DocumentBuilderFactory |
dbf |
| Constructor and Description |
|---|
XalanUtil() |
| Modifier and Type | Method and Description |
|---|---|
(package private) static java.lang.Object |
coerceToJava(org.apache.xpath.objects.XObject xo)
Return the Java value corresponding to an XPath result.
|
static org.apache.xpath.XPathContext |
getContext(javax.servlet.jsp.tagext.Tag child,
javax.servlet.jsp.PageContext pageContext)
Return the XPathContext to be used for evaluating expressions.
|
private static org.w3c.dom.Document |
newEmptyDocument()
Create a new empty document.
|
public static org.apache.xpath.XPathContext getContext(javax.servlet.jsp.tagext.Tag child,
javax.servlet.jsp.PageContext pageContext)
child - the tag whose context should be returnedpageContext - the current page contextprivate static org.w3c.dom.Document newEmptyDocument()
static java.lang.Object coerceToJava(org.apache.xpath.objects.XObject xo)
throws javax.xml.transform.TransformerException
xo - the XPath typejavax.xml.transform.TransformerException - if there was a problem converting the type