git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_20_2-maintain@195845
13f79535-47bb-0310-9956-
ffa450edef68
/*
* $Id$
- * Copyright (C) 2001 The Apache Software Foundation. All rights reserved.
+ * Copyright (C) 2001-2003 The Apache Software Foundation. All rights reserved.
* For details on use and redistribution please refer to the
* LICENSE file included with these sources.
*/
}
public String toString() {
- return textBuffer.toString();
+ if (textBuffer != null) {
+ return textBuffer.toString();
+ } else {
+ return null;
+ }
}
public String getName() {