Searched refs:XSLTErrorResources (Results 1 - 25 of 49) sorted by relevance

12

/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DProcessorImport.java23 import org.apache.xalan.res.XSLTErrorResources;
53 return XSLTErrorResources.ER_IMPORTING_ITSELF;
H A DProcessorNamespaceAlias.java23 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);
H A DProcessorTemplateElem.java25 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);
H A DProcessorKey.java27 import org.apache.xalan.res.XSLTErrorResources;
121 XSLTErrorResources.ER_INVALID_KEY_CALL, null), null);
151 XSLTErrorResources.ER_REQUIRES_ATTRIB, new Object[]{ rawName,
H A DXSLTAttributeDef.java31 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
[all...]
H A DTransformerFactoryImpl.java48 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
[all...]
H A DXSLTElementProcessor.java30 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/
H A DElemApplyImport.java25 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,
H A DElemText.java23 import org.apache.xalan.res.XSLTErrorResources;
139 error(XSLTErrorResources.ER_CANNOT_ADD,
H A DElemMessage.java26 import org.apache.xalan.res.XSLTErrorResources;
122 transformer.getErrorListener().fatalError(new TransformerException(XSLMessages.createMessage(XSLTErrorResources.ER_STYLESHEET_DIRECTED_TERMINATION, null))); //"Stylesheet directed termination"));
H A DElemAttributeSet.java26 import org.apache.xalan.res.XSLTErrorResources;
111 XSLTErrorResources.ER_XSLATTRSET_USED_ITSELF,
154 error(XSLTErrorResources.ER_CANNOT_ADD,
H A DElemChoose.java25 import org.apache.xalan.res.XSLTErrorResources;
122 this, XSLTErrorResources.ER_CHOOSE_REQUIRES_WHEN);
147 error(XSLTErrorResources.ER_CANNOT_ADD,
H A DElemSort.java23 import org.apache.xalan.res.XSLTErrorResources;
76 error(XSLTErrorResources.ER_NO_CURLYBRACE, null);
318 error(XSLTErrorResources.ER_CANNOT_ADD,
H A DElemPI.java25 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,
H A DElemComment.java25 import org.apache.xalan.res.XSLTErrorResources;
134 error(XSLTErrorResources.ER_CANNOT_ADD,
H A DXUnresolvedVariable.java23 import org.apache.xalan.res.XSLTErrorResources;
110 (xctxt.getSAXLocator(), XSLTErrorResources.ER_REFERENCING_ITSELF,
H A DElemElement.java25 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,
H A DFuncFormatNumb.java27 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");
H A DElemUse.java28 import org.apache.xalan.res.XSLTErrorResources;
171 XSLMessages.createMessage(XSLTErrorResources.ER_NO_ATTRIB_SET,
H A DFuncDocument.java33 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/
H A DXSLMessages.java36 private static ListResourceBundle XSLTBundle = new XSLTErrorResources(); // android-changed
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DNodeSortKey.java26 import org.apache.xalan.res.XSLTErrorResources;
123 m_processor.getMsgMgr().warn(null, XSLTErrorResources.WG_CANNOT_FIND_COLLATOR,
H A DKeyIterator.java28 import org.apache.xalan.res.XSLTErrorResources;
147 XSLTErrorResources.ER_NO_XSLKEY_DECLARATION,
/external/apache-xml/src/main/java/org/apache/xpath/functions/
H A DFuncCurrent.java33 import org.apache.xalan.res.XSLTErrorResources;
65 XSLTErrorResources.ER_PROCESSOR_ERROR,null));
/external/apache-xml/src/main/java/org/apache/xalan/extensions/
H A DExtensionsTable.java27 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,

Completed in 743 milliseconds

12