API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.xml.xpath. XPathConstants View Source
Author(s)
Norman Walsh
Jeff Suttor
Since
1.5
Version
$Revision: 1.2 $, $Date: 2005/06/10 03:50:44 $
Serial
Hierarchy
 Object
      XPathConstants
Implements
Subclasses
Description
public class XPathConstants
  XPath constants.
Constructors
private XPathConstants ()
  Private constructor to prevent instantiation.
Methods
Hide/Show inherited methods
Fields
Hide/Show inherited fields
publicfinalstatic QName BOOLEAN
  The XPath 1.0 boolean data type.
publicfinalstatic String DOM_OBJECT_MODEL = "http://java.sun.com/jaxp/xpath/dom"
  The URI for the DOM object model, "http://java.sun.com/jaxp/xpath/dom".
publicfinalstatic QName NODE
  The XPath 1.0 NodeSet data type.
publicfinalstatic QName NODESET
  The XPath 1.0 NodeSet data type.
publicfinalstatic QName NUMBER
  The XPath 1.0 number data type.
publicfinalstatic QName STRING
  The XPath 1.0 string data type.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar