HomeSort by relevance Sort by last modified time
    Searched refs:DTMDOMException (Results 1 - 4 of 4) sorted by null

  /external/apache-xml/src/main/java/org/apache/xml/dtm/
DTMDOMException.java 19 * $Id: DTMDOMException.java 468653 2006-10-28 07:07:05Z minchau $
30 public class DTMDOMException extends org.w3c.dom.DOMException
39 public DTMDOMException(short code, String message)
45 * Constructor DTMDOMException
50 public DTMDOMException(short code)
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMNodeIterator.java 24 import org.apache.xml.dtm.DTMDOMException;
130 throw new DTMDOMException(DOMException.NOT_SUPPORTED_ERR);
161 throw new DTMDOMException(DOMException.INVALID_STATE_ERR);
179 throw new DTMDOMException(DOMException.INVALID_STATE_ERR);
DTMNodeProxy.java 26 import org.apache.xml.dtm.DTMDOMException;
234 throw new DTMDOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR);
266 //throw new DTMDOMException(DOMException.NOT_SUPPORTED_ERR);
282 // throw new DTMDOMException(DOMException.NOT_SUPPORTED_ERR);
316 throw new DTMDOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR);
371 // throw new DTMDOMException(DOMException.NOT_SUPPORTED_ERR);
494 throw new DTMDOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR);
510 throw new DTMDOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR);
524 throw new DTMDOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR);
538 throw new DTMDOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR)
    [all...]
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 265 milliseconds