< prev index next >

test/javax/xml/jaxp/functional/org/w3c/dom/ptests/CommentTest.java

Print this page

        

*** 46,51 **** protected CharacterData createCharacterData(String text) throws IOException, SAXException, ParserConfigurationException { Document document = createNewDocument(); return document.createComment(text); } } - --- 46,50 ----
< prev index next >