com.esri.aims.mtier.model.metadata.query
Class Parsing

java.lang.Object
  |
  +--com.esri.aims.mtier.model.metadata.query.Parsing

public class Parsing
extends Object


Constructor Summary
Parsing(InputStream strFile)
          Constructs an instance of Parsing.
Parsing(String strUrl)
          Constructs an instance of Parsing.
 
Method Summary
 Vector getValue(String xpath)
          Returns the contents of the Node specified by the given XPATH.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Parsing

public Parsing(String strUrl)
        throws com.esri.dom4j.DocumentException,
               MalformedURLException
Constructs an instance of Parsing.


Parsing

public Parsing(InputStream strFile)
        throws com.esri.dom4j.DocumentException
Constructs an instance of Parsing.

Method Detail

getValue

public Vector getValue(String xpath)
                throws Exception
Returns the contents of the Node specified by the given XPATH.

Exception