Searched refs:appendData (Results 1 - 9 of 9) sorted by relevance

/libcore/luni/src/main/java/org/w3c/dom/
H A DCharacterData.java93 public void appendData(String arg) method in interface:CharacterData
/libcore/dom/src/test/java/org/w3c/domts/level1/core/
H A Dcharacterdataappenddata.java31 * The "appendData(arg)" method appends a string to the end
35 * of the first employee. The appendData(arg) method is
77 child.appendData(", Esquire");
H A Dcharacterdataappenddatagetdata.java31 * On successful invocation of the "appendData(arg)"
36 * of the first employee. The appendData(arg) method is
77 child.appendData(", Esquire");
H A Dhc_characterdataappenddata.java31 * The "appendData(arg)" method appends a string to the end
35 * of the first employee. The appendData(arg) method is
76 child.appendData(", Esquire");
H A Dhc_characterdataappenddatagetdata.java31 * On successful invocation of the "appendData(arg)"
36 * of the first employee. The appendData(arg) method is
76 child.appendData(", Esquire");
H A Dcharacterdataappenddatanomodificationallowederr.java31 * The "appendData(arg)" method raises a NO_MODIFICATION_ALLOWED_ERR
35 * from the entity reference and execute the "appendData(arg)" method.
92 ((CharacterData) /*Node */entElementContent).appendData("newString");
H A DcharacterdataappenddatanomodificationallowederrEE.java31 * Create an ent3 entity reference and call appendData on a text child, should thrown a NO_MODIFICATION_ALLOWED_ERR.
79 ((CharacterData) /*Node */entText).appendData("newString");
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
H A DCharacterDataImpl.java42 public void appendData(String arg) throws DOMException { method in class:CharacterDataImpl
/libcore/luni/src/main/java/org/apache/harmony/xml/parsers/
H A DDocumentBuilderImpl.java346 textNode.appendData(text);

Completed in 215 milliseconds