Home
last modified time | relevance | path

Searched refs:NO_MODIFICATION_ALLOWED_ERR (Results 1 – 6 of 6) 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/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/chromium-trace/catapult/third_party/flot/
Dexcanvas.min.js1 …MENT_ERR=4;X.INVALID_CHARACTER_ERR=5;X.NO_DATA_ALLOWED_ERR=6;X.NO_MODIFICATION_ALLOWED_ERR=7;X.NOT…
Dexcanvas.js1408 p.NO_MODIFICATION_ALLOWED_ERR = 7;