Searched refs:setNodeValueInternal (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DCharacterDataImpl.java96 /** Convenience wrapper for calling setNodeValueInternal when
99 protected void setNodeValueInternal (String value) { method in class:CharacterDataImpl
100 setNodeValueInternal(value, false);
110 protected void setNodeValueInternal(String value, boolean replace) { method in class:CharacterDataImpl
143 setNodeValueInternal(value);
252 setNodeValueInternal(value, replace);
305 setNodeValueInternal(value, replace);
H A DRangeImpl.java661 ((TextImpl)cloneCurrent).setNodeValueInternal(
663 ((TextImpl)fStartContainer).setNodeValueInternal(

Completed in 35 milliseconds