Uses of Class nu.xom.Text

Uses in package nu.xom.converters

Methods with return type nu.xom.Text

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

Uses in package nu.xom.tests

Methods with parameter type nu.xom.Text

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

Uses in package nu.xom

Constructors with parameter type nu.xom.Text

Text.Text(Text text)
Creates a copy of the specified Text object.

Methods with parameter type nu.xom.Text

void
Writes a Text object onto the output stream using the current options.

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