|
GATE Version 3.1-2270 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgate.corpora.DocumentContentImpl
public class DocumentContentImpl
Represents the commonalities between all sorts of document contents.
Constructor Summary | |
---|---|
DocumentContentImpl()
Default construction |
|
DocumentContentImpl(String s)
For ranges |
|
DocumentContentImpl(URL u,
String encoding,
Long start,
Long end)
Contruction from URL and offsets. |
Method Summary | |
---|---|
boolean |
equals(Object other)
Two documents are the same if their contents is the same |
DocumentContent |
getContent(Long start,
Long end)
The contents under a particular span. |
String |
getOriginalContent()
Return the original content of the document received during the loading phase or on construction from string. |
int |
hashCode()
Calculate the hash value for the object. |
Long |
size()
The size of this content (e.g. character length for textual content). |
String |
toString()
Returns the String representing the content in case of a textual document. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DocumentContentImpl()
public DocumentContentImpl(URL u, String encoding, Long start, Long end) throws IOException
IOException
public DocumentContentImpl(String s)
Method Detail |
---|
public DocumentContent getContent(Long start, Long end) throws InvalidOffsetException
getContent
in interface DocumentContent
InvalidOffsetException
public String toString()
toString
in class Object
public Long size()
size
in interface DocumentContent
public boolean equals(Object other)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String getOriginalContent()
|
GATE Version 3.1-2270 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |