A B C D E F G H I J L M N O P R S T U V W X

G

generate(String, Object) - Method in interface org.eclipse.jet.JET1TemplateManager.ITemplateRunner
Execute a JET1 template
generate(JET2Context, JET2Writer) - Method in interface org.eclipse.jet.JET2Template
Execute the template against the input contained in the JET2Context, and writing the result to the JET2Writer.
generate(String, JET2Context, JET2Writer) - Method in interface org.eclipse.jet.JET2TemplateManager.ITemplateRunner
Execute a JET2 template
getActiveBaseLocations() - Method in exception org.eclipse.jet.core.parser.RecursiveIncludeException
Return the base locations of the active templates.
getActiveTemplatePaths() - Method in exception org.eclipse.jet.core.parser.RecursiveIncludeException
Return the template paths of the active templates.
getAdapter(Class) - Method in class org.eclipse.jet.BodyContentWriter
 
getAdapter(Class) - Method in interface org.eclipse.jet.BufferedJET2Writer
Adapt the writer to the given class.
getAllJETBundleDescriptors() - Method in interface org.eclipse.jet.transform.IJETBundleManager
Return descriptions of all available JET transforms.
getAllReferencedTagLibraryIds() - Method in interface org.eclipse.jet.compiler.IJETCompilerState
Deprecated.  
getAllTransformIds() - Method in interface org.eclipse.jet.transform.IJETBundleManager
Return an array of transform available ids.
getAnnotationManager() - Method in class org.eclipse.jet.xpath.Context
Return the context's annotation manager
getAnnotationObject(Object) - Method in interface org.eclipse.jet.xpath.IAnnotationManager
Return the annotation object corresponding to the model object.
getAst() - Method in class org.eclipse.jet.compiler.JET2ASTElement
Deprecated. Return the AST root object
getAst() - Method in class org.eclipse.jet.core.parser.ast.JETASTElement
Return the AST root object
getAttribute(String) - Method in class org.eclipse.jet.taglib.AbstractCustomTag
 
getAttribute(String) - Method in interface org.eclipse.jet.taglib.CustomTag
Return the processed value of the tag attribute (with dynamic XPath expressions already resolved.
getAttribute(String) - Method in class org.eclipse.jet.taglib.TagInfo
Return the value of an attribute.
getAttributeDefinition(String) - Method in interface org.eclipse.jet.taglib.TagDefinition
Return the definition of the named attribute
getAttributeDefinitions() - Method in interface org.eclipse.jet.taglib.TagDefinition
Return a list of attribute definitions for this tag
getAttributeNames() - Method in class org.eclipse.jet.taglib.TagInfo
Return an array of attribute names
getAttributes() - Method in class org.eclipse.jet.compiler.JET2Directive
Deprecated. Return a Map the delegate attribute names to values
getAttributes() - Method in class org.eclipse.jet.compiler.XMLElement
Deprecated. Return a read-only map of the attributes (name to value map)
getAttributes() - Method in class org.eclipse.jet.core.parser.ast.JETDirective
Return a Map the directive attribute names to values
getAttributes() - Method in class org.eclipse.jet.core.parser.ast.XMLElement
Return a read-only map of the attributes (name to value map)
getAttributes(Object) - Method in interface org.eclipse.jet.xpath.inspector.IElementInspector
Return all the attributes for the given contextNode.
getAttributeValue(Object, String) - Method in class org.eclipse.jet.XPathContextExtender
Return the value of the named attribute on the passed element.
getBaseLocation() - Method in interface org.eclipse.jet.core.parser.ITemplateInput
Return the base URL of the input
getBaseLocation() - Method in exception org.eclipse.jet.core.parser.RecursiveIncludeException
Return the base location at which the recursion was detected.
getBaseLocations() - Method in class org.eclipse.jet.core.parser.AbstractTemplateResolver
 
getBaseLocations() - Method in interface org.eclipse.jet.core.parser.ITemplateResolver
Return the base locations from which the template resolver will load templates
getBaseLocationURI() - Method in class org.eclipse.jet.core.parser.ast.IncludedContent
Return the base location URI of the template
getBaseTransformID() - Method in class org.eclipse.jet.ui.newproject.NewJETProjectPage2
 
getBaseURL() - Method in interface org.eclipse.jet.transform.IJETBundleDescriptor
Return the base URL of from which all bundle content may be accessed.
getBaseURL(String) - Method in class org.eclipse.jet.transform.TransformContextExtender
Return the base URL to use given an urlContext constant.
getBodyElements() - Method in class org.eclipse.jet.compiler.JET2CompilationUnit
Deprecated. Return a List of JET2 AST element (@link JETASTElement} instances.
getBodyElements() - Method in class org.eclipse.jet.compiler.XMLBodyElement
Deprecated. Return a read-only list of JET2 elements contained by this element.
getBodyElements() - Method in class org.eclipse.jet.core.parser.ast.IncludedContent
Return a read-only list of JET elements contained by this element.
getBodyElements() - Method in class org.eclipse.jet.core.parser.ast.JETCompilationUnit
Return a List of JET2 AST element (@link JETASTElement} instances.
getBodyElements() - Method in class org.eclipse.jet.core.parser.ast.XMLBodyElement
Return a read-only list of JET2 elements contained by this element.
getBooleanOption(Map, String) - Static method in class org.eclipse.jet.core.compiler.JETCompilerOptions
Return the value of a boolean option, or the default value of the option if not specified in the pass options map
getBuildModel() - Method in class org.eclipse.jet.ui.newproject.NewProjectWizard
 
getBundleDescriptor() - Method in class org.eclipse.jet.transform.TransformContextExtender
Return the bundle descriptor of the JET transform bundle.
getChildElement() - Method in exception org.eclipse.jet.xpath.inspector.InvalidChildException
 
getChildren() - Method in class org.eclipse.jet.ContextLogEntry
Return the array of child log entries
getChildren(Object) - Method in interface org.eclipse.jet.xpath.inspector.INodeInspector
Return the child nodes of the context node.
getCol() - Method in class org.eclipse.jet.ContextLogEntry
Return the column number associated with the entry
getCol() - Method in class org.eclipse.jet.taglib.TagInfo
Return the one-based column number of the start of the tag withing the tag's start line.
getColOffset() - Method in class org.eclipse.jet.compiler.Problem
Deprecated.  
getColOffset() - Method in class org.eclipse.jet.core.parser.ast.Problem
 
getColumn() - Method in class org.eclipse.jet.compiler.JET2ASTElement
Deprecated. Return the column number (one-based) at which the element starts.
getColumn() - Method in class org.eclipse.jet.core.parser.ast.JETASTElement
Return the column number (one-based) at which the element starts.
getCommentEnd() - Method in class org.eclipse.jet.compiler.Comment
Deprecated.  
getCommentEnd() - Method in class org.eclipse.jet.core.parser.ast.Comment
 
getCommentStart() - Method in class org.eclipse.jet.compiler.Comment
Deprecated.  
getCommentStart() - Method in class org.eclipse.jet.core.parser.ast.Comment
 
getCommentText() - Method in class org.eclipse.jet.compiler.Comment
Deprecated. Return the comment text
getCommentText() - Method in class org.eclipse.jet.core.parser.ast.Comment
Return the comment text
getContainer() - Method in class org.eclipse.jet.taglib.workspace.WorkspaceContextExtender
Get the top most container from the default containers stack without doing a pop.
getContainerForPackage(IPath, String) - Static method in class org.eclipse.jet.taglib.java.JavaActionsUtil
Return the IFolder corresponding to the given Java package name.
getContent() - Method in class org.eclipse.jet.BodyContentWriter
 
getContent(int, int) - Method in class org.eclipse.jet.BodyContentWriter
 
getContent() - Method in interface org.eclipse.jet.BufferedJET2Writer
Return the buffered content of the writer as a string.
getContent(int, int) - Method in interface org.eclipse.jet.BufferedJET2Writer
Return a ranged of text within the buffered cotnent of the writer.
getContent(Object) - Method in class org.eclipse.jet.XPathContextExtender
Return the string value of the passed object.
getContentLength() - Method in class org.eclipse.jet.BodyContentWriter
 
getContentLength() - Method in interface org.eclipse.jet.BufferedJET2Writer
Return the length of the buffered content.
getContents(IPath) - Static method in class org.eclipse.jet.taglib.TagUtil
Return the contents of the text file refered to by location.
getContentWriter() - Method in interface org.eclipse.jet.taglib.workspace.IWorkspaceActionExtension
Return the buffered JET writer defining the contents to be written.
getContext() - Method in class org.eclipse.jet.AbstractContextExtender
Deprecated. Return the JET2Context that this extender instance is extending.
getContext() - Method in interface org.eclipse.jet.taglib.RuntimeTagElement
Return the context passed to RuntimeTagElement.doStart(JET2Context, JET2Writer).
getContextNode() - Method in class org.eclipse.jet.xpath.Context
 
getContextNodeInspector() - Method in class org.eclipse.jet.xpath.Context
 
getContextPosition() - Method in class org.eclipse.jet.xpath.Context
 
getContextSize() - Method in class org.eclipse.jet.xpath.Context
 
getContextUrl() - Method in interface org.eclipse.jet.runtime.model.ILoadContext
Return the URL of the defined context.
getDefault() - Static method in class org.eclipse.jet.ui.Activator
Returns the shared instance.
getDefaultCompilerOptions() - Static method in class org.eclipse.jet.compiler.JET2Compiler
Deprecated. Use JETCompilerOptions.getDefaultCompilerOptions() instead
getDefaultCompilerOptions() - Static method in class org.eclipse.jet.core.compiler.JETCompilerOptions
Return the default compiler options
getDefaultJavaPackage() - Method in class org.eclipse.jet.ui.newproject.NewJETProjectPage1
 
getDefaultModelLoader(String) - Method in interface org.eclipse.jet.runtime.model.ILoaderManager
Return the default model loader for the given file type.
getDefaultModelLoaderId(String) - Method in interface org.eclipse.jet.runtime.model.ILoaderManager
Return the id of the default model loader for the give file type.
getDefaultPrefix() - Method in interface org.eclipse.jet.taglib.TagLibrary
 
getDefJavaPackage() - Method in class org.eclipse.jet.ui.newproject.NewJETProjectPage1
 
getDelegate() - Method in class org.eclipse.jet.compiler.XMLElement
Deprecated. Return the underlying new AST object to which this one delegates.
getDelegateCU() - Method in class org.eclipse.jet.compiler.JET2CompilationUnit
Deprecated. Return the underlying JETCompilationUnit to which this instance delegates.
getDelegateLoader() - Method in interface org.eclipse.jet.JET2TemplateLoaderExtension
Return the template loader to which this loader will delegate when it cannot find a template.
getDelimiter() - Method in class org.eclipse.jet.taglib.AbstractIteratingTag
Return the current delimiter string.
getDescription() - Method in interface org.eclipse.jet.taglib.TagAttributeDefinition
Return the attribute's description if provided
getDescription() - Method in interface org.eclipse.jet.taglib.TagDefinition
 
getDescription() - Method in interface org.eclipse.jet.taglib.TagLibrary
 
getDescription() - Method in interface org.eclipse.jet.transform.IJETBundleDescriptor
Return a description of the bundle.
getDescriptor(String) - Method in interface org.eclipse.jet.transform.IJETBundleManager
Return the descriptor for a given JET transform.
getDescriptorForProject(String) - Method in interface org.eclipse.jet.transform.IJETBundleManager
Return the descriptor for the give JET project
getDocument() - Method in class org.eclipse.jet.BodyContentWriter
 
getDocument() - Method in interface org.eclipse.jet.JET2Writer
Deprecated. Use BufferedJET2Writer.
getDocumentRoot(Object) - Method in interface org.eclipse.jet.xpath.inspector.INodeInspector
Return the document root for the contenxt node.
getElementName() - Method in exception org.eclipse.jet.xpath.inspector.InvalidChildException
 
getElementName() - Method in exception org.eclipse.jet.xpath.inspector.SimpleElementRequiresValueException
 
getEncoding() - Method in interface org.eclipse.jet.core.parser.ITemplateInput
Return the encoding of the template input
getEnd() - Method in class org.eclipse.jet.compiler.JET2ASTElement
Deprecated. The document relative offset of the first character after the element.
getEnd() - Method in class org.eclipse.jet.compiler.Problem
Deprecated.  
getEnd() - Method in class org.eclipse.jet.core.parser.ast.JETASTElement
The document relative offset of the first character after the element.
getEnd() - Method in class org.eclipse.jet.core.parser.ast.Problem
 
getEndTag() - Method in class org.eclipse.jet.compiler.XMLBodyElement
Deprecated.  
getEndTag() - Method in class org.eclipse.jet.core.parser.ast.XMLBodyElement
 
getEventListeners() - Method in class org.eclipse.jet.BodyContentWriter
 
getEventListeners() - Method in interface org.eclipse.jet.JET2Writer
Return the registered writer event listeners
getException() - Method in class org.eclipse.jet.ContextLogEntry
Return the exception associated with the log entry
getExpression() - Method in class org.eclipse.jet.core.parser.ast.EmbeddedExpression
Return the embedded Expression
getExpressionFactory() - Method in class org.eclipse.jet.JET2Context
Return the expression factory for parsing embedded expressions withing strings.
getExtendedData() - Method in class org.eclipse.jet.AbstractContextExtender
Deprecated.  
getFolderForPackage(IPath, String) - Static method in class org.eclipse.jet.taglib.java.JavaActionsUtil
Deprecated. Use JavaActionsUtil.getContainerForPackage(IPath,String) instead
getFunction() - Method in class org.eclipse.jet.xpath.XPathFunctionMetaData
Return the function implementation
getFunctionResolver() - Method in class org.eclipse.jet.xpath.Context
 
getId() - Method in class org.eclipse.jet.compiler.Problem
Deprecated.  
getId() - Method in class org.eclipse.jet.core.parser.ast.Problem
 
getId() - Method in interface org.eclipse.jet.runtime.model.IModelLoaderDescription
Return the unique identifier of the model loader.
getId() - Method in interface org.eclipse.jet.transform.IJETBundleDescriptor
Return the unique identifier of the bundle.
getId() - Method in class org.eclipse.jet.transform.TransformContextExtender
 
getImageDescriptor(String) - Static method in class org.eclipse.jet.ui.Activator
Returns an image descriptor for the image file at the given plug-in relative path.
getImportManager(JET2Writer) - Static method in class org.eclipse.jet.taglib.java.JavaActionsUtil
Return the imports manager installed in the current writer.
getImportManager(JET2Writer) - Static method in class org.eclipse.jet.taglib.java.JavaImportsUtil
Deprecated. Use JavaActionsUtil.getImportManager(JET2Writer) instead
getImports() - Method in class org.eclipse.jet.compiler.JET2CompilationUnit
Deprecated.  
getImports() - Method in class org.eclipse.jet.core.parser.ast.JETCompilationUnit
 
getIncludedInput(String, ITemplateInput[]) - Method in class org.eclipse.jet.core.parser.AbstractTemplateResolver
 
getIncludedInput(String, ITemplateInput[]) - Method in interface org.eclipse.jet.core.parser.ITemplateResolver
Return the appropriate template input, given a template path, and the current stack of template inputs.
getInput(String) - Method in class org.eclipse.jet.core.parser.AbstractTemplateResolver
 
getInput(String) - Method in interface org.eclipse.jet.core.parser.ITemplateResolver
Return the template input given a template path.
getInspector(Object) - Method in class org.eclipse.jet.xpath.inspector.InspectorManager
 
getInstalledXPathFunctions() - Static method in class org.eclipse.jet.JET2Platform
Return the XPath functions installed by the 'org.eclipse.jet.xpathFunctions' extension point.
getInstance() - Static method in class org.eclipse.jet.compiler.CompileOptionsManager
 
getInstance() - Static method in class org.eclipse.jet.taglib.TagLibraryManager
Return the instance of the tag library manager.
getInstance(JET2Context) - Static method in class org.eclipse.jet.taglib.workspace.WorkspaceContextExtender
Return the workspace context extender for the given JET context.
getInstance(JET2Context) - Static method in class org.eclipse.jet.transform.TransformContextExtender
Return the TransformContextExtender for the passed context.
getInstance() - Static method in class org.eclipse.jet.xpath.inspector.InspectorManager
 
getInstance(JET2Context) - Static method in class org.eclipse.jet.XPathContextExtender
Factory method for XPathContextExtenders
getIntOption(Map, String) - Static method in class org.eclipse.jet.core.compiler.JETCompilerOptions
Return the value of an integer option, or the default value of the option if not specified in the pass options map
getJavaContent() - Method in class org.eclipse.jet.compiler.JavaElement
Deprecated. Return the Java content of the element
getJavaContent() - Method in class org.eclipse.jet.core.parser.ast.JavaElement
Return the Java content of the element
getJavaEnd() - Method in class org.eclipse.jet.compiler.JavaElement
Deprecated. The document relative offset of the first character after the Java code.
getJavaEnd() - Method in class org.eclipse.jet.core.parser.ast.JavaElement
The document relative offset of the first character after the Java code.
getJavaOutputFolder() - Method in class org.eclipse.jet.ui.newproject.NewJETProjectPage1
 
getJavaStart() - Method in class org.eclipse.jet.compiler.JavaElement
Deprecated. The document relative offset of the Java code within the element.
getJavaStart() - Method in class org.eclipse.jet.core.parser.ast.JavaElement
The document relative offset of the Java code within the element.
getJETBundleId() - Method in class org.eclipse.jet.JET2Context
Return the id of the JET Bundle defining the current template.
getJETBundleManager() - Static method in class org.eclipse.jet.JET2Platform
 
getJETOutputFolder() - Method in class org.eclipse.jet.ui.newproject.NewJETProjectPage1
 
getKind() - Method in class org.eclipse.jet.taglib.AbstractConditionalTag
 
getKind() - Method in class org.eclipse.jet.taglib.AbstractContainerTag
 
getKind() - Method in class org.eclipse.jet.taglib.AbstractEmptyTag
 
getKind() - Method in class org.eclipse.jet.taglib.AbstractFunctionTag
 
getKind() - Method in class org.eclipse.jet.taglib.AbstractIteratingTag
 
getKind() - Method in class org.eclipse.jet.taglib.AbstractOtherTag
 
getKind() - Method in interface org.eclipse.jet.taglib.CustomTag
Return the kind of the custom tag
getKind() - Method in interface org.eclipse.jet.taglib.TagDefinition
Return the tag kind (CustomTagKind).
getKnownLibraryIds() - Method in class org.eclipse.jet.taglib.TagLibraryManager
 
getKnownTagNames() - Method in class org.eclipse.jet.compiler.TagLibraryUsageManager
Deprecated.  
getKnownTagNames() - Method in class org.eclipse.jet.core.parser.ast.TagLibraryUsageManager
 
getLanguage() - Method in class org.eclipse.jet.core.parser.ast.EmbeddedExpression
Return the language of the embedded expression
getLength() - Method in class org.eclipse.jet.BodyContentWriter
 
getLength() - Method in interface org.eclipse.jet.JET2Writer
Deprecated. Use BufferedJET2Writer.getContentLength()
getLibrary(String) - Method in interface org.eclipse.jet.core.parser.ITagLibraryResolver
Return a TagLibrary instance given a tag library ID
getLibraryId() - Method in interface org.eclipse.jet.taglib.TagLibrary
Return the string identifier of the tag library.
getLibraryIdFromPrefix(String) - Method in class org.eclipse.jet.compiler.TagLibraryUsageManager
Deprecated.  
getLibraryIdFromPrefix(String) - Method in class org.eclipse.jet.core.parser.ast.TagLibraryUsageManager
 
getLibraryName() - Method in interface org.eclipse.jet.taglib.TagLibrary
 
getLine() - Method in class org.eclipse.jet.compiler.JET2ASTElement
Deprecated. Return the line (one-based) on which the element starts.
getLine() - Method in class org.eclipse.jet.ContextLogEntry
Return the line number associated with the entry
getLine() - Method in class org.eclipse.jet.core.parser.ast.JETASTElement
Return the line (one-based) on which the element starts.
getLine() - Method in class org.eclipse.jet.taglib.TagInfo
Return the one-based line number of the start of the tag.
getLineNumber() - Method in class org.eclipse.jet.compiler.Problem
Deprecated.  
getLineNumber() - Method in class org.eclipse.jet.core.parser.ast.Problem
 
getLines() - Method in class org.eclipse.jet.compiler.TextElement
Deprecated.  
getLines() - Method in class org.eclipse.jet.core.parser.ast.TextElement
 
getLoader(String, String, String) - Method in interface org.eclipse.jet.runtime.model.ILoaderManager
Find an appropriate loader.
getLoader() - Method in class org.eclipse.jet.transform.TransformContextExtender
 
getLocalPart() - Method in class org.eclipse.jet.xpath.inspector.ExpandedName
 
getLogEntries() - Method in class org.eclipse.jet.JET2Context
 
getMainTemplate() - Method in interface org.eclipse.jet.transform.IJETBundleDescriptor
Return a bundle relative path to the main template for the bundle.
getMaxArgs() - Method in class org.eclipse.jet.xpath.XPathFunctionMetaData
Return the maximum number of arguments or -1 if the function allows unlimited arguments.
getMessage() - Method in class org.eclipse.jet.compiler.Problem
Deprecated.  
getMessage() - Method in class org.eclipse.jet.ContextLogEntry
Return the log entry message
getMessage() - Method in class org.eclipse.jet.core.parser.ast.Problem
 
getMessageArgs() - Method in class org.eclipse.jet.compiler.Problem
Deprecated.  
getMessageArgs() - Method in class org.eclipse.jet.core.parser.ast.Problem
 
getMinArgs() - Method in class org.eclipse.jet.xpath.XPathFunctionMetaData
Return the mininum number of arguments.
getModelExtension() - Method in interface org.eclipse.jet.transform.IJETBundleDescriptor
Return the model extension that the bundle expects its input to conform to.
getModelLoader(String) - Method in interface org.eclipse.jet.runtime.model.ILoaderManager
Return a model loader
getModelLoaderId() - Method in interface org.eclipse.jet.transform.IJETBundleDescriptor
Return the id of the model loader the bundle expects to use.
getModelLoaderManager() - Static method in class org.eclipse.jet.JET2Platform
Return the model loader manager.
getModelSchema() - Method in interface org.eclipse.jet.transform.IJETBundleDescriptor
Return the URL of model schema defined by the transform.
getName() - Method in class org.eclipse.jet.compiler.JET2Directive
Deprecated. Return the delegate name
getName() - Method in class org.eclipse.jet.compiler.XMLElement
Deprecated. Return the QName of the delegate
getName() - Method in class org.eclipse.jet.core.parser.ast.JETDirective
Return the directive name
getName() - Method in class org.eclipse.jet.core.parser.ast.XMLElement
Return the QName of the element
getName() - Method in interface org.eclipse.jet.runtime.model.ILoadContext
Return the name assigned to the context URL.
getName() - Method in interface org.eclipse.jet.runtime.model.IModelLoaderDescription
Return the descriptive name of the model laoder.
getName() - Method in interface org.eclipse.jet.taglib.TagAttributeDefinition
Return the attribute's name
getName() - Method in interface org.eclipse.jet.taglib.TagDefinition
Return the name of the tag as it is registered in the tag library
getName() - Method in interface org.eclipse.jet.transform.IJETBundleDescriptor
Return the bundle's descriptive name.
getName() - Method in class org.eclipse.jet.xpath.XPathFunctionMetaData
Return the function name, as used in XPath expressions.
getNamedAttribute(Object, ExpandedName) - Method in interface org.eclipse.jet.xpath.inspector.IElementInspector
Return the named attribute for the given contextNode.
getNamedChildren(Object, ExpandedName) - Method in interface org.eclipse.jet.xpath.inspector.INodeInspectorExtension1
Return the named children element for the given contextNode.
getNamespace() - Method in class org.eclipse.jet.xpath.XPathFunctionMetaData
Return the namespace of the function.
getNamespaceContext() - Method in interface org.eclipse.jet.xpath.XPath
 
getNamespaceURI() - Method in class org.eclipse.jet.xpath.inspector.ExpandedName
 
getNamespaceURI(String) - Method in interface org.eclipse.jet.xpath.NamespaceContext
 
getNextElement() - Method in class org.eclipse.jet.compiler.JET2ASTElement
Deprecated.  
getNextElement() - Method in class org.eclipse.jet.compiler.XMLBodyElement
Deprecated.  
getNextElement() - Method in class org.eclipse.jet.core.parser.ast.IncludedContent
 
getNextElement() - Method in class org.eclipse.jet.core.parser.ast.JETASTElement
 
getNextElement() - Method in class org.eclipse.jet.core.parser.ast.XMLBodyElement
 
getNoCompiles() - Method in class org.eclipse.jet.compiler.JET2Compiler
Deprecated.  
getNodeKind(Object) - Method in interface org.eclipse.jet.xpath.inspector.INodeInspector
Return the XPath node kind of the passed object.
getNSPrefix() - Method in class org.eclipse.jet.compiler.XMLElement
Deprecated. Return the XML Namespace prefixe of the delegate
getNSPrefix() - Method in class org.eclipse.jet.core.parser.ast.XMLElement
Return the XML Namespace prefixe of the element
getOptions(IProject) - Static method in class org.eclipse.jet.compiler.CompileOptionsManager
 
getOptionsForProject(IProject) - Method in class org.eclipse.jet.compiler.CompileOptionsManager
 
getOriginatingFileName() - Method in class org.eclipse.jet.compiler.Problem
Deprecated.  
getOriginatingFileName() - Method in class org.eclipse.jet.core.parser.ast.Problem
 
getOut() - Method in class org.eclipse.jet.taglib.AbstractCustomTag
 
getOut() - Method in interface org.eclipse.jet.taglib.CustomTag
Return the writer to which the tag will write.
getOutputEncoding() - Method in class org.eclipse.jet.core.parser.ast.JETCompilationUnit
Return the output encoding for the template
getOutputJavaClassName() - Method in class org.eclipse.jet.compiler.JET2CompilationUnit
Deprecated. Return the unqualified name of the Java class into which the compilation unit will be compiled.
getOutputJavaClassName() - Method in class org.eclipse.jet.core.parser.ast.JETCompilationUnit
Return the unqualified name of the Java class into which the compilation unit will be compiled.
getOutputJavaPackage() - Method in class org.eclipse.jet.compiler.JET2CompilationUnit
Deprecated. Return the name of the Java package to which the compilation unit will be compiled.
getOutputJavaPackage() - Method in class org.eclipse.jet.core.parser.ast.JETCompilationUnit
Return the name of the Java package to which the compilation unit will be compiled.
getOverridesId() - Method in interface org.eclipse.jet.transform.IJETBundleDescriptor
Return the id of a JET bundle that this bundle overrides.
getParent() - Method in class org.eclipse.jet.compiler.JET2ASTElement
Deprecated.  
getParent() - Method in class org.eclipse.jet.core.parser.ast.JETASTElement
 
getParent() - Method in class org.eclipse.jet.taglib.AbstractCustomTag
 
getParent() - Method in interface org.eclipse.jet.taglib.CustomTag
Return the parent tag.
getParent(Object) - Method in interface org.eclipse.jet.xpath.inspector.INodeInspector
Return the parent of the passed object
getParentElement() - Method in exception org.eclipse.jet.xpath.inspector.InvalidChildException
 
getParentElement() - Method in exception org.eclipse.jet.xpath.inspector.SimpleElementRequiresValueException
 
getParentWriter() - Method in class org.eclipse.jet.BodyContentWriter
 
getParentWriter() - Method in interface org.eclipse.jet.JET2Writer
Return the parent of this writer, if it was created via JET2Writer.newNestedContentWriter().
getPositions(String) - Method in class org.eclipse.jet.BodyContentWriter
 
getPositions(String) - Method in interface org.eclipse.jet.JET2Writer
Deprecated. Use BufferedJET2Writer.getAdapter(Class) to return an IDocument, and then use IDocument.getPositions(String).
getPreferenceStore() - Method in class org.eclipse.jet.ui.Activator
Return the prefence store shared by ui and core plugins.
getPrefix() - Method in interface org.eclipse.jet.taglib.TagLibraryReference
Return the prefix that is mapped to the tag library.
getPrevElement() - Method in class org.eclipse.jet.compiler.JET2ASTElement
Deprecated.  
getPrevElement() - Method in class org.eclipse.jet.compiler.XMLBodyElementEnd
Deprecated.  
getPrevElement() - Method in class org.eclipse.jet.core.parser.ast.JETASTElement
 
getPrevElement() - Method in class org.eclipse.jet.core.parser.ast.XMLBodyElementEnd
 
getPrivateData(String) - Method in class org.eclipse.jet.JET2Context
Return private data associated with the key.
getProblems() - Method in class org.eclipse.jet.compiler.JET2CompilationUnit
Deprecated. Return a list of problems discovered in the compilation unit
getProblems() - Method in class org.eclipse.jet.core.parser.ast.JETCompilationUnit
Return a list of problems discovered in the compilation unit
getProblemSeverity() - Method in class org.eclipse.jet.compiler.Problem
Deprecated. Return the problem severity
getProblemSeverity() - Method in class org.eclipse.jet.core.parser.ast.Problem
Return the problem severity
getProjectDescription(String) - Static method in class org.eclipse.jet.JET2Platform
Return the bundle description for the named JET project
getProjectForId(String) - Method in interface org.eclipse.jet.transform.IJETBundleManager
Return the Workspace project name for the given JET transform id.
getProjectName() - Method in class org.eclipse.jet.ui.newproject.NewProjectInfo
Return the currently set project Name.
getProvider() - Method in interface org.eclipse.jet.transform.IJETBundleDescriptor
Return the name of the entity that created the bundle.
getRawAttribute(String) - Method in class org.eclipse.jet.taglib.AbstractCustomTag
 
getRawAttribute(String) - Method in interface org.eclipse.jet.taglib.CustomTag
Return the 'raw' value of the named tag attribute.
getRawText() - Method in class org.eclipse.jet.compiler.TextElement
Deprecated.  
getRawText() - Method in class org.eclipse.jet.core.parser.ast.TextElement
 
getReader() - Method in interface org.eclipse.jet.core.parser.ITemplateInput
Return a reader for the template input.
getResource() - Method in interface org.eclipse.jet.taglib.workspace.IWorkspaceAction
Returns the workspace resource with which the action is associated.
getResourceForJavaResource(IPath, String, String) - Static method in class org.eclipse.jet.taglib.java.JavaActionsUtil
 
getSeverity() - Method in class org.eclipse.jet.compiler.Problem
Deprecated. Use Problem.getProblemSeverity() instead.
getSeverity() - Method in class org.eclipse.jet.ContextLogEntry.Builder
Returnt the severity for the log entry
getSeverity() - Method in class org.eclipse.jet.ContextLogEntry
Return the severity of the entry
getShellContext() - Static method in class org.eclipse.jet.JET2Platform
Return the value of the shell context, suitable for passing to TransformContextExtender.setShellContext(Object).
getShellContext() - Method in class org.eclipse.jet.transform.TransformContextExtender
Return the current shell context or null if none is set
getSource() - Method in class org.eclipse.jet.JET2Context
Return the source object for the transformation.
getStart() - Method in class org.eclipse.jet.compiler.JET2ASTElement
Deprecated. The document relative offset of the start of the element.
getStart() - Method in class org.eclipse.jet.compiler.Problem
Deprecated.  
getStart() - Method in class org.eclipse.jet.core.parser.ast.JETASTElement
The document relative offset of the start of the element.
getStart() - Method in class org.eclipse.jet.core.parser.ast.Problem
 
getStartTag() - Method in class org.eclipse.jet.compiler.XMLBodyElementEnd
Deprecated.  
getStartTag() - Method in class org.eclipse.jet.core.parser.ast.XMLBodyElementEnd
 
getStringOption(Map, String) - Static method in class org.eclipse.jet.core.compiler.JETCompilerOptions
Return the value of a string option, or the default value of the option if not specified in the pass options map
getTagDefinition(String) - Method in class org.eclipse.jet.compiler.TagLibraryUsageManager
Deprecated. Return the TagDefinition of the selected tag.
getTagDefinition() - Method in class org.eclipse.jet.compiler.XMLElement
Deprecated.  
getTagDefinition(String) - Method in class org.eclipse.jet.core.parser.ast.TagLibraryUsageManager
Return the TagDefinition of the selected tag.
getTagDefinition() - Method in class org.eclipse.jet.core.parser.ast.XMLElement
 
getTagDefinition(String) - Method in interface org.eclipse.jet.taglib.TagLibrary
Return the TagDefinition for the named tag.
getTagFactory() - Method in class org.eclipse.jet.JET2Context
 
getTagInfo() - Method in class org.eclipse.jet.ContextLogEntry
Return the tag information associated with the entry
getTagInfo() - Method in interface org.eclipse.jet.taglib.RuntimeTagElement
Return the tag context set by RuntimeTagElement.setTagInfo(TagInfo).
getTagInfo() - Method in class org.eclipse.jet.taglib.workspace.AbstractWorkspaceAction
 
getTagInfo() - Method in class org.eclipse.jet.taglib.workspace.AbstractWorkspaceAction2
 
getTagInfo() - Method in interface org.eclipse.jet.taglib.workspace.IWorkspaceAction
Returns the Tag information of the tag that originated this action.
getTagLibrary() - Method in interface org.eclipse.jet.taglib.TagDefinition
Return the TagLibrary that contains this tag definition.
getTagLibrary(String) - Method in class org.eclipse.jet.taglib.TagLibraryManager
Find the TabLibrary declaration given the tag library id.
getTagLibrary(String, boolean) - Method in class org.eclipse.jet.taglib.TagLibraryManager
Return the tag library declaration given the tag library id.
getTagLibrary() - Method in interface org.eclipse.jet.taglib.TagLibraryReference
Return the TagLibrary description object.
getTagLibraryId() - Method in interface org.eclipse.jet.taglib.TagLibraryReference
Return the tag library id.
getTagLibraryReferences() - Method in class org.eclipse.jet.compiler.JET2CompilationUnit
Deprecated. Return an array of tag libraries referenced by this template.
getTagLibraryReferences() - Method in class org.eclipse.jet.compiler.TagLibraryUsageManager
Deprecated.  
getTagLibraryReferences() - Method in class org.eclipse.jet.core.parser.ast.JETCompilationUnit
Return an array of tag libraries referenced by this template.
getTagLibraryReferences() - Method in class org.eclipse.jet.core.parser.ast.TagLibraryUsageManager
 
getTagLibraryReferences() - Method in interface org.eclipse.jet.transform.IJETBundleDescriptor
Return an array containing the tag libraries imported by the bundle.
getTagName() - Method in class org.eclipse.jet.taglib.TagInfo
Return the tag name, as specified in the input, complete with namespace prefix.
getTagNames() - Method in interface org.eclipse.jet.taglib.TagLibrary
Return a sort array of tags in the library
getTagNCName() - Method in class org.eclipse.jet.compiler.XMLElement
Deprecated. Return the NCName (unqualified name) of the delegate.
getTagNCName() - Method in class org.eclipse.jet.core.parser.ast.XMLElement
Return the NCName (unqualified name) of the element.
getTemplate(String) - Method in interface org.eclipse.jet.JET2TemplateLoader
Return an instance of the specified template, or null.
getTemplateFolder() - Method in class org.eclipse.jet.ui.newproject.NewJETProjectPage1
 
getTemplateFromClass(String) - Method in interface org.eclipse.jet.compiler.IJETCompilerState
Deprecated. Return the project relative template name given a fully qualified class name.
getTemplateLoader(String) - Method in interface org.eclipse.jet.transform.IJETBundleManager
Return the JET2TemplateLoader instance for the specified JET Transform.
getTemplateLoader() - Method in class org.eclipse.jet.ui.newproject.NewJETProjectPage2
 
getTemplateLoaderClass() - Method in interface org.eclipse.jet.transform.IJETBundleDescriptor
Return the template loader class for the bundle.
getTemplateMap() - Method in interface org.eclipse.jet.compiler.IJETCompilerState
Deprecated. Return a map of fully qualified Java class names keyed by project relative template path (as a string).
getTemplatePath() - Method in class org.eclipse.jet.ContextLogEntry
Return the template path associated with the log entry
getTemplatePath() - Method in class org.eclipse.jet.core.parser.ast.IncludedContent
Return the template Path of the include content
getTemplatePath() - Method in interface org.eclipse.jet.core.parser.ITemplateInput
Return the template Path of the input.
getTemplatePath() - Method in exception org.eclipse.jet.core.parser.RecursiveIncludeException
Return the template path that would have caused the recursion.
getTemplatePath() - Method in class org.eclipse.jet.JET2Context
Return the path for the executing template.
getTemplatePath() - Method in class org.eclipse.jet.taglib.workspace.AbstractWorkspaceAction
 
getTemplatePath() - Method in class org.eclipse.jet.taglib.workspace.AbstractWorkspaceAction2
 
getTemplatePath() - Method in interface org.eclipse.jet.taglib.workspace.IWorkspaceAction
Returns the path of the template that originated this action.
getTemplatePath() - Method in class org.eclipse.jet.transform.TransformContextExtender
Return the path of the current executing template
getTemplateResolverHelper(URI) - Method in interface org.eclipse.jet.core.parser.ITemplateResolverHelperFactory
Return a template resolver helper for the base location.
getText() - Method in class org.eclipse.jet.compiler.TextElement
Deprecated. Return the text content
getText() - Method in class org.eclipse.jet.core.parser.ast.TextElement
Return the text content
getTransformDescription() - Method in class org.eclipse.jet.ui.newproject.NewJETProjectPage2
 
getTransformID() - Method in class org.eclipse.jet.ui.newproject.NewJETProjectPage2
 
getTransformName() - Method in class org.eclipse.jet.ui.newproject.NewJETProjectPage2
 
getType() - Method in interface org.eclipse.jet.taglib.TagAttributeDefinition
Return the attributes's type
getVariable(String) - Method in class org.eclipse.jet.JET2Context
Return the value of a context variable
getVariableResolver() - Method in class org.eclipse.jet.xpath.Context
 
getVariables() - Method in class org.eclipse.jet.JET2Context
Return a map of all variables currently defined in the context.
getVersion() - Method in interface org.eclipse.jet.transform.IJETBundleDescriptor
Return the bundle version string.
getWriter() - Method in interface org.eclipse.jet.taglib.RuntimeTagElement
Return the writer passed to RuntimeTagElement.doStart(JET2Context, JET2Writer).
getXPathFunctionResolver() - Method in interface org.eclipse.jet.xpath.XPath
 
getXPathVariableResolver() - Method in interface org.eclipse.jet.xpath.XPath
 
grpExtensions - Variable in class org.eclipse.jet.ui.newproject.NewJETProjectPage2Controls
 

Copyright 2006 IBM Corporation and others.
All Rights Reserved.
A B C D E F G H I J L M N O P R S T U V W X