Home
last modified time | relevance | path

Searched refs:NOT_SUPPORTED_ERR (Results 1 – 7 of 7) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMNodeProxy.java560 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 …]
DDTMNodeIterator.java130 throw new DTMDOMException(DOMException.NOT_SUPPORTED_ERR); in getFilter()
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DDOM2DTMdefaultNamespaceDeclarationNode.java55 final String NOT_SUPPORTED_ERR="Unsupported operation on pseudonode"; field in DOM2DTMdefaultNamespaceDeclarationNode
90 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()
/external/python/cpython2/Lib/xml/dom/
D__init__.py51 NOT_SUPPORTED_ERR = 9 variable
100 code = NOT_SUPPORTED_ERR
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DLSSerializerImpl.java657 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()
/external/autotest/client/site_tests/video_YouTubeMseEme/files/
Dvideo_YouTubeMseEme.js196 if (e.code !== DOMException.NOT_SUPPORTED_ERR) {
/external/python/cpython2/Doc/library/
Dxml.dom.rst967 | :const:`NOT_SUPPORTED_ERR` | :exc:`NotSupportedErr` |