Uses of Class
org.apache.xalan.xsltc.compiler.util.ErrorMsg

Packages that use ErrorMsg
org.apache.xalan.xsltc.compiler   
org.apache.xalan.xsltc.compiler.util   
 

Uses of ErrorMsg in org.apache.xalan.xsltc.compiler
 

Fields in org.apache.xalan.xsltc.compiler declared as ErrorMsg
private  ErrorMsg UnsupportedElement._message
           
 

Methods in org.apache.xalan.xsltc.compiler that return ErrorMsg
private  ErrorMsg UnresolvedRef.reportError()
           
 

Methods in org.apache.xalan.xsltc.compiler with parameters of type ErrorMsg
 void Parser.reportError(int category, ErrorMsg error)
          Common error/warning message handler
 void UnsupportedElement.setErrorMessage(ErrorMsg message)
          There are different categories of unsupported elements (believe it or not): there are elements within the XSLT namespace (these would be elements that are not yet implemented), there are extensions of other XSLT processors and there are unrecognised extension elements of this XSLT processor.
 

Uses of ErrorMsg in org.apache.xalan.xsltc.compiler.util
 

Fields in org.apache.xalan.xsltc.compiler.util declared as ErrorMsg
(package private)  ErrorMsg TypeCheckError._error
           
 

Methods in org.apache.xalan.xsltc.compiler.util that return ErrorMsg
 ErrorMsg TypeCheckError.getErrorMsg()
           
 

Constructors in org.apache.xalan.xsltc.compiler.util with parameters of type ErrorMsg
TypeCheckError(ErrorMsg error)