|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ebay.sdk.util.XPathUtil
public abstract class XPathUtil
XPath related helper functions.
Title:
Description:
Copyright: Copyright (c) 2004
Company: eBay Inc.
Constructor Summary | |
---|---|
XPathUtil()
|
Method Summary | |
---|---|
static org.apache.xpath.XPath |
createXPath(String expr)
|
static org.apache.xpath.XPath |
createXPath(String expr,
int type)
|
static org.apache.xpath.XPath |
createXPath(String expr,
Node contextNode,
int type)
|
static org.apache.xpath.XPath |
createXPath(String expr,
org.apache.xml.utils.PrefixResolver resolver,
int type)
|
static org.apache.xpath.XPath |
createXPath(String expr,
org.apache.xml.utils.SAXSourceLocator locator,
org.apache.xml.utils.PrefixResolver resolver,
int type)
|
static NodeList |
execute(String expr,
Node contextNode,
int type)
|
static NodeList |
execute(String systemId,
String expr,
Node contextNode,
int type)
|
static NodeList |
execute(org.apache.xpath.XPathContext xpathContext,
org.apache.xpath.XPath xpath,
Node contextNode)
|
static NodeList |
execute(org.apache.xpath.XPath xpath,
Node contextNode)
|
static NodeList |
selectNodes(String expr,
Node contextNode)
|
static Node |
selectSingleNode(String expr,
Node contextNode)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XPathUtil()
Method Detail |
---|
public static org.apache.xpath.XPath createXPath(String expr) throws TransformerException
expr
- String
TransformerException
public static org.apache.xpath.XPath createXPath(String expr, int type) throws TransformerException
expr
- Stringtype
- int
TransformerException
public static org.apache.xpath.XPath createXPath(String expr, Node contextNode, int type) throws TransformerException
expr
- StringcontextNode
- Nodetype
- int
TransformerException
public static org.apache.xpath.XPath createXPath(String expr, org.apache.xml.utils.PrefixResolver resolver, int type) throws TransformerException
expr
- Stringresolver
- PrefixResolvertype
- int
TransformerException
public static org.apache.xpath.XPath createXPath(String expr, org.apache.xml.utils.SAXSourceLocator locator, org.apache.xml.utils.PrefixResolver resolver, int type) throws TransformerException
expr
- Stringlocator
- SAXSourceLocatorresolver
- PrefixResolvertype
- int
TransformerException
public static NodeList selectNodes(String expr, Node contextNode) throws TransformerException
expr
- StringcontextNode
- Node
TransformerException
public static Node selectSingleNode(String expr, Node contextNode) throws TransformerException
expr
- StringcontextNode
- Node
TransformerException
public static NodeList execute(String expr, Node contextNode, int type) throws TransformerException
expr
- StringcontextNode
- Nodetype
- int
TransformerException
public static NodeList execute(String systemId, String expr, Node contextNode, int type) throws TransformerException
systemId
- Stringexpr
- StringcontextNode
- Nodetype
- int
TransformerException
public static NodeList execute(org.apache.xpath.XPath xpath, Node contextNode) throws TransformerException
xpath
- XPathcontextNode
- Node
TransformerException
public static NodeList execute(org.apache.xpath.XPathContext xpathContext, org.apache.xpath.XPath xpath, Node contextNode) throws TransformerException
xpathContext
- XPathContextxpath
- XPathcontextNode
- Node
TransformerException
|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The information contained in this document is proprietary and confidential.
Use of this information and the eBay API requires a Non-Disclosure Agreement (NDA) between the user and eBay Inc.
For information regarding a qualifying NDA, contact Developer Relations:
developer-relations@ebay.com
© 2004-2009 eBay Inc. All rights reserved.