|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XMLSource
This is the interface for a source of XML characters.
Method Summary | |
---|---|
char |
charAt(int offset)
A character at a specific offset in the source |
int |
length()
The length (number of characters) in the source |
java.lang.String |
substring(int start,
int end)
A piece of text between two offsets. |
Method Detail |
---|
int length()
char charAt(int offset)
java.lang.String substring(int start, int end)
Note: start <= end
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |