Assert.assertEquals(content, node.getTextContent());
}
private void checkNodes(Node node, int position)
{
OdfTextListStyle theStyle;
OdfTextListLevelStyleBullet bullet;
OdfTextListLevelStyleNumber number;
TextListLevelStyleElementBase base;
int i = 0;
theStyle = (OdfTextListStyle) node;
Assert.assertTrue("Style name " +
theStyle.getStyleNameAttribute() + " incorrect",
theStyle.getStyleNameAttribute().equals("list" + position));
node = node.getFirstChild();
while (node != null)
{
Assert.assertTrue("More nodes than specifiers",