Uses of Class

nu.xom.Comment

Packages that use Comment
nu.xom nu.xom is the core package of XOM that contains all the basic classes representing the different kinds of nodes: elements, attributes, comments, text nodes, and so forth. 
nu.xom.converters nu.xom.converters contains classes that convert XOM documents to other models such as SAX and DOM. 
nu.xom.tests nu.xom.tests contains the JUnit based test suite for XOM. 
 

Uses of Comment in nu.xom
 

Methods in nu.xom with parameters of type Comment
protected  voidSerializer.write(Comment comment)

           Writes a comment onto the output stream using the current options.
 

Constructors in nu.xom with parameters of type Comment
Comment(Comment comment)

           Creates a new comment that's a copy of its argument.
 

Uses of Comment in nu.xom.converters
 

Methods in nu.xom.converters that return Comment
static CommentDOMConverter.convert(org.w3c.dom.Comment comment)

           Translates a DOM org.w3c.dom.Comment object into an equivalent nu.xom.Comment object.
 

Uses of Comment in nu.xom.tests
 

Methods in nu.xom.tests with parameters of type Comment
static voidXOMTestCase.assertEquals(Comment expected, Comment actual)

           Asserts that two comment nodes are equal.
static voidXOMTestCase.assertEquals(String message, Comment expected, Comment actual)

           Asserts that two comment nodes are equal.
 



Copyright 2002-2005 Elliotte Rusty Harold

elharo@metalab.unc.edu