Package de.pdark.decentxml
Class XMLStringBufferSource
- java.lang.Object
-
- de.pdark.decentxml.XMLStringBufferSource
-
-
Constructor Summary
Constructors Constructor Description XMLStringBufferSource(java.lang.StringBuffer data)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description charcharAt(int offset)A character at a specific offset in the sourceintlength()The length (number of characters) in the sourcejava.lang.Stringsubstring(int start, int end)A piece of text between two offsets.
-