KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > xml > xpath > XPathConstants

javax.xml.xpath
Class XPathConstants

java.lang.Object
  extended by javax.xml.xpath.XPathConstants
See Also:
Top Examples, Source Code

public static final QName BOOLEAN
See Also:
Boolean
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final String DOM_OBJECT_MODEL
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final QName NODE
See Also:
Node
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final QName NODESET
See Also:
NodeList
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final QName NUMBER
See Also:
Double
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final QName STRING
See Also:
String
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags