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

java.lang.Object
  extended by com.esri.aims.mtier.model.metadata.query.Parsing

Deprecated. This class is deprecated as of ArcIMS Java Connector 9.3 version.

public class Parsing
extends Object


Constructor Summary
Parsing(InputStream strFile)
          Deprecated. Constructs an instance of Parsing.
Parsing(String strUrl)
          Deprecated. Constructs an instance of Parsing.
 
Method Summary
 Vector getValue(String xpath)
          Deprecated. Returns the contents of the Node specified by the given XPATH Expression.
 
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 IOException
Deprecated. 
Constructs an instance of Parsing.

Throws:
IOException

Parsing

public Parsing(InputStream strFile)
Deprecated. 
Constructs an instance of Parsing.

Method Detail

getValue

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

Parameters:
xpath - comma separated xpath value(s).
Throws:
Exception