Home
last modified time | relevance | path

Searched refs:DTMDOMException (Results 1 – 3 of 3) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMNodeProxy.java26 import org.apache.xml.dtm.DTMDOMException;
234 throw new DTMDOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR); in setPrefix()
316 throw new DTMDOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR); in setNodeValue()
494 throw new DTMDOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR); in insertBefore()
510 throw new DTMDOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR); in replaceChild()
524 throw new DTMDOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR); in removeChild()
538 throw new DTMDOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR); in appendChild()
560 throw new DTMDOMException(DOMException.NOT_SUPPORTED_ERR); in cloneNode()
623 throw new DTMDOMException(DOMException.NOT_SUPPORTED_ERR); in getDocumentElement()
639 throw new DTMDOMException(DOMException.NOT_SUPPORTED_ERR); in createElement()
[all …]
DDTMNodeIterator.java24 import org.apache.xml.dtm.DTMDOMException;
130 throw new DTMDOMException(DOMException.NOT_SUPPORTED_ERR); in getFilter()
161 throw new DTMDOMException(DOMException.INVALID_STATE_ERR); in nextNode()
179 throw new DTMDOMException(DOMException.INVALID_STATE_ERR); in previousNode()
/external/apache-xml/src/main/java/org/apache/xml/dtm/
DDTMDOMException.java30 public class DTMDOMException extends org.w3c.dom.DOMException class
39 public DTMDOMException(short code, String message) in DTMDOMException() method in DTMDOMException
50 public DTMDOMException(short code) in DTMDOMException() method in DTMDOMException