global.sandbox.xmlutilities.demo
Class XPathEvaluation

java.lang.Object
  extended by global.sandbox.xmlutilities.demo.XPathEvaluation

public class XPathEvaluation
extends Object


Nested Class Summary
static class XPathEvaluation.XPathEvaluationException
           
 
Field Summary
(package private) static NamespaceContext NAMESPACES
           
 
Constructor Summary
XPathEvaluation()
           
 
Method Summary
static Attr loadAttribute(Element rootNode, String xPathQuery)
           
static Attr loadAttribute12(Element rootNode, String xPathQuery)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAMESPACES

static final NamespaceContext NAMESPACES
Constructor Detail

XPathEvaluation

public XPathEvaluation()
Method Detail

loadAttribute

public static Attr loadAttribute(Element rootNode,
                                 String xPathQuery)
                          throws XPathEvaluation.XPathEvaluationException
Throws:
XPathEvaluation.XPathEvaluationException

loadAttribute12

public static Attr loadAttribute12(Element rootNode,
                                   String xPathQuery)
                            throws XmlUtilitiesException
Throws:
XmlUtilitiesException


Copyright © 2006–2017. All rights reserved.