|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RepositioningInfo | |
gate | |
gate.corpora | |
gate.html | |
gate.xml |
Uses of RepositioningInfo in gate |
Methods in gate with parameters of type RepositioningInfo | |
abstract void |
DocumentFormat.unpackMarkup(Document doc,
RepositioningInfo repInfo,
RepositioningInfo ampCodingInfo)
|
Uses of RepositioningInfo in gate.corpora |
Methods in gate.corpora with parameters of type RepositioningInfo | |
void |
TextualDocumentFormat.unpackMarkup(Document doc,
RepositioningInfo repInfo,
RepositioningInfo ampCodingInfo)
|
void |
XmlDocumentFormat.unpackMarkup(Document doc,
RepositioningInfo repInfo,
RepositioningInfo ampCodingInfo)
Unpack the markup in the document. |
private void |
XmlDocumentFormat.parseDocumentWithoutURL(Document aDocument,
RepositioningInfo repInfo,
RepositioningInfo ampCodingInfo)
Called from unpackMarkup() if the document have been created from a string |
void |
HtmlDocumentFormat.unpackMarkup(Document doc,
RepositioningInfo repInfo,
RepositioningInfo ampCodingInfo)
Unpack the markup in the document. |
private void |
DocumentImpl.correctRepositioningForCRLFInXML(String content,
RepositioningInfo info)
Correct repositioning information for substitution of "\r\n" with "\n" |
private void |
DocumentImpl.collectInformationForAmpCodding(String content,
RepositioningInfo info,
boolean shouldCorrectCR)
Collect information for substitution of "&xxx;" with "y" It couldn't be collected a position information about some unicode and &-coded symbols during parsing. |
private void |
DocumentImpl.collectInformationForWS(String content,
RepositioningInfo info)
HTML parser perform substitution of multiple whitespaces (WS) with a single WS. |
Constructors in gate.corpora with parameters of type RepositioningInfo | |
RepositioningInfo.PositionInfo(long orig,
long origLen,
long curr,
long currLen)
The only constructor. |
Uses of RepositioningInfo in gate.html |
Fields in gate.html declared as RepositioningInfo | |
private RepositioningInfo |
HtmlDocumentHandler.reposInfo
Keep the refference to this structure |
private RepositioningInfo |
HtmlDocumentHandler.ampCodingInfo
Keep the refference to this structure |
Methods in gate.html that return RepositioningInfo | |
RepositioningInfo |
HtmlDocumentHandler.getRepositioningInfo()
Return current RepositioningInfo object |
RepositioningInfo |
HtmlDocumentHandler.getAmpCodingInfo()
Return current RepositioningInfo object for ampersand coding. |
Methods in gate.html with parameters of type RepositioningInfo | |
void |
HtmlDocumentHandler.setRepositioningInfo(RepositioningInfo info)
Set repositioning information structure refference. |
void |
HtmlDocumentHandler.setAmpCodingInfo(RepositioningInfo info)
Set repositioning information structure refference for ampersand coding. |
Uses of RepositioningInfo in gate.xml |
Fields in gate.xml declared as RepositioningInfo | |
private RepositioningInfo |
XmlDocumentHandler.reposInfo
Keep the refference to this structure |
private RepositioningInfo |
XmlDocumentHandler.ampCodingInfo
Keep the refference to this structure |
Methods in gate.xml that return RepositioningInfo | |
RepositioningInfo |
XmlDocumentHandler.getRepositioningInfo()
Return current RepositioningInfo object |
RepositioningInfo |
XmlDocumentHandler.getAmpCodingInfo()
Return current RepositioningInfo object for ampersand coding. |
Methods in gate.xml with parameters of type RepositioningInfo | |
void |
XmlDocumentHandler.setRepositioningInfo(RepositioningInfo info)
Set repositioning information structure refference. |
void |
XmlDocumentHandler.setAmpCodingInfo(RepositioningInfo info)
Set repositioning information structure refference for ampersand coding. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |