Uses of Class
org.apache.xalan.xsltc.compiler.util.TypeCheckError
-
Packages that use TypeCheckError Package Description org.apache.xalan.xsltc.compiler -
-
Uses of TypeCheckError in org.apache.xalan.xsltc.compiler
Methods in org.apache.xalan.xsltc.compiler that throw TypeCheckError Modifier and Type Method Description Type
LocationPathPattern. typeCheck(org.apache.xalan.xsltc.compiler.SymbolTable stable)
abstract Type
Pattern. typeCheck(org.apache.xalan.xsltc.compiler.SymbolTable stable)
Returns the type of a pattern, which is always aNodeType
.Type
Stylesheet. typeCheck(org.apache.xalan.xsltc.compiler.SymbolTable stable)
Type check all the children of this node.abstract Type
SyntaxTreeNode. typeCheck(org.apache.xalan.xsltc.compiler.SymbolTable stable)
Type check the children of this node.Type
Template. typeCheck(org.apache.xalan.xsltc.compiler.SymbolTable stable)
-