|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ChunkedString | |
---|---|
com.funambol.util |
Uses of ChunkedString in com.funambol.util |
---|
Methods in com.funambol.util that return ChunkedString | |
---|---|
ChunkedString |
ChunkedString.getNextChunk(java.lang.String sep)
Gets the next chunk, using the given separator, as another ChunkedString, without allocating memory. |
ChunkedString |
ChunkedString.getNextChunk(java.lang.String[] sep)
Gets the smallest chunk, using one of the given separators, as a ChunkedString. |
static ChunkedString |
XmlUtil.getTagValue(ChunkedString xml,
java.lang.String tag)
Make a String by value of tag. |
ChunkedString[] |
ChunkedString.split(java.lang.String sep)
Split the string into an array of strings using one of the separator in 'sep'. |
ChunkedString |
ChunkedString.substring(int newStart)
Creates a new ChunkedString from the specified indexes. |
ChunkedString |
ChunkedString.substring(int newStart,
int newEnd)
Creates a new ChunkedString from the specified indexes. |
Methods in com.funambol.util with parameters of type ChunkedString | |
---|---|
static int |
XmlUtil.getTag(ChunkedString xml,
java.lang.String tag)
Return the index of tag, validating also the presence of the end tag. |
static java.util.Hashtable |
XmlUtil.getTagAttributes(ChunkedString xml,
java.lang.String tag)
|
static ChunkedString |
XmlUtil.getTagValue(ChunkedString xml,
java.lang.String tag)
Make a String by value of tag. |
static java.util.Vector |
XmlUtil.getTagValues(ChunkedString xmlInput,
java.lang.String tag)
Return a Vector of String with tags matching the search tag. |
int |
ChunkedString.indexOf(ChunkedString s)
Returns the index within this chunk of the first occurrence of the specified substring. |
Constructors in com.funambol.util with parameters of type ChunkedString | |
---|---|
ChunkedString(ChunkedString cs)
Creates a ChunkedString from another ChunkedString and two indexes relative to the chunk |
|
ChunkedString(ChunkedString cs,
int a,
int b)
Creates a ChunkedString from another ChunkedString and two indexes relative to the chunk |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |