com.pixelmed.utils
Class XPathQuery

java.lang.Object
  extended by com.pixelmed.utils.XPathQuery

public class XPathQuery
extends Object

The XPathQuery class provides a command line utility for performing XPath queries against an XML file.

For example, one can apply it to the XML representation of a DICOM object, as follows:

 java -cp pixelmed.jar com.pixelmed.utils.XPathQuery dicomfile.xml "//ImageType/value[@number=1] = 'ORIGINAL'"
 

See Also:
XMLRepresentationOfDicomObjectFactory

Constructor Summary
XPathQuery()
           
 
Method Summary
static String getNamedAttributeValueOfElementNode(Node node, String attributeName)
           
static void main(String[] arg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XPathQuery

public XPathQuery()
Method Detail

getNamedAttributeValueOfElementNode

public static String getNamedAttributeValueOfElementNode(Node node,
                                                         String attributeName)

main

public static void main(String[] arg)