xpath/trunk/XMLv2__XPathASTNode.st
changeset 0 5057afe1ec87
equal deleted inserted replaced
-1:000000000000 0:5057afe1ec87
       
     1 "{ Package: 'stx:goodies/xmlsuite/xpath' }"
       
     2 
       
     3 "{ NameSpace: XMLv2 }"
       
     4 
       
     5 Perseus::ASTNode subclass:#XPathASTNode
       
     6 	instanceVariableNames:''
       
     7 	classVariableNames:''
       
     8 	poolDictionaries:''
       
     9 	category:'XML Suite-XPath'
       
    10 !
       
    11 
       
    12 
       
    13 !XPathASTNode class methodsFor:'documentation'!
       
    14 
       
    15 version
       
    16     ^ '$Header: /opt/data/cvs/stx/goodies/xmlsuite/xpath/XMLv2__XPathASTNode.st,v 1.1 2007-11-15 18:52:09 vranyj1 Exp $'
       
    17 ! !