Home | History | Annotate | Download | only in processor

Lines Matching refs:errorType

65    * @param errorType the type of error to issue if validation fails.  One of FATAL, ERROR, WARNING. 
67 XSLTAttributeDef(String namespace, String name, int type, boolean required, boolean supportsAVT, int errorType)
74 this.m_errorType = errorType;
87 * @param errorType the type of error to issue if validation fails. One of FATAL, ERROR, WARNING.
90 XSLTAttributeDef(String namespace, String name, int type, boolean supportsAVT, int errorType, String defaultVal)
98 this.m_errorType = errorType;
111 * @param errorType the type of error to issue if validation fails. One of FATAL, ERROR, WARNING.
118 boolean prefixedQNameValAllowed, int errorType, String k1, int v1, String k2, int v2)
126 this.m_errorType = errorType;
142 * @param errorType the type of error to issue if validation fails. One of FATAL, ERROR, WARNING. *
151 boolean prefixedQNameValAllowed, int errorType, String k1, int v1, String k2, int v2, String k3, int v3)
159 this.m_errorType = errorType;
176 * @param errorType the type of error to issue if validation fails. One of FATAL, ERROR, WARNING. * @param k1 The XSLT name of the enumerated value.
186 boolean prefixedQNameValAllowed, int errorType, String k1, int v1, String k2, int v2,
195 this.m_errorType = errorType;