Uses of Class
org.apache.xalan.xsltc.compiler.util.ErrorMsg
-
Packages that use ErrorMsg Package Description org.apache.xalan.xsltc.compiler org.apache.xalan.xsltc.compiler.util -
-
Uses of ErrorMsg in org.apache.xalan.xsltc.compiler
Methods in org.apache.xalan.xsltc.compiler with parameters of type ErrorMsg Modifier and Type Method Description voidXPathParser. addError(ErrorMsg error)voidParser. reportError(int category, ErrorMsg error)Common error/warning message handler -
Uses of ErrorMsg in org.apache.xalan.xsltc.compiler.util
Methods in org.apache.xalan.xsltc.compiler.util that return ErrorMsg Modifier and Type Method Description ErrorMsgTypeCheckError. getErrorMsg()Constructors in org.apache.xalan.xsltc.compiler.util with parameters of type ErrorMsg Constructor Description TypeCheckError(ErrorMsg error)
-