|
Class: NodeSet (in XML)
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
accessing
-
characterData
-
answer the character data of all my nodes
-
characterDataOfEach
-
answer a collection where the elements are the character data of each of my nodes
navigation
-
/ elementName
-
XPath like processing - answer all my elements' child elements named elementName
-
// elementName
-
XPath like processing - traverse the tree of all my elements and answer any subelements named elementName
-
/@ attributeName
-
XPath like processing - answer all my elements' attributes named attributeName
-
@ attributeName
-
XPath like processing - if singleton set, answer an value of
atribute named attributeName, error otherwise.
This method is used in libsvn
|