xpath/trunk/XMLv2__XPathExpression.st
changeset 35 b70630fb532b
parent 24 9a2db6739a5a
--- a/xpath/trunk/XMLv2__XPathExpression.st	Mon Dec 01 07:59:15 2008 +0000
+++ b/xpath/trunk/XMLv2__XPathExpression.st	Mon Dec 01 15:14:07 2008 +0000
@@ -3,7 +3,7 @@
 "{ NameSpace: XMLv2 }"
 
 OrderedCollection subclass:#XPathExpression
-	instanceVariableNames:'absolute parent startPosition stopPosition'
+	instanceVariableNames:'absolute parent startPosition stopPosition line'
 	classVariableNames:''
 	poolDictionaries:''
 	category:'XML Suite-XPath'
@@ -24,6 +24,18 @@
     "Created: / 16-11-2007 / 08:35:44 / janfrog"
 !
 
+line
+    ^ line
+
+    "Created: / 01-12-2008 / 16:00:15 / Jan Vrany <vranyj1@fel.cvut.cz>"
+!
+
+line:anInteger
+    line := anInteger.
+
+    "Created: / 01-12-2008 / 16:00:15 / Jan Vrany <vranyj1@fel.cvut.cz>"
+!
+
 nodeTypeIcon
 
     ^nil