XML Server Getting Started
public XObject executeXPath(Node contextNode, String str)
throws SAXException
{
return executeXPath(contextNode, str, contextNode);
}
public XObject executeXPath(Node contextNode, String str, Node namespaceNode)
throws SAXException
{
_xpathProcessor.initXPath(_xpath, str, _prefixResolver);
return _xpath.execute(_xpathSupport, contextNode, _prefixResolver);
}
public PrefixResolverDefault _prefixResolver=null; //EXPERIMENT
public XPathSupport _xpathSupport = null;
public XPath _xpath = null;
public XPathProcessorImpl _xpathProcessor = null;
}
2000 2002 Computer Technology Inc. All rights reserved.
Page 67
J2EE Web Hosting Tundra XML Server Pages J2EE Hosting
|
|
|
|
TotalRoute.net Business web hosting division of Vision Web Hosting Inc. All rights reserved. |