org.eclipse.jst.jsf.context.structureddocument
Interface IStructuredDocumentContextFactory
- All Known Subinterfaces:
- IStructuredDocumentContextFactory2
public interface IStructuredDocumentContextFactory
A factory method for constructing context objects related to
SSE structured documents.
May be sub-classed or implemented by clients
INSTANCE
static final IStructuredDocumentContextFactory INSTANCE
- The default singleton instance of the factory
getContext
IStructuredDocumentContext getContext(ITextViewer textViewer,
int documentPosition)
- Parameters:
textViewer
- -- the text viewer where the context existsdocumentPosition
- -- the absolute position of the context relative to textViewer
- Returns:
- a context for a given text viewer and document position within the
document model of that text viewer or null if one cannot be determined.
getContext
IStructuredDocumentContext getContext(IDocument document,
int documentPosition)
- Parameters:
document
- -- the documentdocumentPosition
- -- the absolute position of the context relative to the document
- Returns:
- a context for the document model or null if one cannot be determined
getContext
IStructuredDocumentContext getContext(IDocument document,
org.w3c.dom.Node node)
- Parameters:
document
- -- the document modelnode
- -- the DOM node within the document
- Returns:
- a context for the document model and dom node or null if one cannot
be determined