From 93fea4d99c64b1a1101d6489ca824c43f23d6227 Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Tue, 25 Nov 2003 16:05:59 +0000 Subject: *** empty log message *** --- sources/scala/xml/AttributedNode.scala | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sources/scala/xml/AttributedNode.scala b/sources/scala/xml/AttributedNode.scala index 608a0c96e1..78b97fb0fd 100644 --- a/sources/scala/xml/AttributedNode.scala +++ b/sources/scala/xml/AttributedNode.scala @@ -3,6 +3,7 @@ package scala.xml ; abstract class AttributedNode extends Node { val attribHashCode:int; -def attributes:Map[String,String]; +def attributes:scala.collection.Map[String,String]; +def toXML = Utility.toXML(this); } -- cgit v1.2.3