# Print output for @column tags ?> XPathConstants - Android SDK | Android Developers

Most visited


Recently visited


XPathConstants

public class XPathConstants
extends Object

java.lang.Object
   ↳ javax.xml.xpath.XPathConstants


XPath constants.

See also:

Summary


Constants

String DOM_OBJECT_MODEL

The URI for the DOM object model, "http://java.sun.com/jaxp/xpath/dom".

Fields

public static final QName BOOLEAN

The XPath 1.0 boolean data type.

public static final QName NODE

The XPath 1.0 NodeSet data type.

public static final QName NODESET

The XPath 1.0 NodeSet data type.

public static final QName NUMBER

The XPath 1.0 number data type.

public static final QName STRING

The XPath 1.0 string data type.

Inherited methods

Constants


DOM_OBJECT_MODEL

public static final String DOM_OBJECT_MODEL

The URI for the DOM object model, "http://java.sun.com/jaxp/xpath/dom".

Constant Value: "http://java.sun.com/jaxp/xpath/dom"

Fields


BOOLEAN

public static final QName BOOLEAN

The XPath 1.0 boolean data type.

Maps to Java Boolean.

NODE

public static final QName NODE

The XPath 1.0 NodeSet data type.

Maps to Java Node.

NODESET

public static final QName NODESET

The XPath 1.0 NodeSet data type.

Maps to Java NodeList.

NUMBER

public static final QName NUMBER

The XPath 1.0 number data type.

Maps to Java Double.

STRING

public static final QName STRING

The XPath 1.0 string data type.

Maps to Java String.

Browse this site in English?

You requested a page in English, but your language preference for this site is English.

Would you like to change your language preference and browse this site in English? If you want to change your language preference later, use the language menu at the bottom of each page.