Searched refs:nodeValue (Results 1 – 3 of 3) sorted by relevance
267 String nodeValue = node.getNodeValue(); in printCharacterData() local268 boolean separateLine = nodeValue.indexOf('\n') != -1; in printCharacterData()273 mOut.append(nodeValue); in printCharacterData()
300 public void setNodeValue(String nodeValue) throws DOMException { in setNodeValue() argument
269 String nodeValue = currentNode.getNodeValue(); in computeTextReplaceLength() local271 int lineEnd = nodeValue.indexOf('\n', relativeOffset); in computeTextReplaceLength()273 lineEnd = nodeValue.length(); in computeTextReplaceLength()