public interface TypeCheckerEnvironment
Modifier and Type | Method and Description |
---|---|
CollationMap |
getCollationMap() |
Configuration |
getConfiguration() |
void |
issueWarning(String message,
SourceLocator locator) |
XPathContext |
makeDynamicContext() |
Expression |
simplify(Expression exp) |
Expression |
typeCheck(Expression exp,
ExpressionVisitor.ContextItemType contextItemType) |
Configuration getConfiguration()
void issueWarning(String message, SourceLocator locator)
CollationMap getCollationMap()
XPathContext makeDynamicContext()
Expression simplify(Expression exp) throws XPathException
XPathException
Expression typeCheck(Expression exp, ExpressionVisitor.ContextItemType contextItemType) throws XPathException
XPathException
Copyright (c) 2004-2013 Saxonica Limited. All rights reserved.