xpath/trunk/XMLv2__XPathRootNode.st
changeset 0 5057afe1ec87
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/xpath/trunk/XMLv2__XPathRootNode.st	Tue Apr 08 19:47:42 2008 +0000
@@ -0,0 +1,23 @@
+"{ Package: 'stx:goodies/xmlsuite/xpath' }"
+
+"{ NameSpace: XMLv2 }"
+
+XPathNode subclass:#XPathRootNode
+	instanceVariableNames:''
+	classVariableNames:''
+	poolDictionaries:''
+	category:'XML Suite-XPath'
+!
+
+
+!XPathRootNode methodsFor:'queries'!
+
+type
+    ^ #root.
+! !
+
+!XPathRootNode class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /opt/data/cvs/stx/goodies/xmlsuite/xpath/XMLv2__XPathRootNode.st,v 1.1 2006-09-28 16:17:10 vranyj1 Exp $'
+! !