|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.primordion.xholon.base.XPathConstants
XPath constants.
Adapted November 14, 2005 by Ken Webb for use in the Xholon project. Replaced QName with int, and added IXHOLON
| Field Summary | |
static int |
BOOLEAN
The XPath 1.0 boolean data type. |
static int |
IXHOLON
The Xholon data type. |
static int |
NODE
The XPath 1.0 Node data type. |
static int |
NODESET
The XPath 1.0 NodeSet data type. |
static int |
NUMBER
The XPath 1.0 number data type. |
static int |
STRING
The XPath 1.0 string data type. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int IXHOLON
The Xholon data type.
Maps to Java IXholon.
public static final int NUMBER
The XPath 1.0 number data type.
Maps to Java Double.
public static final int STRING
The XPath 1.0 string data type.
Maps to Java String.
public static final int BOOLEAN
The XPath 1.0 boolean data type.
Maps to Java Boolean.
public static final int NODESET
The XPath 1.0 NodeSet data type.
Maps to Java org.w3c.dom.NodeList.
public static final int NODE
The XPath 1.0 Node data type.
Maps to Java org.w3c.dom.Node.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||