org.jbind.xml.core.bridge
Interface IXPathMethod

All Known Implementing Classes:
XPathMethod

public interface IXPathMethod


Method Summary
 java.lang.String getName()
           
 java.lang.String getPrefix()
           
 IAnyType getReferencedType()
           
 java.lang.String getReturnType()
           
 ISourceInfo getSourceInfo()
           
 IXPath getXPath()
           
 

Method Detail

getName

public java.lang.String getName()

getXPath

public IXPath getXPath()

getSourceInfo

public ISourceInfo getSourceInfo()

getPrefix

public java.lang.String getPrefix()

getReturnType

public java.lang.String getReturnType()

getReferencedType

public IAnyType getReferencedType()