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

/external/webkit/Source/WebCore/dom/
H A DExceptionCode.h39 NOT_SUPPORTED_ERR = 9, enumerator in enum:WebCore::__anon13184
/external/apache-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);}
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 85 milliseconds