Location.ReusableXMLSource
, XMLIOSource
, XMLStringBufferSource
, XMLStringBuilderSource
, XMLStringSource
public interface XMLSource
Modifier and Type | Method | 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.
|
int length()
char charAt(int offset)
String substring(int start, int end)
Note: start <= end
Copyright © 2008–2019. All rights reserved.