XPathConstants


XPathConstants javax.xml.xpath

Java 5.0

This class defines javax.xml.namespace.QName constants that represent the possible return types of the evaluate( ) methods of XPath and XPathExpression . It also defines the DOM_OBJECT_MODEL constant that can be passed to XPathFactory.newInstance( ) to specify that the resulting XPathFactory should be for the org.w3c.dom object model.

 public class  XPathConstants  {  // No Constructor   // Public Constants  public static final javax.xml.namespace.QName  BOOLEAN  ;        public static final String  DOM_OBJECT_MODEL  ;  =  "http://java.sun.com/jaxp/xpath/dom"       public static final javax.xml.namespace.QName  NODE  ;        public static final javax.xml.namespace.QName  NODESET  ;        public static final javax.xml.namespace.QName  NUMBER  ;        public static final javax.xml.namespace.QName  STRING  ;   } 



Java In A Nutshell
Java In A Nutshell, 5th Edition
ISBN: 0596007736
EAN: 2147483647
Year: 2004
Pages: 1220

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net