|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.xml.serializer.dom3.DOMStringListImpl
final class DOMStringListImpl
This class implemets the DOM Level 3 Core interface DOMStringList.
Field Summary | |
---|---|
private java.util.Vector |
fStrings
|
Constructor Summary | |
---|---|
DOMStringListImpl()
Construct an empty list of DOMStringListImpl |
|
DOMStringListImpl(java.lang.String[] params)
Construct an empty list of DOMStringListImpl |
|
DOMStringListImpl(java.util.Vector params)
Construct an empty list of DOMStringListImpl |
Method Summary | |
---|---|
void |
add(java.lang.String param)
DOM Internal: Add a DOMString to the list. |
boolean |
contains(java.lang.String param)
|
int |
getLength()
|
java.lang.String |
item(int index)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.util.Vector fStrings
Constructor Detail |
---|
DOMStringListImpl()
DOMStringListImpl(java.util.Vector params)
DOMStringListImpl(java.lang.String[] params)
Method Detail |
---|
public java.lang.String item(int index)
item
in interface org.w3c.dom.DOMStringList
org.apache.xerces.dom3.DOMStringList#item(int)
public int getLength()
getLength
in interface org.w3c.dom.DOMStringList
org.apache.xerces.dom3.DOMStringList#getLength()
public boolean contains(java.lang.String param)
contains
in interface org.w3c.dom.DOMStringList
org.apache.xerces.dom3.DOMStringList#contains(String)
public void add(java.lang.String param)
DOMString
to the list.
domString
- A string to add to the list
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |