public class XMLStringSource extends Object implements XMLSource
Constructor and Description |
---|
XMLStringSource(String data) |
Modifier and Type | Method and Description |
---|---|
char |
charAt(int offset)
A character at a specific offset in the source
|
int |
length()
The length (number of characters) in the source
|
String |
substring(int start,
int end)
A piece of text between two offsets.
|
public XMLStringSource(String data)
Copyright © 2008–2021. All rights reserved.