Home
last modified time | relevance | path

Searched refs:NOT_FOUND_ERR (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/xml/dom/
D__init__.py50 NOT_FOUND_ERR = 8 variable
97 code = NOT_FOUND_ERR
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DLSSerializerImpl.java493 throw new DOMException(DOMException.NOT_FOUND_ERR, msg); in getParameter()
747 throw new DOMException(DOMException.NOT_FOUND_ERR, msg); in setParameter()
804 throw new DOMException(DOMException.NOT_FOUND_ERR, msg); in setParameter()
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemTemplateElement.java487 throw new DOMException(DOMException.NOT_FOUND_ERR, in insertBefore()
/external/python/cpython2/Doc/library/
Dxml.dom.rst965 | :const:`NOT_FOUND_ERR` | :exc:`NotFoundErr` |