HomeSort by relevance Sort by last modified time
    Searched defs:XMLMessages (Results 1 - 20 of 20) sorted by null

  /external/apache-xml/src/main/java/org/apache/xml/utils/
ObjectPool.java 26 import org.apache.xml.res.XMLMessages;
142 throw new RuntimeException(XMLMessages.createXMLMessage(XMLErrorResources.ER_EXCEPTION_CREATING_POOL, null)); //"exception creating new instance for pool");
QName.java 27 import org.apache.xml.res.XMLMessages;
111 throw new IllegalArgumentException(XMLMessages.createXMLMessage(
118 throw new IllegalArgumentException(XMLMessages.createXMLMessage(
158 throw new IllegalArgumentException(XMLMessages.createXMLMessage(
165 throw new IllegalArgumentException(XMLMessages.createXMLMessage(
171 throw new IllegalArgumentException(XMLMessages.createXMLMessage(
208 throw new IllegalArgumentException(XMLMessages.createXMLMessage(
215 throw new IllegalArgumentException(XMLMessages.createXMLMessage(
293 XMLMessages.createXMLMessage(
306 throw new IllegalArgumentException(XMLMessages.createXMLMessage
    [all...]
DOMBuilder.java 27 import org.apache.xml.res.XMLMessages;
208 XMLMessages.createXMLMessage(
221 XMLMessages.createXMLMessage(
DOMHelper.java 33 import org.apache.xml.res.XMLMessages;
114 XMLMessages.createXMLMessage(
    [all...]
URI.java 27 import org.apache.xml.res.XMLMessages;
290 throw new MalformedURIException(XMLMessages.createXMLMessage(XMLErrorResources.ER_SCHEME_REQUIRED, null)); //"Scheme is required!");
298 XMLMessages.createXMLMessage(XMLErrorResources.ER_NO_USERINFO_IF_NO_HOST, null)); //"Userinfo may not be specified if host is not specified!");
304 XMLMessages.createXMLMessage(XMLErrorResources.ER_NO_PORT_IF_NO_HOST, null)); //"Port may not be specified if host is not specified!");
313 XMLMessages.createXMLMessage(XMLErrorResources.ER_NO_QUERY_STRING_IN_PATH, null)); //"Query string cannot be specified in path and query string!");
319 XMLMessages.createXMLMessage(XMLErrorResources.ER_NO_FRAGMENT_STRING_IN_PATH, null)); //"Fragment cannot be specified in both the path and fragment!");
373 XMLMessages.createXMLMessage(XMLErrorResources.ER_CANNOT_INIT_URI_EMPTY_PARMS, null)); //"Cannot initialize URI with empty parameters.");
394 throw new MalformedURIException(XMLMessages.createXMLMessage(XMLErrorResources.ER_NO_SCHEME_IN_URI, new Object[]{uriSpec})); //"No scheme found in URI: "+uriSpec);
625 throw new MalformedURIException(XMLMessages.createXMLMessage(XMLErrorResources.ER_NO_SCHEME_INURI, null)); //"No scheme found in URI.");
776 XMLMessages.createXMLMessage(XMLErrorResources.ER_PATH_CONTAINS_INVALID_ESCAPE_SEQUENCE, null)); //"Path conta (…)
    [all...]
UnImplNode.java 24 import org.apache.xml.res.XMLMessages;
68 throw new RuntimeException(XMLMessages.createXMLMessage(msg, null));
82 throw new RuntimeException(XMLMessages.createXMLMessage(msg, args)); //"UnImplNode error: "+msg);
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/res/
XMLMessages.java 19 * $Id: XMLMessages.java 468653 2006-10-28 07:07:05Z minchau $
32 public class XMLMessages
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
CoroutineManager.java 26 import org.apache.xml.res.XMLMessages;
264 throw new java.lang.NoSuchMethodException(XMLMessages.createXMLMessage(XMLErrorResources.ER_COROUTINE_NOT_AVAIL, new Object[]{Integer.toString(toCoroutine)})); //"Coroutine not available, id="+toCoroutine);
292 throw new java.lang.NoSuchMethodException(XMLMessages.createXMLMessage(XMLErrorResources.ER_COROUTINE_CO_EXIT, null)); //"CoroutineManager recieved co_exit() request");
333 throw new java.lang.NoSuchMethodException(XMLMessages.createXMLMessage(XMLErrorResources.ER_COROUTINE_NOT_AVAIL, new Object[]{Integer.toString(toCoroutine)})); //"Coroutine not available, id="+toCoroutine);
ChunkedIntArray.java 24 import org.apache.xml.res.XMLMessages;
60 throw new ArrayIndexOutOfBoundsException(XMLMessages.createXMLMessage(XMLErrorResources.ER_CHUNKEDINTARRAY_NOT_SUPPORTED, new Object[]{Integer.toString(slotsize)})); //"ChunkedIntArray("+slotsize+") not currently supported");
122 throw new ArrayIndexOutOfBoundsException(XMLMessages.createXMLMessage(XMLErrorResources.ER_OFFSET_BIGGER_THAN_SLOT, null)); //"Offset bigger than slot");
203 throw new ArrayIndexOutOfBoundsException(XMLMessages.createXMLMessage(XMLErrorResources.ER_OFFSET_BIGGER_THAN_SLOT, null)); //"Offset bigger than slot");
DTMDefaultBaseTraversers.java 30 import org.apache.xml.res.XMLMessages;
184 throw new DTMException(XMLMessages.createXMLMessage(XMLErrorResources.ER_UNKNOWN_AXIS_TYPE, new Object[]{Integer.toString(axis)})); //"Unknown axis traversal type: "+axis);
188 throw new DTMException(XMLMessages.createXMLMessage(XMLErrorResources.ER_AXIS_TRAVERSER_NOT_SUPPORTED, new Object[]{Axis.getNames(axis)}));
    [all...]
DTMManagerDefault.java 40 import org.apache.xml.res.XMLMessages;
148 throw new DTMException(XMLMessages.createXMLMessage(XMLErrorResources.ER_NO_DTMIDS_AVAIL, null)); //"No more DTM IDs are available!");
477 throw new DTMException(XMLMessages.createXMLMessage(XMLErrorResources.ER_NOT_SUPPORTED, new Object[]{source})); //"Not supported: " + source);
494 throw new IllegalArgumentException(XMLMessages.createXMLMessage(XMLErrorResources.ER_NODE_NON_NULL, null)); //"node must be non-null for getDTMHandleFromNode!");
576 throw new RuntimeException(XMLMessages.createXMLMessage(XMLErrorResources.ER_COULD_NOT_RESOLVE_NODE, null)); //"Could not resolve the node to a handle!");
DTMDefaultBaseIterators.java 30 import org.apache.xml.res.XMLMessages;
159 throw new DTMException(XMLMessages.createXMLMessage(
226 throw new DTMException(XMLMessages.createXMLMessage(
    [all...]
IncrementalSAXSource_Filter.java 27 import org.apache.xml.res.XMLMessages;
131 throw new RuntimeException(XMLMessages.createXMLMessage(XMLErrorResources.ER_COJOINROUTINESET_FAILED, null)); //"co_joinCoroutineSet() failed");
606 throw new SAXException(XMLMessages.createXMLMessage(XMLErrorResources.ER_INCRSAXSRCFILTER_NOT_RESTARTABLE, null)); //"IncrmentalSAXSource_Filter not currently restartable.");
608 throw new SAXException(XMLMessages.createXMLMessage(XMLErrorResources.ER_XMLRDR_NOT_BEFORE_STARTPARSE, null)); //"XMLReader not before startParse request");
DTMDefaultBase.java 34 import org.apache.xml.res.XMLMessages;
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
DTMException.java 30 import org.apache.xml.res.XMLMessages;
117 throw new IllegalStateException(XMLMessages.createXMLMessage(XMLErrorResources.ER_CANNOT_OVERWRITE_CAUSE, null)); //"Can't overwrite cause");
122 XMLMessages.createXMLMessage(XMLErrorResources.ER_SELF_CAUSATION_NOT_PERMITTED, null)); //"Self-causation not permitted");
DTMManager.java 24 import org.apache.xml.res.XMLMessages;
142 throw new DTMConfigurationException(XMLMessages.createXMLMessage(
149 throw new DTMConfigurationException(XMLMessages.createXMLMessage(
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DOM2DTM.java 36 import org.apache.xml.res.XMLMessages;
206 error(XMLMessages.createXMLMessage(XMLErrorResources.ER_NO_DTMIDS_AVAIL, null));//"No more DTM IDs are available";
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM.java 40 import org.apache.xml.res.XMLMessages;
697 error(XMLMessages.createXMLMessage(XMLErrorResources.ER_METHOD_NOT_SUPPORTED, null));//"Not yet supported!");
941 error(XMLMessages.createXMLMessage(XMLErrorResources.ER_NO_DTMIDS_AVAIL, null));//"No more DTM IDs are available";
    [all...]
SAX2DTM2.java 29 import org.apache.xml.res.XMLMessages;
847 throw new DTMException(XMLMessages.createXMLMessage(XMLErrorResources.ER_ITERATOR_CLONE_NOT_SUPPORTED, null)); //"Iterator clone not supported.");
    [all...]
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 151 milliseconds