eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'XML::NodeSet':

Home

Documentation
www.exept.de
Everywhere
for:
[back]

Class: NodeSet (in XML)


Inheritance:

   Object
   |
   +--Collection
      |
      +--SequenceableCollection
         |
         +--OrderedCollection
            |
            +--XML::NodeSet

Package:
stx:goodies/xml/vw
Category:
XML-VW-Nodes
Version:
rev: 1.12 date: 2021/01/20 15:28:07
user: cg
file: XML__NodeSet.st directory: goodies/xml/vw
module: stx stc-classLibrary: vw

Instance protocol:

accessing
o  characterData
answer the character data of all my nodes

o  characterDataOfEach
answer a collection where the elements are the character data of each of my nodes

navigation
o  / elementName
XPath like processing - answer all my elements' child elements named elementName

o  // elementName
XPath like processing - traverse the tree of all my elements and answer any subelements named elementName

o  /@ attributeName
XPath like processing - answer all my elements' attributes named attributeName

o  @ attributeName
XPath like processing - if singleton set, answer an value of
atribute named attributeName, error otherwise.
This method is used in libsvn



ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Mon, 18 Nov 2024 02:54:34 GMT