< prev index next >

test/javax/xml/jaxp/unittest/transform/DocumentExtFunc.java

Print this page

        

*** 31,36 **** public static String test(NodeList list) { Node node = list.item(0); return "["+node.getNodeName() + ":" + node.getTextContent()+"]"; } } - --- 31,35 ----
< prev index next >