Searched refs:splitText (Results 1 - 16 of 16) sorted by relevance

/libcore/luni/src/main/java/org/w3c/dom/
H A DText.java58 public Text splitText(int offset) method in interface:Text
/libcore/dom/src/test/java/org/w3c/domts/level1/core/
H A Dhc_textindexsizeerroffsetoutofbounds.java31 * The "splitText(offset)" method raises an
36 * third employee and invoke the "splitText(offset)" method.
81 splitNode = textNode.splitText(300);
H A Dhc_textsplittextfour.java31 * The "splitText(offset)" method returns the new Text node.
34 * first employee and invoke the "splitText(offset)" method.
75 splitNode = textNode.splitText(30);
H A Dhc_textsplittextone.java31 * The "splitText(offset)" method breaks the Text node into
36 * third employee and invoke the "splitText(offset)" method.
77 splitNode = textNode.splitText(7);
H A Dhc_textsplittextthree.java31 * After the "splitText(offset)" method breaks the Text node
36 * third employee and invoke the "splitText(offset)" method.
77 splitNode = textNode.splitText(6);
H A Dhc_textsplittexttwo.java31 * After the "splitText(offset)" method breaks the Text node
36 * third employee and invoke the "splitText(offset)" method.
76 splitNode = textNode.splitText(5);
H A Dtextindexsizeerroffsetoutofbounds.java31 * The "splitText(offset)" method raises an
36 * third employee and invoke the "splitText(offset)" method.
82 splitNode = textNode.splitText(300);
H A Dtextsplittextfour.java31 * The "splitText(offset)" method returns the new Text node.
34 * first employee and invoke the "splitText(offset)" method.
76 splitNode = textNode.splitText(30);
H A DtextsplittextnomodificationallowederrEE.java31 * Create an ent3 reference and execute the "splitText(offset)" method.
75 splitNode = ((Text) /*Node */entText).splitText(2);
H A Dtextsplittextone.java31 * The "splitText(offset)" method breaks the Text node into
36 * third employee and invoke the "splitText(offset)" method.
78 splitNode = textNode.splitText(7);
H A Dtextsplittextthree.java31 * After the "splitText(offset)" method breaks the Text node
36 * third employee and invoke the "splitText(offset)" method.
78 splitNode = textNode.splitText(6);
H A Dtextsplittexttwo.java31 * After the "splitText(offset)" method breaks the Text node
36 * third employee and invoke the "splitText(offset)" method.
77 splitNode = textNode.splitText(5);
H A Dhc_textindexsizeerrnegativeoffset.java31 * The "splitText(offset)" method raises an
36 * third employee and invoke the "splitText(offset)" method.
85 splitNode = textNode.splitText(-69);
H A Dtextindexsizeerrnegativeoffset.java31 * The "splitText(offset)" method raises an
36 * third employee and invoke the "splitText(offset)" method.
86 splitNode = textNode.splitText(-69);
H A Dtextsplittextnomodificationallowederr.java31 * The "splitText(offset)" method raises a
37 * Text Node of the entity reference and execute the "splitText(offset)" method.
95 splitNode = ((Text) /*Node */entElementText).splitText(2);
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
H A DTextImpl.java49 public final Text splitText(int offset) throws DOMException { method in class:TextImpl

Completed in 148 milliseconds