git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194689
13f79535-47bb-0310-9956-
ffa450edef68
}
public Document getDocument() {
- return doc;
+ return doc;
}
public Point2D getDimension(Point2D view) {
public abstract String getNameSpace();
+ public String getDocumentNamespace() {
+ return getNameSpace();
+ }
+
protected static HashMap ns = new HashMap();
static {
ns.put("xlink", "http://www.w3.org/1999/xlink");
Point2D size = child.getDimension(new Point2D.Float(-1, -1));
Document doc = child.getDocument();
- String ns = child.getNameSpace();
+ String ns = child.getDocumentNamespace();
children = null;
ForeignObject foreign = new ForeignObject(doc, ns);