public class XalanUtil
extends java.lang.Object
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.
|
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 contextstatic 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