Package de.pdark.decentxml
Class XMLStringBufferSource
- java.lang.Object
-
- de.pdark.decentxml.XMLStringBufferSource
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.StringBuffer
data
-
Constructor Summary
Constructors Constructor Description XMLStringBufferSource(java.lang.StringBuffer data)
-
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.
-