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'"
| Constructor and Description |
|---|
XPathQuery() |