|
SageTV Platform V7.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectsage.media.rss.CharacterReference
sage.media.rss.CharacterReferenceEx
class CharacterReferenceEx
Extended character entity reference. Handles kernels within other strings, just for lookup purposes.
| Field Summary | |
|---|---|
protected int |
mEnd
The ending point in the string. |
protected int |
mStart
The starting point in the string. |
| Fields inherited from class sage.media.rss.CharacterReference |
|---|
mCharacter, mKernel |
| Constructor Summary | |
|---|---|
CharacterReferenceEx()
Zero args constructor. |
|
| Method Summary | |
|---|---|
int |
compare(java.lang.Object that)
Compare one reference to another. |
java.lang.String |
getKernel()
Get this CharacterReference's kernel. |
void |
setEnd(int end)
Set the supposed ending point. |
void |
setStart(int start)
Set the starting point of the kernel. |
| Methods inherited from class sage.media.rss.CharacterReference |
|---|
compareTo, getCharacter, setCharacter, setKernel, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected int mStart
protected int mEnd
| Constructor Detail |
|---|
public CharacterReferenceEx()
| Method Detail |
|---|
public void setStart(int start)
public void setEnd(int end)
public java.lang.String getKernel()
getKernel in class CharacterReferencepublic int compare(java.lang.Object that)
org.htmlparser.util.sort.Ordered
|
SageTV Platform V7.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||