XML4Ada95
Version 0.9
What is XML4Ada95?
Installation
How-To
API
Download
About
News
Guide
API documentation
General notes
Implementation
ImplementationLS
Node
Element
Attr
Text
CDATASection
EntityReference
Entity
ProcessingInstruction
Comment
Document
DocumentType
DocumentFragment
Notation
CharacterData
Parser
Serializer
NodeList
item
get_length
NamedNodeMap
Error
Locator
Interfacing Ada95/C++
Papers
Links
Contact
Questions? Comments? Rants? Tips?
e-Mail to denny@nodix.de
COUNTER
NodeList - item
Specification
function
item
(Self :
in
DOMNodeList
;
index :
in
Unsigned_Long)
return
DOMNode
;
Description
Returns the indexth item in the collection. If index is greater than or equal to the number of nodes in the list, this returns null.
Parameters
index
Index into the collection.
Return value
The
node
at the indexth position in the NodeList, or null if that is not a valid index.
Exceptions
This method raises no exceptions.
Standard
Introduced in
DOM Level 1
.
item
get_length
e-Mail:
denny@nodix.de
design shareright © 2002 Phlash
inhalt © 2003-04 Zdenko Denny Vrandecic
last update: 14.01.2004 website created by XML4Ada95 DocGen