From a3164a1079b2caf136b629cd8614fe1a73215469 Mon Sep 17 00:00:00 2001 From: kitfox Date: Sat, 29 Sep 2012 05:21:33 +0000 Subject: Now avoiding reentering XML parser when USE tags reference other documents. git-svn-id: https://svn.java.net/svn/svgsalamander~svn/trunk/svg-core@126 7dc7fa77-23fb-e6ad-8e2e-c86bd48ed22b --- src/main/java/com/kitfox/svg/SVGElement.java | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/main/java/com/kitfox/svg/SVGElement.java') diff --git a/src/main/java/com/kitfox/svg/SVGElement.java b/src/main/java/com/kitfox/svg/SVGElement.java index 7398ea9..4375a89 100644 --- a/src/main/java/com/kitfox/svg/SVGElement.java +++ b/src/main/java/com/kitfox/svg/SVGElement.java @@ -391,14 +391,14 @@ abstract public class SVGElement implements Serializable */ public void loaderEndElement(SVGLoaderHelper helper) throws SVGParseException { - try - { - build(); - } - catch (SVGException se) - { - throw new SVGParseException(se); - } +// try +// { +// build(); +// } +// catch (SVGException se) +// { +// throw new SVGParseException(se); +// } } /** -- cgit v1.2.3-55-g7522