Package de.pdark.decentxml
Class Location.ReusableXMLSource
- java.lang.Object
-
- de.pdark.decentxml.Location.ReusableXMLSource
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
source
-
Constructor Summary
Constructors Constructor Description ReusableXMLSource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description char
charAt(int offset)
A character at a specific offset in the sourceint
length()
The length (number of characters) in the sourcejava.lang.String
substring(int start, int end)
A piece of text between two offsets.
-