Java javax.xml.xpath XPathConstants fields, constructors, methods, implement or subclass

Example usage for Java javax.xml.xpath XPathConstants fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.xml.xpath XPathConstants.

The text is from its open source code.

Field

QNameNUMBER

The XPath 1.0 number data type.

Maps to Java Double .

QNameSTRING

The XPath 1.0 string data type.

Maps to Java String .

QNameBOOLEAN

The XPath 1.0 boolean data type.

Maps to Java Boolean .

QNameNODESET

The XPath 1.0 NodeSet data type.

Maps to Java org.w3c.dom.NodeList .

QNameNODE

The XPath 1.0 NodeSet data type.

StringDOM_OBJECT_MODEL

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