xom-interest AT lists.ibiblio.org
Subject: XOM API for Processing XML with Java
List archive
- From: Wolfgang Hoschek <whoschek AT lbl.gov>
- To: xom-interest AT lists.ibiblio.org
- Subject: [XOM-interest] Text.copy
- Date: Thu, 25 Nov 2004 11:47:35 -0800
How about avoiding verification on copy in Text? It is unnecessary since the text has already been verified before.
It's straightforward:
public Node copy() {
if (isCDATASection()) {
return new CDATASection(this);
}
else {
return build(data);
// return new Text(this);
}
}
-
[XOM-interest] Text.copy,
Wolfgang Hoschek, 11/25/2004
-
Re: [XOM-interest] Text.copy,
Wolfgang Hoschek, 11/25/2004
-
Re: [XOM-interest] Text.copy,
Steve Loughran, 11/25/2004
-
Re: [XOM-interest] Text.copy,
Wolfgang Hoschek, 11/25/2004
- Re: [XOM-interest] Text.copy, Steve Loughran, 11/25/2004
- Re: [XOM-interest] Text.copy, Elliotte Harold, 11/25/2004
-
Re: [XOM-interest] Text.copy,
Wolfgang Hoschek, 11/25/2004
- Re: [XOM-interest] Text.copy, Elliotte Harold, 11/25/2004
-
Re: [XOM-interest] Text.copy,
Steve Loughran, 11/25/2004
-
Re: [XOM-interest] Text.copy,
Elliotte Harold, 11/25/2004
-
Re: [XOM-interest] Text.copy,
Wolfgang Hoschek, 11/25/2004
- Re: [XOM-interest] Text.copy, Elliotte Harold, 11/25/2004
-
Re: [XOM-interest] Text.copy,
Wolfgang Hoschek, 11/25/2004
-
Re: [XOM-interest] Text.copy,
Wolfgang Hoschek, 11/25/2004
Archive powered by MHonArc 2.6.24.