/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
ProcessorImport.java | 23 import org.apache.xalan.res.XSLTErrorResources; 53 return XSLTErrorResources.ER_IMPORTING_ITSELF;
|
ProcessorNamespaceAlias.java | 23 import org.apache.xalan.res.XSLTErrorResources; 84 handler.error(XSLTErrorResources.ER_INVALID_NAMESPACE_URI_VALUE_FOR_RESULT_PREFIX_FOR_DEFAULT, null, null); 90 handler.error(XSLTErrorResources.ER_INVALID_NAMESPACE_URI_VALUE_FOR_RESULT_PREFIX, new Object[] {prefix}, null);
|
ProcessorTemplateElem.java | 25 import org.apache.xalan.res.XSLTErrorResources; 71 handler.error(XSLTErrorResources.ER_FAILED_CREATING_ELEMTMPL, null, ie);//"Failed creating ElemTemplateElement instance!", ie); 75 handler.error(XSLTErrorResources.ER_FAILED_CREATING_ELEMTMPL, null, iae);//"Failed creating ElemTemplateElement instance!", iae);
|
ProcessorKey.java | 27 import org.apache.xalan.res.XSLTErrorResources; 121 XSLTErrorResources.ER_INVALID_KEY_CALL, null), null); 151 XSLTErrorResources.ER_REQUIRES_ATTRIB, new Object[]{ rawName,
|
XSLTAttributeDef.java | 31 import org.apache.xalan.res.XSLTErrorResources; 588 handleError(handler, XSLTErrorResources.INVALID_TCHAR, new Object[] {name, value},null); 600 handleError(handler, XSLTErrorResources.INVALID_TCHAR, new Object[] {name, value},null); 647 handleError(handler, XSLTErrorResources.INVALID_ENUM,new Object[]{name, value, enumNamesList.toString() },null); 712 handleError(handler,XSLTErrorResources.INVALID_ENUM,new Object[]{name, value, enumNamesList.toString() },null); 722 handleError(handler,XSLTErrorResources.INVALID_ENUM,new Object[]{name, value, enumNamesList.toString() },ie); 731 handleError(handler,XSLTErrorResources.INVALID_ENUM,new Object[]{name, value, enumNamesList.toString() },re); 799 handleError(handler,XSLTErrorResources.INVALID_NMTOKEN, new Object[] {name,value},null); 810 handleError(handler,XSLTErrorResources.INVALID_NMTOKEN, new Object[] {name,value},null); 894 handleError(handler,XSLTErrorResources.INVALID_NUMBER, new Object[] {name, value}, nfe) [all...] |
TransformerFactoryImpl.java | 48 import org.apache.xalan.res.XSLTErrorResources; 148 throw new TransformerConfigurationException(XSLMessages.createMessage(XSLTErrorResources.ER_PROCESSFROMNODE_FAILED, null), se); 186 throw new TransformerConfigurationException(XSLMessages.createMessage(XSLTErrorResources.ER_PROCESSFROMNODE_FAILED, null), e); //"processFromNode failed", 407 XSLTErrorResources.ER_SET_FEATURE_NULL_NAME, null)); 420 XSLTErrorResources.ER_UNSUPPORTED_FEATURE, 444 XSLTErrorResources.ER_GET_FEATURE_NULL_NAME, null)); 528 throw new IllegalArgumentException(XSLMessages.createMessage(XSLTErrorResources.ER_BAD_VALUE, new Object[]{name, value})); //name + " bad value " + value); 546 throw new IllegalArgumentException(XSLMessages.createMessage(XSLTErrorResources.ER_BAD_VALUE, new Object[]{name, value})); //name + " bad value " + value); 570 throw new IllegalArgumentException(XSLMessages.createMessage(XSLTErrorResources.ER_BAD_VALUE, new Object[]{name, value})); //name + " bad value " + value); 576 throw new IllegalArgumentException(XSLMessages.createMessage(XSLTErrorResources.ER_NOT_SUPPORTED, new Object[]{name})); //name + "not supported") [all...] |
XSLTElementProcessor.java | 30 import org.apache.xalan.res.XSLTErrorResources; 184 handler.error(XSLTErrorResources.ER_REQUIRED_ELEM_NOT_FOUND, new Object[]{getElemDef().getRequiredElem()}, null); 201 handler.error(XSLTErrorResources.ER_CHARS_NOT_ALLOWED, null, null);//"Characters are not allowed at this point in the document!", 327 handler.error(XSLTErrorResources.ER_ATTR_NOT_ALLOWED, new Object[]{attributes.getQName(i), rawName}, null);//"\""+attributes.getQName(i)+"\"" 376 XSLTErrorResources.ER_REQUIRES_ATTRIB, new Object[]{ rawName,
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
ElemApplyImport.java | 25 import org.apache.xalan.res.XSLTErrorResources; 77 XSLTErrorResources.ER_NO_APPLY_IMPORT_IN_FOR_EACH); //"xsl:apply-imports not allowed in a xsl:for-each"); 90 XSLTErrorResources.ER_NULL_SOURCENODE_APPLYIMPORTS); //"sourceNode is null in xsl:apply-imports!"); 105 error(XSLTErrorResources.ER_CANNOT_ADD,
|
ElemText.java | 23 import org.apache.xalan.res.XSLTErrorResources; 139 error(XSLTErrorResources.ER_CANNOT_ADD,
|
ElemMessage.java | 26 import org.apache.xalan.res.XSLTErrorResources; 122 transformer.getErrorListener().fatalError(new TransformerException(XSLMessages.createMessage(XSLTErrorResources.ER_STYLESHEET_DIRECTED_TERMINATION, null))); //"Stylesheet directed termination"));
|
ElemAttributeSet.java | 26 import org.apache.xalan.res.XSLTErrorResources; 111 XSLTErrorResources.ER_XSLATTRSET_USED_ITSELF, 154 error(XSLTErrorResources.ER_CANNOT_ADD,
|
ElemChoose.java | 25 import org.apache.xalan.res.XSLTErrorResources; 122 this, XSLTErrorResources.ER_CHOOSE_REQUIRES_WHEN); 147 error(XSLTErrorResources.ER_CANNOT_ADD,
|
ElemSort.java | 23 import org.apache.xalan.res.XSLTErrorResources; 76 error(XSLTErrorResources.ER_NO_CURLYBRACE, null); 318 error(XSLTErrorResources.ER_CANNOT_ADD,
|
ElemPI.java | 25 import org.apache.xalan.res.XSLTErrorResources; 140 this, XSLTErrorResources.WG_PROCESSINGINSTRUCTION_NAME_CANT_BE_XML, 150 this, XSLTErrorResources.WG_PROCESSINGINSTRUCTION_NOTVALID_NCNAME, 215 error(XSLTErrorResources.ER_CANNOT_ADD,
|
ElemComment.java | 25 import org.apache.xalan.res.XSLTErrorResources; 134 error(XSLTErrorResources.ER_CANNOT_ADD,
|
XUnresolvedVariable.java | 23 import org.apache.xalan.res.XSLTErrorResources; 110 (xctxt.getSAXLocator(), XSLTErrorResources.ER_REFERENCING_ITSELF,
|
ElemElement.java | 25 import org.apache.xalan.res.XSLTErrorResources; 219 this, XSLTErrorResources.WG_ILLEGAL_ATTRIBUTE_VALUE, 235 this, XSLTErrorResources.ER_NULL_URI_NAMESPACE); 269 this, XSLTErrorResources.WG_COULD_NOT_RESOLVE_PREFIX, 279 this, XSLTErrorResources.WG_COULD_NOT_RESOLVE_PREFIX,
|
FuncFormatNumb.java | 27 import org.apache.xalan.res.XSLTErrorResources; 67 ss.error(XSLTErrorResources.ER_CURRENCY_SIGN_ILLEGAL); // currency sign not allowed 84 warn(xctxt, XSLTErrorResources.WG_NO_DECIMALFORMAT_DECLARATION, 134 templElem.error(XSLTErrorResources.ER_MALFORMED_FORMAT_STRING, 186 throw new WrongNumberArgsException(XSLMessages.createMessage(XSLTErrorResources.ER_TWO_OR_THREE, null)); //"2 or 3");
|
ElemUse.java | 28 import org.apache.xalan.res.XSLTErrorResources; 171 XSLMessages.createMessage(XSLTErrorResources.ER_NO_ATTRIB_SET,
|
FuncDocument.java | 33 import org.apache.xalan.res.XSLTErrorResources; 102 warn(xctxt, XSLTErrorResources.WG_EMPTY_SECOND_ARG, null); 174 error(xctxt, XSLTErrorResources.ER_NO_CONTEXT_OWNERDOC, null); //"context does not have an owner document!"); 280 warn(xctxt, XSLTErrorResources.WG_CANNOT_MAKE_URL_FROM, 289 // path.warn(XSLTErrorResources.WG_ENCODING_NOT_SUPPORTED_USING_JAVA, new Object[]{((base == null) ? "" : base )+uri}); //"Can not load requested doc: "+((base == null) ? "" : base )+uri); 358 warn(xctxt, XSLTErrorResources.WG_CANNOT_LOAD_REQUESTED_DOC, 362 warn(xctxt, XSLTErrorResources.WG_CANNOT_LOAD_REQUESTED_DOC, 451 throw new WrongNumberArgsException(XSLMessages.createMessage(XSLTErrorResources.ER_ONE_OR_TWO, null)); //"1 or 2");
|
/external/apache-xml/src/main/java/org/apache/xalan/res/ |
XSLMessages.java | 36 private static ListResourceBundle XSLTBundle = new XSLTErrorResources(); // android-changed
|
/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
NodeSortKey.java | 26 import org.apache.xalan.res.XSLTErrorResources; 123 m_processor.getMsgMgr().warn(null, XSLTErrorResources.WG_CANNOT_FIND_COLLATOR,
|
KeyIterator.java | 28 import org.apache.xalan.res.XSLTErrorResources; 147 XSLTErrorResources.ER_NO_XSLKEY_DECLARATION,
|
/external/apache-xml/src/main/java/org/apache/xpath/functions/ |
FuncCurrent.java | 33 import org.apache.xalan.res.XSLTErrorResources; 65 XSLTErrorResources.ER_PROCESSOR_ERROR,null));
|
/external/apache-xml/src/main/java/org/apache/xalan/extensions/ |
ExtensionsTable.java | 27 import org.apache.xalan.res.XSLTErrorResources; 189 throw new XPathProcessorException(XSLMessages.createMessage(XSLTErrorResources.ER_EXTENSION_FUNC_UNKNOWN, new Object[]{ns, funcName })); 235 throw new XPathProcessorException(XSLMessages.createMessage(XSLTErrorResources.ER_EXTENSION_FUNC_UNKNOWN,
|