Uses of Class nu.xom.Comment

Uses in package nu.xom.tests

Methods with parameter type nu.xom.Comment

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

Uses in package nu.xom

Constructors with parameter type nu.xom.Comment

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

Methods with parameter type nu.xom.Comment

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

Uses in package nu.xom.converters

Methods with return type nu.xom.Comment

Comment
DOMConverter.convert(org.w3c.dom.Comment comment)
Translates a DOM org.w3c.dom.Comment object into an equivalent nu.xom.Comment object.

Copyright 2002-2005 Elliotte Rusty Harold
elharo@metalab.unc.edu