|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.xml.utils.res.StringArrayWrapper
public class StringArrayWrapper
It is a mutable object to wrap the String[] used in the contents of the XResourceBundle class
Field Summary | |
---|---|
private java.lang.String[] |
m_string
|
Constructor Summary | |
---|---|
StringArrayWrapper(java.lang.String[] arg)
|
Method Summary | |
---|---|
int |
getLength()
|
java.lang.String |
getString(int index)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.lang.String[] m_string
Constructor Detail |
---|
public StringArrayWrapper(java.lang.String[] arg)
Method Detail |
---|
public java.lang.String getString(int index)
public int getLength()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |