com.moyosoft.connector.ms.excel
Class XPath

java.lang.Object
  |
  +--com.moyosoft.connector.ms.excel.XPath

public class XPath
extends java.lang.Object


Constructor Summary
XPath(Dispatch dispatch)
           
 
Method Summary
 void clear()
           
 Dispatch getDispatch()
           
 XmlMap getMap()
           
 java.lang.String getValue()
           
 boolean isRepeating()
           
 void setValue(XmlMap map, java.lang.String xPath)
           
 void setValue(XmlMap map, java.lang.String xPath, java.lang.String selectionNamespace)
           
 void setValue(XmlMap map, java.lang.String xPath, java.lang.String selectionNamespace, java.lang.String value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XPath

public XPath(Dispatch dispatch)
Method Detail

getDispatch

public Dispatch getDispatch()

getValue

public java.lang.String getValue()

getMap

public XmlMap getMap()

setValue

public void setValue(XmlMap map,
                     java.lang.String xPath)

setValue

public void setValue(XmlMap map,
                     java.lang.String xPath,
                     java.lang.String selectionNamespace)

setValue

public void setValue(XmlMap map,
                     java.lang.String xPath,
                     java.lang.String selectionNamespace,
                     java.lang.String value)

clear

public void clear()

isRepeating

public boolean isRepeating()