Uses of Class
nu.xom.Comment
Packages that use Comment
Package
Description
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 contains
classes that convert XOM documents to other
models such as SAX and DOM.nu.xom.tests contains the JUnit
based test suite for XOM.-
Uses of Comment in nu.xom
Modifier and TypeMethodDescriptionComment.copy()Returns a deep copy of thisCommentobject which contains the same text, but does not have any parent.Modifier and TypeMethodDescriptionprotected voidWrites a comment onto the output stream using the current options. -
Uses of Comment in nu.xom.converters
Methods in nu.xom.converters that return Comment -
Uses of Comment in nu.xom.tests
Methods in nu.xom.tests with parameters of type CommentModifier and TypeMethodDescriptionstatic voidXOMTestCase.assertEquals(String message, Comment expected, Comment actual) Asserts that two comment nodes are equal.static voidXOMTestCase.assertEquals(Comment expected, Comment actual) Asserts that two comment nodes are equal.