Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xml/utils/
DUnImplNode.java1077 public void deleteData(int offset, int count) throws DOMException in deleteData() method in UnImplNode
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMNodeProxy.java1055 public final void deleteData(int offset, int count) throws DOMException in deleteData() method in DTMNodeProxy
/external/python/cpython3/Lib/xml/dom/
Dminidom.py1066 def deleteData(self, offset, count): member in CharacterData
/external/python/cpython2/Lib/xml/dom/
Dminidom.py988 def deleteData(self, offset, count): member in CharacterData