org.jbind.xml.schema.cmp
Class XPathMethod
java.lang.Object
org.jbind.xml.schema.cmp.XPathMethod
- All Implemented Interfaces:
- IXPathMethod
- public class XPathMethod
- extends java.lang.Object
- implements IXPathMethod
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SELECT
public static final XPathMethod.MethodType SELECT
TEST
public static final XPathMethod.MethodType TEST
NUMBER
public static final XPathMethod.MethodType NUMBER
STRING
public static final XPathMethod.MethodType STRING
FETCH
public static final XPathMethod.MethodType FETCH
XPathMethod
public XPathMethod(ISourceInfo aSourceInfo,
java.lang.String aName,
IXPath anXPath,
XPathMethod.MethodType aMethodType,
IAnyType aReferencedType)
getName
public java.lang.String getName()
- Specified by:
getName
in interface IXPathMethod
getSourceInfo
public ISourceInfo getSourceInfo()
- Specified by:
getSourceInfo
in interface IXPathMethod
getXPath
public IXPath getXPath()
- Specified by:
getXPath
in interface IXPathMethod
getPrefix
public java.lang.String getPrefix()
- Specified by:
getPrefix
in interface IXPathMethod
getReturnType
public java.lang.String getReturnType()
- Specified by:
getReturnType
in interface IXPathMethod
getReferencedType
public IAnyType getReferencedType()
- Specified by:
getReferencedType
in interface IXPathMethod