xpath/XMLv2__XPathNodeTypeTest.st
author Jan Vrany <jan.vrany@fit.cvut.cz>
Fri, 05 Feb 2016 02:32:40 +0000
changeset 303 04365cd0296b
parent 296 ea3dbc023c80
permissions -rw-r--r--
Added .hgignore

"{ Package: 'stx:goodies/xmlsuite/xpath' }"

"{ NameSpace: XMLv2 }"

Object subclass:#XPathNodeTypeTest
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'XML Suite-XPath'
!


!XPathNodeTypeTest methodsFor:'filtering'!

filterNodeSet:aNodeSet
    ^aNodeSet.
! !

!XPathNodeTypeTest class methodsFor:'documentation'!

version
    ^ '$Header: /opt/data/cvs/stx/goodies/xmlsuite/xpath/XMLv2__XPathNodeTypeTest.st,v 1.1 2006-09-28 16:14:55 vranyj1 Exp $'
! !