org.apache.xerces.impl.xs.util

Class NSItemListImpl

public class NSItemListImpl extends Object implements XSNamespaceItemList

Containts a list of Object's.

Version: $Id: NSItemListImpl.java,v 1.5 2004/10/06 15:14:50 mrglavas Exp $

Author: Sandy Gao, IBM

UNKNOWN:

Constructor Summary
NSItemListImpl(Vector v)
NSItemListImpl(XSNamespaceItem[] array, int length)
Construct an XSNamespaceItemList implementation
Method Summary
intgetLength()
The number of Objects in the list.
XSNamespaceItemitem(int index)

Constructor Detail

NSItemListImpl

public NSItemListImpl(Vector v)

NSItemListImpl

public NSItemListImpl(XSNamespaceItem[] array, int length)
Construct an XSNamespaceItemList implementation

Parameters: array the data array length the number of elements

Method Detail

getLength

public int getLength()
The number of Objects in the list. The range of valid child node indices is 0 to length-1 inclusive.

item

public XSNamespaceItem item(int index)
Copyright © 1999-2005 Apache XML Project. All Rights Reserved.