Comment


Comment org.w3c.dom

Java 1.4

A Comment node represents a comment in an XML document. The content of the comment (i.e. the text between <!-- and --> ) is available with the getdata( ) method inherited from CharacterData , or through the getNodeValue( ) method inherited from Node . This content may be manipulated using the various methods inherited from CharacterData

Figure 21-4. org.w3c.dom.Comment

 public interface  Comment  extends CharacterData { } 

Returned By

Document.createComment( )



Java In A Nutshell
Java In A Nutshell, 5th Edition
ISBN: 0596007736
EAN: 2147483647
Year: 2004
Pages: 1220

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net