| java.lang.Object org.eclipse.pde.internal.ui.editor.contentassist.XMLContentAssistText
XMLContentAssistText | public class XMLContentAssistText (Code) | | Content assist text is any contiguous segment of text that can be
construed as the beginning of a element document node prior to invoking
content assist at the end of it.
|
getStartOffset | public int getStartOffset()(Code) | | the fStartOffset |
parse | public static XMLContentAssistText parse(int offset, IDocument document)(Code) | | Parses document for content assist text.
Parameters: offset - The document offset to start scanning backward from Parameters: document - The document new content assist text if found; otherwise, returns null. |
|
|