|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.pdark.decentxml.Location.ReusableXMLSource
public static class Location.ReusableXMLSource
Field Summary | |
---|---|
java.lang.String |
source
|
Constructor Summary | |
---|---|
Location.ReusableXMLSource()
|
Method Summary | |
---|---|
char |
charAt(int offset)
A character at a specific offset in the source |
int |
length()
The length (number of characters) in the source |
java.lang.String |
substring(int start,
int end)
A piece of text between two offsets. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String source
Constructor Detail |
---|
public Location.ReusableXMLSource()
Method Detail |
---|
public char charAt(int offset)
XMLSource
charAt
in interface XMLSource
public int length()
XMLSource
length
in interface XMLSource
public java.lang.String substring(int start, int end)
XMLSource
Note: start <= end
substring
in interface XMLSource
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |