Searched refs:DTMDOMException (Results 1 – 3 of 3) sorted by relevance
26 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 …]
24 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()
30 public class DTMDOMException extends org.w3c.dom.DOMException class39 public DTMDOMException(short code, String message) in DTMDOMException() method in DTMDOMException50 public DTMDOMException(short code) in DTMDOMException() method in DTMDOMException