Home
last modified time | relevance | path

Searched refs:NO_MODIFICATION_ALLOWED_ERR (Results 1 – 8 of 8) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemLiteralResult.java673 throwDOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR, in removeNamedItem()
674 XSLTErrorResources.NO_MODIFICATION_ALLOWED_ERR); in removeNamedItem()
692 throwDOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR, in removeNamedItemNS()
693 XSLTErrorResources.NO_MODIFICATION_ALLOWED_ERR); in removeNamedItemNS()
709 throwDOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR, in setNamedItem()
710 XSLTErrorResources.NO_MODIFICATION_ALLOWED_ERR); in setNamedItem()
726 throwDOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR, in setNamedItemNS()
727 XSLTErrorResources.NO_MODIFICATION_ALLOWED_ERR); in setNamedItemNS()
755 throwDOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR, in appendChild()
756 XSLTErrorResources.NO_MODIFICATION_ALLOWED_ERR); in appendChild()
[all …]
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMNamedNodeMap.java163 throw new DTMException(DTMException.NO_MODIFICATION_ALLOWED_ERR); in setNamedItem()
183 throw new DTMException(DTMException.NO_MODIFICATION_ALLOWED_ERR); in removeNamedItem()
242 throw new DTMException(DTMException.NO_MODIFICATION_ALLOWED_ERR); in setNamedItemNS()
268 throw new DTMException(DTMException.NO_MODIFICATION_ALLOWED_ERR); in removeNamedItemNS()
DDTMNodeProxy.java234 throw new DTMDOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR); in setPrefix()
316 throw new DTMDOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR); in setNodeValue()
494 throw new DTMDOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR); in insertBefore()
510 throw new DTMDOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR); in replaceChild()
524 throw new DTMDOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR); in removeChild()
538 throw new DTMDOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR); in appendChild()
823 throw new DTMDOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR); in importNode()
/external/python/cpython3/Lib/xml/dom/
D__init__.py50 NO_MODIFICATION_ALLOWED_ERR = 7 variable
95 code = NO_MODIFICATION_ALLOWED_ERR
/external/python/cpython2/Lib/xml/dom/
D__init__.py49 NO_MODIFICATION_ALLOWED_ERR = 7 variable
94 code = NO_MODIFICATION_ALLOWED_ERR
/external/apache-xml/src/main/java/org/apache/xalan/res/
DXSLTErrorResources.java461 public static final String NO_MODIFICATION_ALLOWED_ERR = field in XSLTErrorResources
1315 { NO_MODIFICATION_ALLOWED_ERR, in getContents()
/external/python/cpython2/Doc/library/
Dxml.dom.rst971 | :const:`NO_MODIFICATION_ALLOWED_ERR` | :exc:`NoModificationAllowedErr` |
/external/python/cpython3/Doc/library/
Dxml.dom.rst954 | :const:`NO_MODIFICATION_ALLOWED_ERR` | :exc:`NoModificationAllowedErr` |