public class XmlSchemaObjectCollection extends Object
Constructor and Description |
---|
XmlSchemaObjectCollection()
Creates new XmlSchemaObjectCollection
|
Modifier and Type | Method and Description |
---|---|
void |
add(XmlSchemaObject item) |
boolean |
contains(XmlSchemaObject item) |
int |
getCount() |
XmlSchemaObject |
getItem(int i) |
Iterator |
getIterator() |
int |
indexOf(XmlSchemaObject item) |
void |
remove(XmlSchemaObject item) |
void |
removeAt(int index) |
void |
setItem(int i,
XmlSchemaObject item) |
String |
toString(String prefix,
int tab) |
public XmlSchemaObjectCollection()
public int getCount()
public XmlSchemaObject getItem(int i)
public void setItem(int i, XmlSchemaObject item)
public void add(XmlSchemaObject item)
public boolean contains(XmlSchemaObject item)
public int indexOf(XmlSchemaObject item)
public void remove(XmlSchemaObject item)
public void removeAt(int index)
public Iterator getIterator()
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.