org.apache.xml.utils.res

Class StringArrayWrapper

public class StringArrayWrapper extends Object

It is a mutable object to wrap the String[] used in the contents of the XResourceBundle class
Constructor Summary
StringArrayWrapper(String[] arg)
Method Summary
intgetLength()
StringgetString(int index)

Constructor Detail

StringArrayWrapper

public StringArrayWrapper(String[] arg)

Method Detail

getLength

public int getLength()

getString

public String getString(int index)
Copyright © 2005 Apache XML Project. All Rights Reserved.