fVector = v; fLength = v.size();
Construct an XSNamespaceItemList implementationparamarray the data arrayparamlength the number of elements fArray = array; fLength = length;
fArray = array; fLength = length;
The number of Objects in the list. The range of valid child node indices is 0 to length-1 inclusive. return fLength;
Objects
length-1
return fLength;
if (index < 0 || index >= fLength) return null; if (fVector != null) { return (XSNamespaceItem)fVector.elementAt(index); } return fArray[index];