c.beginElement( "a", "foo.com" );
c.beginElement( "b", "default.com" );
c.beginElement( "c", "bar.com" );
Assert.assertTrue(
x.xmlText( options ).equals( "<foo:a><b><bar:c/></b></foo:a>" ) );
}
private static class Content implements ContentHandler, LexicalHandler
{
public void startDocument ( ) throws SAXException