|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<Property>
com.ibm.di.entry.PropertyMap
public class PropertyMap
Field Summary | |
---|---|
protected static java.lang.String |
COPYRIGHT
|
Fields inherited from class java.util.AbstractList |
---|
modCount |
Method Summary | |
---|---|
void |
add(int pos,
Property prop)
Adds the prop object at the specified position if its type is Property otherwise nothing is added. |
boolean |
add(Property prop)
Adds the prop object if its type is Property otherwise nothing is added |
boolean |
addAll(java.util.Collection<? extends Property> arg0)
Adds only the Property objects to this PropertyMap |
boolean |
addAll(int pos,
java.util.Collection<? extends Property> colection)
Adds only the Property objects to this PropertyMap, starting from the specified position. |
PropertyMap |
cloneMap(Attribute owner)
Clones the PropertyMap and all the Property objects in it. |
int |
getLength()
|
Property |
getNamedItem(java.lang.String name)
Looks up a Property using the specified qualified name. |
Property |
getNamedItemNS(java.lang.String namespaceURI,
java.lang.String localName)
Looks up a Property using the specified namespace URI and localName. |
Property |
item(int index)
|
Property |
removeNamedItem(java.lang.String name)
Removes the Property referenced by the given qualified name |
Property |
removeNamedItemNS(java.lang.String namespaceURI,
java.lang.String localName)
Removes the Property referenced by the given namespace URI and localName |
Property |
setNamedItem(org.w3c.dom.Node property)
Adds a Property using its nodeName attribute. |
Property |
setNamedItemNS(org.w3c.dom.Node property)
Adds a node using its namespaceURI and localName. |
Methods inherited from class java.util.ArrayList |
---|
clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, removeRange, set, size, toArray, toArray, trimToSize |
Methods inherited from class java.util.AbstractList |
---|
equals, hashCode, iterator, listIterator, listIterator, subList |
Methods inherited from class java.util.AbstractCollection |
---|
containsAll, removeAll, retainAll, toString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.List |
---|
containsAll, equals, hashCode, iterator, listIterator, listIterator, removeAll, retainAll, subList |
Field Detail |
---|
protected static final java.lang.String COPYRIGHT
Method Detail |
---|
public int getLength()
getLength
in interface org.w3c.dom.NamedNodeMap
public Property getNamedItem(java.lang.String name)
getNamedItem
in interface org.w3c.dom.NamedNodeMap
public Property getNamedItemNS(java.lang.String namespaceURI, java.lang.String localName) throws DOMException
getNamedItemNS
in interface org.w3c.dom.NamedNodeMap
DOMException
public Property item(int index)
item
in interface org.w3c.dom.NamedNodeMap
public Property removeNamedItem(java.lang.String name) throws DOMException
removeNamedItem
in interface org.w3c.dom.NamedNodeMap
DOMException
public Property removeNamedItemNS(java.lang.String namespaceURI, java.lang.String localName) throws DOMException
removeNamedItemNS
in interface org.w3c.dom.NamedNodeMap
DOMException
public Property setNamedItem(org.w3c.dom.Node property) throws DOMException
setNamedItem
in interface org.w3c.dom.NamedNodeMap
property
- A node to store in a named node map.
DOMException
public Property setNamedItemNS(org.w3c.dom.Node property) throws DOMException
setNamedItemNS
in interface org.w3c.dom.NamedNodeMap
property
- A node to store in a named node map.
DOMException
public PropertyMap cloneMap(Attribute owner)
owner
- - the Attribute object that will be set as the owner of the
newly created Properties
public void add(int pos, Property prop)
add
in interface java.util.List<Property>
add
in class java.util.ArrayList<Property>
public boolean add(Property prop)
add
in interface java.util.Collection<Property>
add
in interface java.util.List<Property>
add
in class java.util.ArrayList<Property>
public boolean addAll(java.util.Collection<? extends Property> arg0)
addAll
in interface java.util.Collection<Property>
addAll
in interface java.util.List<Property>
addAll
in class java.util.ArrayList<Property>
public boolean addAll(int pos, java.util.Collection<? extends Property> colection)
addAll
in interface java.util.List<Property>
addAll
in class java.util.ArrayList<Property>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |