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.7 date: 2015/06/14 17:11:05
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.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Thu, 28 Mar 2024 17:38:45 GMT