Searched defs:NOT_SUPPORTED_ERR (Results 1 - 2 of 2) sorted by relevance

/dalvik/libcore/xml/src/main/java/org/w3c/dom/
H A DDOMException.java81 public static final short NOT_SUPPORTED_ERR = 9; field in class:DOMException
/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
H A DDOM2DTMdefaultNamespaceDeclarationNode.java55 final String NOT_SUPPORTED_ERR="Unsupported operation on pseudonode"; field in class:DOM2DTMdefaultNamespaceDeclarationNode
90 public void setNodeValue(String value) {throw new DTMException(NOT_SUPPORTED_ERR);}
91 public void setValue(String value) {throw new DTMException(NOT_SUPPORTED_ERR);}
92 public void setPrefix(String value) {throw new DTMException(NOT_SUPPORTED_ERR);}
93 public Node insertBefore(Node a, Node b) {throw new DTMException(NOT_SUPPORTED_ERR);}
94 public Node replaceChild(Node a, Node b) {throw new DTMException(NOT_SUPPORTED_ERR);}
95 public Node appendChild(Node a) {throw new DTMException(NOT_SUPPORTED_ERR);}
96 public Node removeChild(Node a) {throw new DTMException(NOT_SUPPORTED_ERR);}
98 public Node cloneNode(boolean deep) {throw new DTMException(NOT_SUPPORTED_ERR);}

Completed in 163 milliseconds