XSNamedMap
interface are used to
represent immutable collections of XML Schema components that can be
accessed by name. Note that XSNamedMap
does not inherit from
XSObjectList
. The XSObject
s in
XSNamedMap
s are not maintained in any particular order.
Modifier and Type | Method and Description |
---|---|
public int | |
public XSObject | Returns: TheXSObject at the index th
position in the XSObjectList , or null if
the index specified is not valid.index into the collection. index)Returns the |
public XSObject | Returns: AXSObject (of any type) with the specified local
name and namespace URI, or null if they do not
identify any object in this map.The namespace URI of the namespace, String XSObject to
retrieve, or null if the XSObject has no
namespace.The local name of the localName)XSObject to
retrieve.Retrieves an |
getLength | back to summary |
---|---|
public int getLength() The number of |
item | back to summary |
---|---|
public XSObject item(int index) Returns the
|
itemByName | back to summary |
---|---|
public XSObject itemByName(String namespace, String localName) Retrieves an
|