Package net.sf.saxon.query
Interface Declaration
-
- All Superinterfaces:
SourceLocator
- All Known Implementing Classes:
GlobalParam
,GlobalVariable
,UndeclaredVariable
,XQueryFunction
public interface Declaration extends SourceLocator
This interface represents the union of global variable declarations and function declarations in XQuery modules
-
-
Method Summary
-
Methods inherited from interface javax.xml.transform.SourceLocator
getColumnNumber, getLineNumber, getPublicId, getSystemId
-
-