org.xquark.xml.xdbc
Interface XMLDataSourceMetaData.Entry

Enclosing interface:
XMLDataSourceMetaData

public static interface XMLDataSourceMetaData.Entry

Inner interface of XMLDataSourceMetaData interface.


Method Summary
 java.lang.String getInput()
          Gets the input specification as an XPath expression.
 java.lang.String getOutput()
          Gets the output specification as an XPath expression.
 void setInput(java.lang.String xpath)
          Sets the input specification
 void setOutput(java.lang.String xpath)
          Sets the output specification
 

Method Detail

getInput

public java.lang.String getInput()
Gets the input specification as an XPath expression.


getOutput

public java.lang.String getOutput()
Gets the output specification as an XPath expression.


setInput

public void setInput(java.lang.String xpath)
Sets the input specification

Parameters:
xpath - XPath expression that is valid over the schema

setOutput

public void setOutput(java.lang.String xpath)
Sets the output specification

Parameters:
xpath - XPath expression that is valid over the schema


Copyright © 2004 Université de Versailles Saint-Quentin, XQuark Group. All rights reserved.