public interface TypeCheckerEnvironment
| Modifier and Type | Method and Description |
|---|---|
CollationMap |
getCollationMap() |
Configuration |
getConfiguration() |
void |
issueWarning(java.lang.String message,
javax.xml.transform.SourceLocator locator) |
XPathContext |
makeDynamicContext() |
Expression |
simplify(Expression exp) |
Expression |
typeCheck(Expression exp,
ItemType contextItemType) |
Configuration getConfiguration()
void issueWarning(java.lang.String message,
javax.xml.transform.SourceLocator locator)
CollationMap getCollationMap()
XPathContext makeDynamicContext()
Expression simplify(Expression exp) throws XPathException
XPathExceptionExpression typeCheck(Expression exp, ItemType contextItemType) throws XPathException
XPathException