Home | History | Annotate | Download | only in functions

Lines Matching refs:xctxt

51    * @param xctxt The current execution context.
56 public XObject execute(XPathContext xctxt) throws javax.xml.transform.TransformerException
59 String fullName = m_arg0.execute(xctxt).str();
76 namespace = xctxt.getNamespaceContext().getNamespaceForPrefix(prefix);
87 warn(xctxt, XPATHErrorResources.WG_PROPERTY_NOT_SUPPORTED,
95 warn(xctxt, XPATHErrorResources.WG_DONT_DO_ANYTHING_WITH_NS,
102 if(!xctxt.isSecureProcessing())
108 warn(xctxt, XPATHErrorResources.WG_SECURITY_EXCEPTION,
118 warn(xctxt, XPATHErrorResources.WG_SECURITY_EXCEPTION,
130 if(!xctxt.isSecureProcessing())
136 warn(xctxt, XPATHErrorResources.WG_SECURITY_EXCEPTION,
146 warn(xctxt, XPATHErrorResources.WG_SECURITY_EXCEPTION,