Uses of Class
nu.xom.Text
Packages that use Text
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 Text in nu.xom
Modifier and TypeMethodDescriptionText.copy()
Returns a deep copy of thisText
with no parent, that can be added to this document or a different one.Modifier and TypeMethodDescriptionprotected void
Writes aText
object onto the output stream using the current options. -
Uses of Text in nu.xom.converters
Methods in nu.xom.converters that return Text -
Uses of Text in nu.xom.tests
Methods in nu.xom.tests with parameters of type TextModifier and TypeMethodDescriptionstatic void
XOMTestCase.assertEquals
(String message, Text expected, Text actual) Asserts that two text nodes are equal.static void
XOMTestCase.assertEquals
(Text expected, Text actual) Asserts that two text nodes are equal.