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
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 |
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
.
getValue
public Vector getValue(String xpath)
throws Exception
- Returns the contents of the Node specified by the given XPATH.
Exception