Home
last modified time | relevance | path

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

12

/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemApplyImport.java25 import org.apache.xalan.res.XSLTErrorResources;
77XSLTErrorResources.ER_NO_APPLY_IMPORT_IN_FOR_EACH); //"xsl:apply-imports not allowed in a xsl:for… in execute()
90XSLTErrorResources.ER_NULL_SOURCENODE_APPLYIMPORTS); //"sourceNode is null in xsl:apply-imports!"… in execute()
105 error(XSLTErrorResources.ER_CANNOT_ADD, in appendChild()
DFuncFormatNumb.java27 import org.apache.xalan.res.XSLTErrorResources;
67 ss.error(XSLTErrorResources.ER_CURRENCY_SIGN_ILLEGAL); // currency sign not allowed in execute()
84 warn(xctxt, XSLTErrorResources.WG_NO_DECIMALFORMAT_DECLARATION, in execute()
134 templElem.error(XSLTErrorResources.ER_MALFORMED_FORMAT_STRING, in execute()
186 …throw new WrongNumberArgsException(XSLMessages.createMessage(XSLTErrorResources.ER_TWO_OR_THREE, n… in reportWrongNumberArgs()
DElemLiteralResult.java30 import org.apache.xalan.res.XSLTErrorResources;
674 XSLTErrorResources.NO_MODIFICATION_ALLOWED_ERR); in removeNamedItem()
693 XSLTErrorResources.NO_MODIFICATION_ALLOWED_ERR); in removeNamedItemNS()
710 XSLTErrorResources.NO_MODIFICATION_ALLOWED_ERR); in setNamedItem()
727 XSLTErrorResources.NO_MODIFICATION_ALLOWED_ERR); in setNamedItemNS()
756 XSLTErrorResources.NO_MODIFICATION_ALLOWED_ERR); in appendChild()
964 XSLTErrorResources.NO_MODIFICATION_ALLOWED_ERR); in insertBefore()
994 XSLTErrorResources.NO_MODIFICATION_ALLOWED_ERR); in removeChild()
1011 XSLTErrorResources.NO_MODIFICATION_ALLOWED_ERR); in replaceChild()
1025 XSLTErrorResources.NO_MODIFICATION_ALLOWED_ERR); in setNodeValue()
[all …]
DElemPI.java25 import org.apache.xalan.res.XSLTErrorResources;
140 this, XSLTErrorResources.WG_PROCESSINGINSTRUCTION_NAME_CANT_BE_XML, in execute()
150 this, XSLTErrorResources.WG_PROCESSINGINSTRUCTION_NOTVALID_NCNAME, in execute()
215 error(XSLTErrorResources.ER_CANNOT_ADD, in appendChild()
DFuncDocument.java33 import org.apache.xalan.res.XSLTErrorResources;
102 warn(xctxt, XSLTErrorResources.WG_EMPTY_SECOND_ARG, null); in execute()
174 …error(xctxt, XSLTErrorResources.ER_NO_CONTEXT_OWNERDOC, null); //"context does not have an owner … in execute()
280 warn(xctxt, XSLTErrorResources.WG_CANNOT_MAKE_URL_FROM, in getDoc()
358 warn(xctxt, XSLTErrorResources.WG_CANNOT_LOAD_REQUESTED_DOC, in getDoc()
362 warn(xctxt, XSLTErrorResources.WG_CANNOT_LOAD_REQUESTED_DOC, in getDoc()
451 …throw new WrongNumberArgsException(XSLMessages.createMessage(XSLTErrorResources.ER_ONE_OR_TWO, nul… in reportWrongNumberArgs()
DElemElement.java25 import org.apache.xalan.res.XSLTErrorResources;
219 this, XSLTErrorResources.WG_ILLEGAL_ATTRIBUTE_VALUE, in execute()
235 this, XSLTErrorResources.ER_NULL_URI_NAMESPACE); in execute()
269 this, XSLTErrorResources.WG_COULD_NOT_RESOLVE_PREFIX, in execute()
279 this, XSLTErrorResources.WG_COULD_NOT_RESOLVE_PREFIX, in execute()
DElemAttributeSet.java26 import org.apache.xalan.res.XSLTErrorResources;
111 XSLTErrorResources.ER_XSLATTRSET_USED_ITSELF, in execute()
154 error(XSLTErrorResources.ER_CANNOT_ADD, in appendChildElem()
DElemChoose.java25 import org.apache.xalan.res.XSLTErrorResources;
122 this, XSLTErrorResources.ER_CHOOSE_REQUIRES_WHEN); in execute()
147 error(XSLTErrorResources.ER_CANNOT_ADD, in appendChild()
DElemSort.java23 import org.apache.xalan.res.XSLTErrorResources;
76 error(XSLTErrorResources.ER_NO_CURLYBRACE, null); in setSelect()
318 error(XSLTErrorResources.ER_CANNOT_ADD, in appendChild()
DAVT.java30 import org.apache.xalan.res.XSLTErrorResources;
295XSLTErrorResources.ER_NO_CURLYBRACE, null); //"Error: Can not have \"{\" within expression."; in AVT()
347 …error = XSLMessages.createMessage(XSLTErrorResources.ER_ILLEGAL_ATTRIBUTE_VALUE, new Object[]{ nam… in AVT()
369 …handler.warn(XSLTErrorResources.WG_FOUND_CURLYBRACE, null); //"Found \"}\" but no attribute templ… in AVT()
402 handler.warn(XSLTErrorResources.WG_ATTR_TEMPLATE, in AVT()
DElemText.java23 import org.apache.xalan.res.XSLTErrorResources;
139 error(XSLTErrorResources.ER_CANNOT_ADD, in appendChild()
DElemMessage.java26 import org.apache.xalan.res.XSLTErrorResources;
122 …er().fatalError(new TransformerException(XSLMessages.createMessage(XSLTErrorResources.ER_STYLESHEE… in execute()
DElemExtensionDecl.java28 import org.apache.xalan.res.XSLTErrorResources;
208 …throw new TransformerException(XSLMessages.createMessage(XSLTErrorResources.ER_NO_NAMESPACE_DECL, … in compose()
236 …throw new TransformerException(XSLMessages.createMessage(XSLTErrorResources.ER_ELEM_CONTENT_NOT_AL… in compose()
DElemComment.java25 import org.apache.xalan.res.XSLTErrorResources;
134 error(XSLTErrorResources.ER_CANNOT_ADD, in appendChild()
DElemExtensionCall.java28 import org.apache.xalan.res.XSLTErrorResources;
204 XSLTErrorResources.ER_EXTENSION_ELEMENT_NOT_ALLOWED_IN_SECURE_PROCESSING, in execute()
223 XSLTErrorResources.ER_CALL_TO_EXT_FAILED, new Object[]{getNodeName()})); in execute()
/external/apache-xml/src/main/java/org/apache/xalan/processor/
DXSLTAttributeDef.java31 import org.apache.xalan.res.XSLTErrorResources;
588 handleError(handler, XSLTErrorResources.INVALID_TCHAR, new Object[] {name, value},null); in processCHAR()
600 handleError(handler, XSLTErrorResources.INVALID_TCHAR, new Object[] {name, value},null); in processCHAR()
647 …handleError(handler, XSLTErrorResources.INVALID_ENUM,new Object[]{name, value, enumNamesList.toStr… in processENUM()
712 …handleError(handler,XSLTErrorResources.INVALID_ENUM,new Object[]{name, value, enumNamesList.toStri… in processENUM_OR_PQNAME()
722 …handleError(handler,XSLTErrorResources.INVALID_ENUM,new Object[]{name, value, enumNamesList.toStri… in processENUM_OR_PQNAME()
731 …handleError(handler,XSLTErrorResources.INVALID_ENUM,new Object[]{name, value, enumNamesList.toStri… in processENUM_OR_PQNAME()
799 handleError(handler,XSLTErrorResources.INVALID_NMTOKEN, new Object[] {name,value},null); in processNMTOKEN()
810 handleError(handler,XSLTErrorResources.INVALID_NMTOKEN, new Object[] {name,value},null); in processNMTOKEN()
894 handleError(handler,XSLTErrorResources.INVALID_NUMBER, new Object[] {name, value}, nfe); in processNUMBER()
[all …]
DTransformerFactoryImpl.java48 import org.apache.xalan.res.XSLTErrorResources;
148 …throw new TransformerConfigurationException(XSLMessages.createMessage(XSLTErrorResources.ER_PROCES… in processFromNode()
186 …throw new TransformerConfigurationException(XSLMessages.createMessage(XSLTErrorResources.ER_PROCES… in processFromNode()
411 XSLTErrorResources.ER_SET_FEATURE_NULL_NAME, null)); in setFeature()
424 XSLTErrorResources.ER_UNSUPPORTED_FEATURE, in setFeature()
448 XSLTErrorResources.ER_GET_FEATURE_NULL_NAME, null)); in getFeature()
532 …throw new IllegalArgumentException(XSLMessages.createMessage(XSLTErrorResources.ER_BAD_VALUE, new … in setAttribute()
550 …throw new IllegalArgumentException(XSLMessages.createMessage(XSLTErrorResources.ER_BAD_VALUE, new … in setAttribute()
574 …throw new IllegalArgumentException(XSLMessages.createMessage(XSLTErrorResources.ER_BAD_VALUE, new … in setAttribute()
580 …throw new IllegalArgumentException(XSLMessages.createMessage(XSLTErrorResources.ER_NOT_SUPPORTED, … in setAttribute()
[all …]
DXSLTElementProcessor.java30 import org.apache.xalan.res.XSLTErrorResources;
184 …handler.error(XSLTErrorResources.ER_REQUIRED_ELEM_NOT_FOUND, new Object[]{getElemDef().getRequired… in endElement()
201 …handler.error(XSLTErrorResources.ER_CHARS_NOT_ALLOWED, null, null);//"Characters are not allowed a… in characters()
327 …handler.error(XSLTErrorResources.ER_ATTR_NOT_ALLOWED, new Object[]{attributes.getQName(i), rawName… in setPropertiesFromAttributes()
348 …handler.error(XSLTErrorResources.ER_ATTR_NOT_ALLOWED, new Object[]{attributes.getQName(i), rawName… in setPropertiesFromAttributes()
390 XSLTErrorResources.ER_REQUIRES_ATTRIB, new Object[]{ rawName, in setPropertiesFromAttributes()
DProcessorNamespaceAlias.java23 import org.apache.xalan.res.XSLTErrorResources;
84 …handler.error(XSLTErrorResources.ER_INVALID_NAMESPACE_URI_VALUE_FOR_RESULT_PREFIX_FOR_DEFAULT, nul… in startElement()
90 …handler.error(XSLTErrorResources.ER_INVALID_NAMESPACE_URI_VALUE_FOR_RESULT_PREFIX, new Object[] {p… in startElement()
DProcessorTemplateElem.java25 import org.apache.xalan.res.XSLTErrorResources;
71 …handler.error(XSLTErrorResources.ER_FAILED_CREATING_ELEMTMPL, null, ie);//"Failed creating ElemTem… in startElement()
75 …handler.error(XSLTErrorResources.ER_FAILED_CREATING_ELEMTMPL, null, iae);//"Failed creating ElemTe… in startElement()
DProcessorImport.java23 import org.apache.xalan.res.XSLTErrorResources;
53 return XSLTErrorResources.ER_IMPORTING_ITSELF; in getStylesheetInclErr()
DProcessorKey.java27 import org.apache.xalan.res.XSLTErrorResources;
121 XSLTErrorResources.ER_INVALID_KEY_CALL, null), null); in setPropertiesFromAttributes()
151 XSLTErrorResources.ER_REQUIRES_ATTRIB, new Object[]{ rawName, in setPropertiesFromAttributes()
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
DTransformerIdentityImpl.java47 import org.apache.xalan.res.XSLTErrorResources;
112 …throw new IllegalArgumentException(XSLMessages.createMessage(XSLTErrorResources.ER_RESULT_NULL, nu… in setResult()
291 …throw new TransformerException(XSLMessages.createMessage(XSLTErrorResources.ER_NO_OUTPUT_SPECIFIED… in createResultContentHandler()
302 …throw new TransformerException(XSLMessages.createMessage(XSLTErrorResources.ER_CANNOT_TRANSFORM_TO… in createResultContentHandler()
409 XSLTErrorResources.ER_ILLEGAL_DOMSOURCE_INPUT, null); in transform()
419 …throw new TransformerException(XSLMessages.createMessage(XSLTErrorResources.ER_CANNOT_TRANSFORM_SO… in transform()
549 …throw new IllegalArgumentException(XSLMessages.createMessage(XSLTErrorResources.ER_INVALID_SET_PAR… in setParameter()
740 …throw new IllegalArgumentException(XSLMessages.createMessage(XSLTErrorResources.ER_OUTPUT_PROPERTY… in setOutputProperty()
773 …throw new IllegalArgumentException(XSLMessages.createMessage(XSLTErrorResources.ER_OUTPUT_PROPERTY… in getOutputProperty()
790 …throw new IllegalArgumentException(XSLMessages.createMessage(XSLTErrorResources.ER_NULL_ERROR_HAND… in setErrorListener()
DTrAXFilter.java31 import org.apache.xalan.res.XSLTErrorResources;
161 …throw new org.xml.sax.SAXException(XSLMessages.createMessage(XSLTErrorResources.ER_CANNOT_CALL_PAR… in parse()
204 …throw new NullPointerException(XSLMessages.createMessage(XSLTErrorResources.ER_NO_PARENT_FOR_FILTE… in setupParse()
/external/apache-xml/src/main/java/org/apache/xalan/extensions/
DExtensionsTable.java27 import org.apache.xalan.res.XSLTErrorResources;
189 …throw new XPathProcessorException(XSLMessages.createMessage(XSLTErrorResources.ER_EXTENSION_FUNC_U… in extFunction()
235 …throw new XPathProcessorException(XSLMessages.createMessage(XSLTErrorResources.ER_EXTENSION_FUNC_U… in extFunction()

12