|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XPathException | |
com.ptc.core.logic.repository.common.impl.xml | |
com.ptc.core.util.xml.common | |
wt.load | Uses the
LoadService to load data into Windchill systems using various loaders. |
wt.util.xml.xpath | |
wt.util.xml.xpath.xalan2 |
Uses of XPathException in com.ptc.core.logic.repository.common.impl.xml |
Methods in com.ptc.core.logic.repository.common.impl.xml that throw XPathException | |
(package private) static LogicContext |
DOMIdentifierParser.parseContext(Element group_tag)
|
static LogicContext |
DOMIdentifierParser.parseContext(Element group_tag,
LogicContext default_context)
|
Uses of XPathException in com.ptc.core.util.xml.common |
Methods in com.ptc.core.util.xml.common that throw XPathException | |
static String |
XPaths.getString(String XPath,
Node node)
|
static double |
XPaths.getDouble(String XPath,
Node node)
|
static boolean |
XPaths.getBoolean(String XPath,
Node node)
|
static NodeList |
XPaths.getNodeList(String XPath,
Node node)
|
static DocumentFragment |
XPaths.getDocumentFragment(String XPath,
Node node)
|
Uses of XPathException in wt.load |
Methods in wt.load that throw XPathException | |
private void |
BasicLoader.calculateLoadSetContainerPath(Document doc)
|
Uses of XPathException in wt.util.xml.xpath |
Subclasses of XPathException in wt.util.xml.xpath | |
class |
FactoryCreationException
Thrown for failures during dynamic XPathFactory creation. |
Methods in wt.util.xml.xpath that throw XPathException | |
Object |
XPathNI.evaluateAllowingIterResult(Node node)
Same as XPath.evaluate(Node) except that org.w3c.dom.traversal.NodeIterator objects will be returned in place of NodeLists when the result is a node set. |
abstract XPath |
XPathFactory.newXPath(String x_path_expression)
Create an XPath instance that can be used to locate nodes at the spectified path. |
void |
XPath.evaluate(Node node_to_operate_on,
XPathCallback callback)
Evaluates the xpath relative to the specified node and invokes the callback method most appropriate for the located object. |
Object |
XPath.evaluate(Node node_to_operate_on)
Evaluates the xpath relative to the specified node and returns the result as the most appropriate object. |
Object |
XPathNI.evaluateAllowingIterResult(Node node)
Same as XPath.evaluate(Node) except that org.w3c.dom.traversal.NodeIterator objects will be returned in place of NodeLists when the result is a node set. |
abstract XPath |
XPathFactory.newXPath(String x_path_expression)
Create an XPath instance that can be used to locate nodes at the spectified path. |
void |
XPath.evaluate(Node node_to_operate_on,
XPathCallback callback)
Evaluates the xpath relative to the specified node and invokes the callback method most appropriate for the located object. |
Object |
XPath.evaluate(Node node_to_operate_on)
Evaluates the xpath relative to the specified node and returns the result as the most appropriate object. |
Object |
XPathNI.evaluateAllowingIterResult(Node node)
Same as XPath.evaluate(Node) except that org.w3c.dom.traversal.NodeIterator objects will be returned in place of NodeLists when the result is a node set. |
abstract XPath |
XPathFactory.newXPath(String x_path_expression)
Create an XPath instance that can be used to locate nodes at the spectified path. |
void |
XPath.evaluate(Node node_to_operate_on,
XPathCallback callback)
Evaluates the xpath relative to the specified node and invokes the callback method most appropriate for the located object. |
Object |
XPath.evaluate(Node node_to_operate_on)
Evaluates the xpath relative to the specified node and returns the result as the most appropriate object. |
Uses of XPathException in wt.util.xml.xpath.xalan2 |
Methods in wt.util.xml.xpath.xalan2 that throw XPathException | |
void |
XPathXalan2Impl.evaluate(Node node,
XPathCallback callback)
|
Object |
XPathXalan2Impl.evaluateAllowingIterResult(Node node)
|
Object |
XPathXalan2Impl.evaluate(Node node)
|
private org.apache.xalan210.xpath.objects.XObject |
XPathXalan2Impl.getXObjectResult(Node node)
Internal implementation of evaluate() methods. |
XPath |
XPathFactoryXalan2Impl.newXPath(String xpathExprStr)
|
void |
XPathXalan2Impl.evaluate(Node node,
XPathCallback callback)
|
Object |
XPathXalan2Impl.evaluateAllowingIterResult(Node node)
|
Object |
XPathXalan2Impl.evaluate(Node node)
|
private org.apache.xalan210.xpath.objects.XObject |
XPathXalan2Impl.getXObjectResult(Node node)
Internal implementation of evaluate() methods. |
XPath |
XPathFactoryXalan2Impl.newXPath(String xpathExprStr)
|
void |
XPathXalan2Impl.evaluate(Node node,
XPathCallback callback)
|
Object |
XPathXalan2Impl.evaluateAllowingIterResult(Node node)
|
Object |
XPathXalan2Impl.evaluate(Node node)
|
private org.apache.xalan210.xpath.objects.XObject |
XPathXalan2Impl.getXObjectResult(Node node)
Internal implementation of evaluate() methods. |
XPath |
XPathFactoryXalan2Impl.newXPath(String xpathExprStr)
|
Constructors in wt.util.xml.xpath.xalan2 that throw XPathException | |
XPathXalan2Impl(String xpathExprStr)
|
|
XPathXalan2Impl(String xpathExprStr)
|
|
XPathXalan2Impl(String xpathExprStr)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |