FileDocCategorySizeDatePackage
XPathConstants.javaAPI DocJava SE 6 API2773Tue Jun 10 00:27:16 BST 2008javax.xml.xpath

XPathConstants

public class XPathConstants extends Object

XPath constants.

author
Norman Walsh
author
Jeff Suttor
version
$Revision: 1.2 $, $Date: 2005/06/10 03:50:44 $
see
XML Path Language (XPath) Version 1.0
since
1.5

Fields Summary
public static final QName
NUMBER

The XPath 1.0 number data type.

Maps to Java {@link Double}.

public static final QName
STRING

The XPath 1.0 string data type.

Maps to Java {@link String}.

public static final QName
BOOLEAN

The XPath 1.0 boolean data type.

Maps to Java {@link Boolean}.

public static final QName
NODESET

The XPath 1.0 NodeSet data type.

Maps to Java {@link org.w3c.dom.NodeList}.

public static final QName
NODE

The XPath 1.0 NodeSet data type.

Maps to Java {@link org.w3c.dom.Node}.

public static final String
DOM_OBJECT_MODEL

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

Constructors Summary
private XPathConstants()

Private constructor to prevent instantiation.

 
Methods Summary