Searched refs:NOT_SUPPORTED_ERR (Results 1 – 9 of 9) sorted by relevance
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()649 throw new DTMDOMException(DOMException.NOT_SUPPORTED_ERR); in createDocumentFragment()661 throw new DTMDOMException(DOMException.NOT_SUPPORTED_ERR); in createTextNode()673 throw new DTMDOMException(DOMException.NOT_SUPPORTED_ERR); in createComment()688 throw new DTMDOMException(DOMException.NOT_SUPPORTED_ERR); in createCDATASection()704 throw new DTMDOMException(DOMException.NOT_SUPPORTED_ERR); in createProcessingInstruction()718 throw new DTMDOMException(DOMException.NOT_SUPPORTED_ERR); in createAttribute()733 throw new DTMDOMException(DOMException.NOT_SUPPORTED_ERR); in createEntityReference()[all …]
130 throw new DTMDOMException(DOMException.NOT_SUPPORTED_ERR); in getFilter()
55 final String NOT_SUPPORTED_ERR="Unsupported operation on pseudonode"; field in DOM2DTMdefaultNamespaceDeclarationNode90 public void setNodeValue(String value) {throw new DTMException(NOT_SUPPORTED_ERR);} in setNodeValue()91 public void setValue(String value) {throw new DTMException(NOT_SUPPORTED_ERR);} in setValue()92 public void setPrefix(String value) {throw new DTMException(NOT_SUPPORTED_ERR);} in setPrefix()93 public Node insertBefore(Node a, Node b) {throw new DTMException(NOT_SUPPORTED_ERR);} in insertBefore()94 public Node replaceChild(Node a, Node b) {throw new DTMException(NOT_SUPPORTED_ERR);} in replaceChild()95 public Node appendChild(Node a) {throw new DTMException(NOT_SUPPORTED_ERR);} in appendChild()96 public Node removeChild(Node a) {throw new DTMException(NOT_SUPPORTED_ERR);} in removeChild()98 public Node cloneNode(boolean deep) {throw new DTMException(NOT_SUPPORTED_ERR);} in cloneNode()
51 NOT_SUPPORTED_ERR = 9 variable100 code = NOT_SUPPORTED_ERR
52 NOT_SUPPORTED_ERR = 9 variable101 code = NOT_SUPPORTED_ERR
657 throw new DOMException(DOMException.NOT_SUPPORTED_ERR, msg); in setParameter()674 throw new DOMException(DOMException.NOT_SUPPORTED_ERR, msg); in setParameter()772 throw new DOMException(DOMException.NOT_SUPPORTED_ERR, msg); in setParameter()
196 if (e.code !== DOMException.NOT_SUPPORTED_ERR) {
967 | :const:`NOT_SUPPORTED_ERR` | :exc:`NotSupportedErr` |
950 | :const:`NOT_SUPPORTED_ERR` | :exc:`NotSupportedErr` |