Methods Summary |
---|
public int | getLength()The number of XSObjects in the XSObjectList .
The range of valid child object indices is 0 to length-1
inclusive.
|
public com.sun.org.apache.xerces.internal.xs.XSObject | item(int index)Returns the index th item in the collection or
null if index is greater than or equal to
the number of objects in the list. The index starts at 0.
|
public com.sun.org.apache.xerces.internal.xs.XSObject | itemByName(java.lang.String namespace, java.lang.String localName)Retrieves an XSObject specified by local name and
namespace URI.
Per XML Namespaces, applications must use the value null as the
namespace parameter for methods if they wish to specify
no namespace.
|