|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.android.xml.AndroidXPathFactory
public class AndroidXPathFactory
XPath factory with automatic support for the android name space.
| Field Summary | |
|---|---|
static java.lang.String |
DEFAULT_NS_PREFIX
Default prefix for android name space: 'android' |
| Constructor Summary | |
|---|---|
AndroidXPathFactory()
|
|
| Method Summary | |
|---|---|
static javax.xml.xpath.XPath |
newXPath()
Creates a new XPath object using the default prefix for the android namespace. |
static javax.xml.xpath.XPath |
newXPath(java.lang.String androidPrefix)
Creates a new XPath object, specifying which prefix in the query is used for the android namespace. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String DEFAULT_NS_PREFIX
| Constructor Detail |
|---|
public AndroidXPathFactory()
| Method Detail |
|---|
public static javax.xml.xpath.XPath newXPath(java.lang.String androidPrefix)
androidPrefix - The namespace prefix.public static javax.xml.xpath.XPath newXPath()
DEFAULT_NS_PREFIX
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||