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

A

abbreviation - Variable in class org.gramar.extension.TemplatingExtension
The default abbreviation (namespace) to use when referencing specific custom tags and xpath functions in this platform extension
AddElementTag - Class in org.gramar.base.tag
 
AddElementTag() - Constructor for class org.gramar.base.tag.AddElementTag
 
addFunction(DefinedFunction) - Method in class org.gramar.extension.TemplatingExtension
 
addKnownGramar(String) - Method in interface org.gramar.IPluginSource
Tells the receiver that a pattern with the specified ID exists and is retrievable.
addKnownGramar(String) - Method in class org.gramar.plugin.PluginSource
 
addModel(String, Document) - Method in class org.gramar.context.GramarContext
 
addModel(String, Document) - Method in interface org.gramar.IGramarContext
Adds a secondary DOM to the context and associates the Document object at the root of that model with the given variable name.
addPluginSource(IPluginSource) - Method in interface org.gramar.IGramarPlatform
 
addPluginSource(IPluginSource) - Method in class org.gramar.platform.GramarPlatform
 
addTemplatingExtension(ITemplatingExtension) - Method in interface org.gramar.IGramarPlatform
Caches the given extension for later use
addTemplatingExtension(ITemplatingExtension) - Method in class org.gramar.platform.GramarPlatform
 
AddTextElementTag - Class in org.gramar.base.tag
 
AddTextElementTag() - Constructor for class org.gramar.base.tag.AddTextElementTag
 
addUpdate(UpdateResource) - Method in class org.gramar.filestore.FileStore
 
addUpdate(UpdateResource) - Method in interface org.gramar.IFileStore
Add an update request to the set of changes that need to be made as a result of applying this gramar
addUserRegion(UserRegion) - Method in class org.gramar.resource.MergeStream
 
append(SourceRegion) - Method in class org.gramar.ast.SourceRegion
 
append(String) - Method in class org.gramar.resource.MergeStream
 
append(MergeStream) - Method in class org.gramar.resource.MergeStream
 
Apply - Class in org.gramar
Command line tool to apply a gramar to a model.
Apply() - Constructor for class org.gramar.Apply
 
apply(String[]) - Method in class org.gramar.Apply
 
apply(IModel, IGramar) - Method in interface org.gramar.IGramarPlatform
 
apply(IModel, String) - Method in interface org.gramar.IGramarPlatform
 
apply(IModel, IGramar, IFileStore) - Method in interface org.gramar.IGramarPlatform
 
apply(IModel, String, IFileStore) - Method in interface org.gramar.IGramarPlatform
 
apply(IModel, IGramar) - Method in class org.gramar.platform.GramarPlatform
 
apply(IModel, String) - Method in class org.gramar.platform.GramarPlatform
 
apply(IModel, String, IFileStore) - Method in class org.gramar.platform.GramarPlatform
 
apply(IModel, IGramar, IFileStore) - Method in class org.gramar.platform.GramarPlatform
 
apply(ITemplate, IGramar, IGramarContext) - Method in class org.gramar.platform.GramarPlatform
 
asDOM() - Method in interface org.gramar.IModel
 
asDOM() - Method in class org.gramar.model.XmlModel
 
asNodesArg(Object) - Method in class org.gramar.function.GramarFunction
 
asReader() - Method in class org.gramar.resource.MergeStream
 
asStream(Reader) - Static method in class org.gramar.util.GramarHelper
 
asString(Node) - Static method in class org.gramar.model.DocumentHelper
Format and return the string representation of the specified node and it's children
asString(InputStream) - Static method in class org.gramar.util.GramarHelper
 
asString(Reader) - Static method in class org.gramar.util.GramarHelper
 
asStringArg(Object) - Method in class org.gramar.function.GramarFunction
 
attributes - Variable in class org.gramar.tag.TagHandler
 
autoRefresh - Variable in class org.gramar.plugin.PluginSource
 

B

BodyTagHandler - Class in org.gramar.tag
 
BodyTagHandler() - Constructor for class org.gramar.tag.BodyTagHandler
 
build(String, IGramarContext) - Static method in class org.gramar.tag.TagDocument
 
buildModel(String) - Static method in class org.gramar.model.DocumentHelper
 
buildModel(InputStream) - Static method in class org.gramar.model.DocumentHelper
 

C

CamelCaseFunction - Class in org.gramar.base.function
 
CamelCaseFunction() - Constructor for class org.gramar.base.function.CamelCaseFunction
 
CardinalityFunction - Class in org.gramar.base.function
 
CardinalityFunction() - Constructor for class org.gramar.base.function.CardinalityFunction
 
children - Variable in class org.gramar.tag.TagHandler
 
ChooseTag - Class in org.gramar.base.tag
 
ChooseTag() - Constructor for class org.gramar.base.tag.ChooseTag
 
ClassNameFunction - Class in org.gramar.base.function
 
ClassNameFunction() - Constructor for class org.gramar.base.function.ClassNameFunction
 
ClasspathGramar - Class in org.gramar.gramar
An implementation of IGramar representing a gramar whose resources are stored as individual files in the classpath.
ClasspathGramar(String) - Constructor for class org.gramar.gramar.ClasspathGramar
Construct a Gramar object representing the pattern with ID patternID
ClasspathPluginSource - Class in org.gramar.plugin
 
ClasspathPluginSource() - Constructor for class org.gramar.plugin.ClasspathPluginSource
 
ClasspathTemplatingExtension - Class in org.gramar.extension
 
ClasspathTemplatingExtension(String) - Constructor for class org.gramar.extension.ClasspathTemplatingExtension
 
ClasspathZipGramar - Class in org.gramar.gramar
 
ClasspathZipGramar(String) - Constructor for class org.gramar.gramar.ClasspathZipGramar
 
closes(SourceRegion) - Method in class org.gramar.ast.SourceRegion
 
commit(String, IGramarContext) - Method in class org.gramar.filestore.FileStore
 
commit(String, IGramarContext) - Method in interface org.gramar.IFileStore
Commit to the file store all pending resource changes
compareTo(SortableNode) - Method in class org.gramar.base.function.util.SortableNode
 
compareTo(GramarScore) - Method in class org.gramar.gramar.GramarScore
 
compareTo(UpdateResource) - Method in class org.gramar.resource.UpdateResource
 
configure(Properties) - Method in class org.gramar.filestore.FileStore
 
configure(Properties) - Method in class org.gramar.filestore.LocalFileStore
 
configure(Properties) - Method in interface org.gramar.IFileStore
Configure the filestore with values from the given properties file.
ConsoleFileStore - Class in org.gramar.filestore
A very simple IFileStore implementation that "stores" file contents out to the console and never reads them.
ConsoleFileStore() - Constructor for class org.gramar.filestore.ConsoleFileStore
 
context - Variable in class org.gramar.function.GramarFunction
 
copy(InputStream, OutputStream) - Static method in class org.gramar.util.GramarHelper
 
copy(Reader, Writer) - Static method in class org.gramar.util.GramarHelper
 
copy(Reader, OutputStream) - Static method in class org.gramar.util.GramarHelper
 
CopyFileTag - Class in org.gramar.base.tag
 
CopyFileTag() - Constructor for class org.gramar.base.tag.CopyFileTag
 
createFolder(String) - Method in class org.gramar.filestore.ConsoleFileStore
 
createFolder(String) - Method in class org.gramar.filestore.LocalFileStore
 
createFolder(String) - Method in class org.gramar.filestore.MemoryFileStore
 
createFolder(String) - Method in class org.gramar.filestore.ZipFileStore
 
createFolder(String) - Method in interface org.gramar.IFileStore
 
createProject(String, String) - Method in class org.gramar.filestore.ConsoleFileStore
 
createProject(String, String) - Method in class org.gramar.filestore.LocalFileStore
 
createProject(String, String) - Method in class org.gramar.filestore.MemoryFileStore
 
createProject(String, String) - Method in class org.gramar.filestore.ZipFileStore
 
createProject(String, String) - Method in interface org.gramar.IFileStore
Create a target project with the given name.

D

debug(String) - Method in class org.gramar.context.GramarContext
 
debug(String) - Method in interface org.gramar.IGramarContext
Log a debug-level message
debug(String) - Static method in class org.gramar.platform.GramarStatus
 
declareTemplatingExtension(String, String) - Method in class org.gramar.context.GramarContext
 
declareTemplatingExtension(String, String) - Method in interface org.gramar.IGramarContext
Associates a platform extension (ID) with a namespace.
defaultValues(PropertiesHelper) - Method in class org.gramar.Apply
Interogate the given properties, from both command line arguments and the property file, and set any desired default values.
DefinedFunction - Class in org.gramar.extension
 
DefinedFunction(String, int, boolean, XPathFunction) - Constructor for class org.gramar.extension.DefinedFunction
 
DefinedTag - Class in org.gramar.extension
 
DefinedTag(String, String, boolean, String) - Constructor for class org.gramar.extension.DefinedTag
 
doAfterBody(MergeStream, IGramarContext) - Method in class org.gramar.tag.BodyTagHandler
 
doBeforeBody(MergeStream, IGramarContext) - Method in class org.gramar.tag.BodyTagHandler
 
doBody(MergeStream, IGramarContext) - Method in class org.gramar.tag.BodyTagHandler
 
DocumentHelper - Class in org.gramar.model
 
DocumentHelper() - Constructor for class org.gramar.model.DocumentHelper
 
DumpTag - Class in org.gramar.base.tag
 
DumpTag() - Constructor for class org.gramar.base.tag.DumpTag
 

E

emptyModel() - Static method in class org.gramar.model.XmlModel
 
error(Exception) - Method in class org.gramar.context.GramarContext
 
error(String) - Method in class org.gramar.context.GramarContext
 
error(Exception) - Method in interface org.gramar.IGramarContext
Log an error
error(String) - Method in interface org.gramar.IGramarContext
Log an error message
error(Throwable) - Static method in class org.gramar.platform.GramarStatus
 
error(String) - Static method in class org.gramar.platform.GramarStatus
 
evaluate(List) - Method in class org.gramar.base.function.CamelCaseFunction
 
evaluate(List) - Method in class org.gramar.base.function.CardinalityFunction
 
evaluate(List) - Method in class org.gramar.base.function.ClassNameFunction
 
evaluate(List) - Method in class org.gramar.base.function.IsVariableDefinedFunction
 
evaluate(List) - Method in class org.gramar.base.function.LowercaseFirstFunction
 
evaluate(List) - Method in class org.gramar.base.function.LowercaseFunction
 
evaluate(List) - Method in class org.gramar.base.function.PackageNameFunction
 
evaluate(List) - Method in class org.gramar.base.function.SingleTokenFunction
 
evaluate(List) - Method in class org.gramar.base.function.SortFunction
 
evaluate(List) - Method in class org.gramar.base.function.UniqueFunction
 
evaluate(List) - Method in class org.gramar.base.function.UppercaseFirstFunction
 
evaluate(List) - Method in class org.gramar.base.function.UppercaseFunction
 
execute(IFileStore) - Method in class org.gramar.resource.UpdateBinary
 
execute(IFileStore) - Method in class org.gramar.resource.UpdateFile
 
execute(IFileStore) - Method in class org.gramar.resource.UpdateFolder
 
execute(IFileStore) - Method in class org.gramar.resource.UpdateProject
 
execute(IFileStore) - Method in class org.gramar.resource.UpdateResource
 
executeUpdates(String, IGramarContext) - Method in class org.gramar.filestore.FileStore
 
extensionId - Variable in class org.gramar.extension.TemplatingExtension
The extension ID in the form of a java package name.
extensionIdForNamespace(String) - Method in class org.gramar.context.GramarContext
 
extensionIdForNamespace(String) - Method in interface org.gramar.IGramarContext
Return the extension ID that has been associated with this namespace.
extensions - Variable in class org.gramar.platform.GramarPlatform
 

F

FileStore - Class in org.gramar.filestore
 
FileStore() - Constructor for class org.gramar.filestore.FileStore
 
fileStore - Variable in class org.gramar.platform.GramarPlatform
 
FileSystemPluginSource - Class in org.gramar.plugin
 
FileSystemPluginSource(String) - Constructor for class org.gramar.plugin.FileSystemPluginSource
 
FileTag - Class in org.gramar.base.tag
 
FileTag() - Constructor for class org.gramar.base.tag.FileTag
 
firstLineEntirelyWhitespace() - Method in class org.gramar.ast.SourceRegion
 
FlowContentTag - Class in org.gramar.base.tag
 
FlowContentTag() - Constructor for class org.gramar.base.tag.FlowContentTag
 
FlowTag - Class in org.gramar.base.tag
 
FlowTag() - Constructor for class org.gramar.base.tag.FlowTag
 
FolderTag - Class in org.gramar.base.tag
 
FolderTag() - Constructor for class org.gramar.base.tag.FolderTag
 
FormatNowTag - Class in org.gramar.base.tag
 
FormatNowTag() - Constructor for class org.gramar.base.tag.FormatNowTag
 
free() - Method in class org.gramar.context.GramarContext
 
free() - Method in class org.gramar.filestore.FileStore
 
free() - Method in class org.gramar.filestore.MemoryFileStore
 
free() - Method in class org.gramar.filestore.ZipFileStore
 
free() - Method in class org.gramar.gramar.Gramar
 
free() - Method in interface org.gramar.IFileStore
Free any cached resources
free() - Method in interface org.gramar.IGramar
Free any cached resources
free() - Method in interface org.gramar.IGramarContext
Frees up any cached resources
fromCsv(InputStream) - Static method in class org.gramar.model.DocumentHelper
Converts a CSV file into the XML equivalent of that data.
fromResource(String) - Static method in class org.gramar.util.GramarHelper
 
fromTsv(InputStream) - Static method in class org.gramar.model.DocumentHelper
Converts a TSV file into the XML equivalent of that data.
functions - Variable in class org.gramar.extension.TemplatingExtension
A cache of XPath functions defined in this extension.

G

gather(HashMap<String, IGramar>) - Method in class org.gramar.plugin.ClasspathPluginSource
 
gather(HashMap<String, IGramar>) - Method in class org.gramar.plugin.FileSystemPluginSource
 
gather() - Method in class org.gramar.plugin.PluginSource
 
gather(HashMap<String, IGramar>) - Method in class org.gramar.plugin.PluginSource
 
getAttribute(Node, String, IGramarContext) - Method in class org.gramar.model.ModelAccess
 
getAttribute(Node, String) - Method in class org.gramar.model.ModelAccess
 
getAttributes() - Method in class org.gramar.ast.SourceRegion
 
getAttributes() - Method in class org.gramar.tag.TagHandler
 
getBooleanAttribute(String, IGramarContext, boolean) - Method in class org.gramar.tag.TagHandler
Get the boolean value of the given property name.
getBooleanAttribute(String, IGramarContext) - Method in class org.gramar.tag.TagHandler
Get the boolean value of the given property name.
getBytes(InputStream) - Static method in class org.gramar.util.GramarHelper
 
getCause() - Method in class org.gramar.platform.GramarStatus
 
getChildren() - Method in interface org.gramar.ITagHandler
 
getChildren() - Method in class org.gramar.tag.TagHandler
 
getConfig() - Method in class org.gramar.extension.ClasspathTemplatingExtension
 
getConfig() - Method in class org.gramar.extension.JarFileTemplatingExtension
 
getConfig() - Method in class org.gramar.extension.TemplatingExtension
 
getContainingFolder() - Method in class org.gramar.resource.UpdateResource
 
getContent() - Method in class org.gramar.ast.SourceRegion
 
getCustomTagHandler(String) - Method in class org.gramar.extension.TemplatingExtension
 
getCustomTagHandler(String) - Method in interface org.gramar.ITemplatingExtension
 
getDefault() - Static method in class org.gramar.model.ModelAccess
 
getDefaultAbbreviation() - Method in class org.gramar.extension.TemplatingExtension
 
getDefaultAbbreviation() - Method in interface org.gramar.ITemplatingExtension
 
getDefaultFileStore() - Method in interface org.gramar.IGramarPlatform
 
getDefaultFileStore() - Method in class org.gramar.platform.GramarPlatform
 
getDescription() - Method in class org.gramar.gramar.SampleModel
 
getDescription() - Method in interface org.gramar.ISampleModel
 
getDocument() - Method in class org.gramar.ast.Template
 
getDocument() - Method in interface org.gramar.ITemplate
 
getEnd() - Method in class org.gramar.ast.SourceRegion
 
getExtensionClassloader() - Method in class org.gramar.extension.ClasspathTemplatingExtension
 
getExtensionClassloader() - Method in class org.gramar.extension.JarFileTemplatingExtension
 
getExtensionClassloader() - Method in class org.gramar.extension.TemplatingExtension
 
getExtensionId() - Method in class org.gramar.extension.DefinedTag
 
getExtensionId() - Method in class org.gramar.extension.TemplatingExtension
 
getExtensionId() - Method in class org.gramar.gramar.TagLibSpec
 
getExtensionId() - Method in interface org.gramar.ITemplatingExtension
 
getFileByteContent(String) - Method in class org.gramar.filestore.ConsoleFileStore
 
getFileByteContent(String) - Method in class org.gramar.filestore.LocalFileStore
 
getFileByteContent(String) - Method in class org.gramar.filestore.MemoryFileStore
 
getFileByteContent(String) - Method in class org.gramar.filestore.ZipFileStore
 
getFileByteContent(String) - Method in interface org.gramar.IFileStore
Retrieve the content of the specified file.
getFileContent(String) - Method in class org.gramar.filestore.ConsoleFileStore
 
getFileContent(String) - Method in class org.gramar.filestore.LocalFileStore
 
getFileContent(String) - Method in class org.gramar.filestore.MemoryFileStore
 
getFileContent(String) - Method in class org.gramar.filestore.ZipFileStore
 
getFileContent(String) - Method in interface org.gramar.IFileStore
Retrieve the content of the specified file.
getFileName() - Method in class org.gramar.resource.UpdateResource
 
getFileStore() - Method in class org.gramar.context.GramarContext
 
getFileStore(String) - Method in class org.gramar.extension.TemplatingExtension
 
getFileStore() - Method in interface org.gramar.IGramarContext
Answers the current file store
getFileStore(String) - Method in interface org.gramar.IGramarPlatform
Searches all known plugin sources for an extension that provides a filestore with the given filestore ID.
getFileStore(String) - Method in interface org.gramar.ITemplatingExtension
Returns the IFileStore implementation for the given ID.
getFileStore(String) - Method in class org.gramar.platform.GramarPlatform
 
getFQClassName() - Method in class org.gramar.extension.DefinedTag
 
getFunction() - Method in class org.gramar.extension.DefinedFunction
 
getFunction(String, int) - Method in class org.gramar.extension.TemplatingExtension
 
getFunction(String, int) - Method in interface org.gramar.ITemplatingExtension
 
getGramar() - Method in class org.gramar.context.GramarContext
 
getGramar() - Method in class org.gramar.gramar.GramarScore
 
getGramar() - Method in interface org.gramar.IGramarContext
Answer the gramar being applied
getGramar(String) - Method in interface org.gramar.IGramarPlatform
 
getGramar(String) - Method in interface org.gramar.IPluginSource
Return an IGramar with the given id A gramar is a collection of text templates and a property file.
getGramar(String) - Method in class org.gramar.platform.GramarPlatform
 
getGramar(String) - Method in class org.gramar.plugin.ClasspathPluginSource
 
getGramar(String) - Method in class org.gramar.plugin.PluginSource
 
getId() - Method in class org.gramar.gramar.Gramar
 
getId() - Method in interface org.gramar.IGramar
 
getIndexedValues(Properties, String) - Static method in class org.gramar.util.PropertiesHelper
Returns all values whose corresponding property name starts with the given prefix.
getInitialCodeEnd() - Method in class org.gramar.resource.UserRegion
 
getInitialCodeStart() - Method in class org.gramar.resource.UserRegion
 
getIntegerAttribute(String, IGramarContext, int) - Method in class org.gramar.tag.TagHandler
Get the integer value of the given property name.
getIntegerAttribute(String, IGramarContext) - Method in class org.gramar.tag.TagHandler
Get the integer value of the given property name.
getKnownGramars() - Method in interface org.gramar.IGramarPlatform
Returns aa array of all Gramars known to any PluginSource
getKnownGramars() - Method in class org.gramar.platform.GramarPlatform
 
getLabel() - Method in class org.gramar.gramar.Gramar
 
getLabel() - Method in interface org.gramar.IGramar
 
getLength() - Method in class org.gramar.model.NodeArray
 
getLogs() - Method in class org.gramar.filestore.MemoryFileStore
 
getMainProductionId() - Method in class org.gramar.gramar.Gramar
 
getMainProductionId() - Method in interface org.gramar.IGramar
Answers the current relative path into the gramar of the gramar's primary production
getMaxStatus() - Method in class org.gramar.context.GramarContext
 
getMaxStatus() - Method in interface org.gramar.IGramarContext
 
getMessage() - Method in class org.gramar.platform.GramarStatus
 
getModelAccessCount() - Method in class org.gramar.context.GramarContext
 
getModelAccessCount() - Method in interface org.gramar.IGramarContext
 
getModelAccesses() - Method in interface org.gramar.IGramarApplicationStatus
 
getModelAccesses() - Method in class org.gramar.platform.GramarApplicationResult
 
getName() - Method in class org.gramar.extension.DefinedFunction
 
getName() - Method in class org.gramar.gramar.SampleModel
 
getName() - Method in interface org.gramar.ISampleModel
 
getNamespace() - Method in class org.gramar.ast.TagInfo
 
getNamespace() - Method in exception org.gramar.exception.TemplatingExtensionNotDefinedException
 
getNamespace() - Method in class org.gramar.gramar.TagLibSpec
 
getNode() - Method in class org.gramar.base.function.util.SortableNode
 
getNode(Node, String, boolean, IGramarContext) - Method in class org.gramar.model.ModelAccess
 
getNodeAttribute(String, IGramarContext) - Method in class org.gramar.tag.TagHandler
Get the Node that is the result of evaluating the given property name as an XPath expression.
getNodes(Node, String, boolean, IGramarContext) - Method in class org.gramar.model.ModelAccess
 
getNodesAttribute(String, IGramarContext) - Method in class org.gramar.tag.TagHandler
Get an array of Nodes that is the result of evaluating the given property name as an XPath expression.
getObjectAttribute(String, IGramarContext) - Method in class org.gramar.tag.TagHandler
Get the Object that is the result of evaluating the given property name as an XPath expression.
getParent() - Method in interface org.gramar.ITagHandler
 
getParent() - Method in class org.gramar.tag.TagHandler
 
getParms() - Method in class org.gramar.extension.DefinedFunction
 
getPath() - Method in class org.gramar.gramar.SampleModel
 
getPath() - Method in interface org.gramar.ISampleModel
 
getPattern() - Method in class org.gramar.context.GramarContext
 
getPattern() - Method in interface org.gramar.IGramarContext
 
getPlatform() - Method in class org.gramar.context.GramarContext
 
getPlatform() - Method in interface org.gramar.IGramarContext
Answers the PatternPlatform from which all extensions can be eventually located
getPrimaryModel() - Method in class org.gramar.context.GramarContext
 
getPrimaryModel() - Method in interface org.gramar.IGramarContext
Answer the model specified when the context was originally constructed
getProject() - Method in class org.gramar.resource.UpdateResource
 
getProjectRelativePath() - Method in class org.gramar.resource.UpdateResource
 
getProperties() - Method in class org.gramar.gramar.Gramar
 
getProperties() - Method in class org.gramar.util.PropertiesHelper
 
getProvider() - Method in class org.gramar.gramar.Gramar
 
getProvider() - Method in interface org.gramar.IGramar
 
getRawAttribute(String, String) - Method in class org.gramar.tag.TagHandler
Get the raw String value of the given property name.
getRawAttribute(String) - Method in class org.gramar.tag.TagHandler
Get the raw String value of the given property name.
getRawResult(Node, String, IGramarContext) - Method in class org.gramar.model.ModelAccess
 
getSampleModel(String) - Method in class org.gramar.gramar.Gramar
 
getSampleModel(String) - Method in interface org.gramar.IGramar
 
getSamples() - Method in class org.gramar.gramar.Gramar
 
getSamples() - Method in interface org.gramar.IGramar
 
getScore() - Method in class org.gramar.gramar.GramarScore
 
getSelect() - Method in class org.gramar.base.tag.ChooseTag
 
getSeverity() - Method in interface org.gramar.IGramarStatus
Returns the severity of the issue, or maximum severity if the receiver represents multiple issues.
getSeverity() - Method in class org.gramar.platform.GramarStatus
 
getStart() - Method in class org.gramar.ast.SourceRegion
 
getStatus() - Method in interface org.gramar.IGramarApplicationStatus
 
getStatus() - Method in class org.gramar.platform.GramarApplicationResult
 
getString(String) - Method in class org.gramar.util.PropertiesHelper
Returns the value of the given property name as specified in either the command line arguments or the specified property file.
getString(String, String) - Method in class org.gramar.util.PropertiesHelper
Returns the value of the given property name as specified in either the command line arguments or the specified property file.
getStringAttribute(String, IGramarContext, String) - Method in class org.gramar.tag.TagHandler
Get the String value of the given property name.
getStringAttribute(String, IGramarContext) - Method in class org.gramar.tag.TagHandler
Get the String value of the given property name.
GetTag - Class in org.gramar.base.tag
 
GetTag() - Constructor for class org.gramar.base.tag.GetTag
 
getTagDef() - Method in class org.gramar.ast.TagInfo
 
getTagDef(String, String) - Method in class org.gramar.context.GramarContext
 
getTagDef(String) - Method in class org.gramar.extension.TemplatingExtension
 
getTagDef(String, String) - Method in interface org.gramar.IGramarContext
Answers the tag definition with the given name from the extension associated with the given namespace
getTagDef(String) - Method in interface org.gramar.ITemplatingExtension
 
getTagEndOffset() - Method in class org.gramar.ast.TagInfo
 
getTagHandler(String, String) - Method in class org.gramar.context.GramarContext
 
getTagHandler(String, String) - Method in interface org.gramar.IGramarContext
Answers the tag handler with the given name from the extension associated with the given namespace.
getTagInfo() - Method in class org.gramar.ast.SourceRegion
 
getTagLength() - Method in class org.gramar.ast.TagInfo
 
getTaglibs() - Method in class org.gramar.gramar.Gramar
 
getTagName() - Method in class org.gramar.ast.TagInfo
 
getTagName() - Method in class org.gramar.base.tag.AddElementTag
 
getTagName() - Method in class org.gramar.base.tag.AddTextElementTag
 
getTagName() - Method in class org.gramar.base.tag.ChooseTag
 
getTagName() - Method in class org.gramar.base.tag.CopyFileTag
 
getTagName() - Method in class org.gramar.base.tag.DumpTag
 
getTagName() - Method in class org.gramar.base.tag.FileTag
 
getTagName() - Method in class org.gramar.base.tag.FlowContentTag
 
getTagName() - Method in class org.gramar.base.tag.FlowTag
 
getTagName() - Method in class org.gramar.base.tag.FolderTag
 
getTagName() - Method in class org.gramar.base.tag.FormatNowTag
 
getTagName() - Method in class org.gramar.base.tag.GetTag
 
getTagName() - Method in class org.gramar.base.tag.IfTag
 
getTagName() - Method in class org.gramar.base.tag.IncludeTag
 
getTagName() - Method in class org.gramar.base.tag.InitialCodeTag
 
getTagName() - Method in class org.gramar.base.tag.IterateTag
 
getTagName() - Method in class org.gramar.base.tag.LoadContentTag
 
getTagName() - Method in class org.gramar.base.tag.MillisecondsTag
 
getTagName() - Method in class org.gramar.base.tag.OtherwiseTag
 
getTagName() - Method in class org.gramar.base.tag.ProjectTag
 
getTagName() - Method in class org.gramar.base.tag.RemoveElementTag
 
getTagName() - Method in class org.gramar.base.tag.SetTag
 
getTagName() - Method in class org.gramar.base.tag.SetVariableTag
 
getTagName() - Method in class org.gramar.base.tag.StringTokensTag
 
getTagName() - Method in class org.gramar.base.tag.UserRegionTag
 
getTagName() - Method in class org.gramar.base.tag.WhenTag
 
getTagName() - Method in class org.gramar.extension.DefinedTag
 
getTagName() - Method in class org.gramar.tag.StaticTextTag
 
getTagName() - Method in class org.gramar.tag.TagDocument
 
getTagName() - Method in class org.gramar.tag.TagHandler
 
getTagSource() - Method in class org.gramar.ast.TagInfo
 
getTagStartOffset() - Method in class org.gramar.ast.TagInfo
 
getTemplate(String, IGramarContext) - Method in class org.gramar.gramar.Gramar
 
getTemplate(String, IGramarContext) - Method in interface org.gramar.IGramar
 
getTemplateBinary(String) - Method in class org.gramar.gramar.Gramar
 
getTemplateBinary(String) - Method in interface org.gramar.IGramar
 
getTemplateSource(String) - Method in class org.gramar.gramar.Gramar
 
getTemplateSource(String) - Method in interface org.gramar.IGramar
 
getTemplatingExtension(String) - Method in interface org.gramar.IGramarPlatform
If not already cached, searches the known plugin sources for the extension, caches it, then returns it.
getTemplatingExtension(String) - Method in interface org.gramar.IPluginSource
Return the templating extension with the given id
getTemplatingExtension(String) - Method in class org.gramar.platform.GramarPlatform
 
getTemplatingExtension(String) - Method in class org.gramar.plugin.ClasspathPluginSource
 
getTemplatingExtension(String) - Method in class org.gramar.plugin.FileSystemPluginSource
 
getText(Node, String, IGramarContext) - Method in class org.gramar.model.ModelAccess
 
getText(Node, String) - Method in class org.gramar.model.ModelAccess
 
getType() - Method in class org.gramar.ast.SourceRegion
 
getUserRegion() - Method in class org.gramar.base.tag.FlowTag
 
getUserRegion() - Method in class org.gramar.base.tag.UserRegionTag
 
getUserRegionEnd() - Method in class org.gramar.resource.UserRegion
 
getUserRegionStart() - Method in class org.gramar.resource.UserRegion
 
getVariable(String) - Method in class org.gramar.context.GramarContext
 
getVariable(String) - Method in interface org.gramar.IGramarContext
Answers the value associated with the variable name
getXPath() - Method in class org.gramar.context.GramarContext
 
getXPath() - Method in interface org.gramar.IGramarContext
 
getXPathFunction(String, String, int) - Method in class org.gramar.context.GramarContext
 
getXPathFunction(String, String, int) - Method in interface org.gramar.IGramarContext
Answers the xpath function that best matches the given name and arity from the extension associated with the given namespace
getXpaths() - Method in interface org.gramar.IModel
 
getXpaths() - Method in class org.gramar.model.XmlModel
 
getZipInputStream() - Method in class org.gramar.gramar.ClasspathZipGramar
 
getZipInputStream() - Method in class org.gramar.gramar.ZipFileGramar
 
getZipInputStream() - Method in class org.gramar.gramar.ZipGrammar
 
glomUsing(SourceRegion, IGramarContext) - Method in interface org.gramar.ITagHandler
 
glomUsing(SourceRegion, IGramarContext) - Method in class org.gramar.tag.TagHandler
 
Gramar - Class in org.gramar.gramar
 
Gramar() - Constructor for class org.gramar.gramar.Gramar
 
GramarApplicationResult - Class in org.gramar.platform
 
GramarApplicationResult(IGramarContext, String) - Constructor for class org.gramar.platform.GramarApplicationResult
 
GramarContext - Class in org.gramar.context
 
GramarContext(IGramarPlatform, Document) - Constructor for class org.gramar.context.GramarContext
 
GramarContext(GramarContext) - Constructor for class org.gramar.context.GramarContext
 
GramarException - Exception in org.gramar.exception
 
GramarException() - Constructor for exception org.gramar.exception.GramarException
 
GramarException(String) - Constructor for exception org.gramar.exception.GramarException
 
GramarException(Throwable) - Constructor for exception org.gramar.exception.GramarException
 
GramarException(String, Throwable) - Constructor for exception org.gramar.exception.GramarException
 
GramarException(String, Throwable, boolean, boolean) - Constructor for exception org.gramar.exception.GramarException
 
GramarFunction - Class in org.gramar.function
 
GramarFunction() - Constructor for class org.gramar.function.GramarFunction
 
GramarHelper - Class in org.gramar.util
 
GramarHelper() - Constructor for class org.gramar.util.GramarHelper
 
gramarId - Variable in class org.gramar.gramar.Gramar
 
GramarPlatform - Class in org.gramar.platform
 
GramarPlatform() - Constructor for class org.gramar.platform.GramarPlatform
 
gramars() - Method in interface org.gramar.IPluginSource
Return an array of available IPatterns.
gramars() - Method in class org.gramar.plugin.PluginSource
 
GramarScore - Class in org.gramar.gramar
 
GramarScore(IGramar, double) - Constructor for class org.gramar.gramar.GramarScore
 
GramarStatus - Class in org.gramar.platform
 
GramarStatus(Throwable, String, int) - Constructor for class org.gramar.platform.GramarStatus
 

H

hadErrors() - Method in interface org.gramar.IGramarApplicationStatus
 
hadErrors() - Method in class org.gramar.platform.GramarApplicationResult
 
hasCustomTagHandler(String) - Method in class org.gramar.extension.TemplatingExtension
 
hasCustomTagHandler(String) - Method in interface org.gramar.ITemplatingExtension
 
hasUserRegions() - Method in class org.gramar.resource.MergeStream
 
hasValue(String) - Method in class org.gramar.util.PropertiesHelper
Answers whether the given property name was provided in the command line arguments or in the property file Note this class's static constants for common property names for convenience.

I

IFileStore - Interface in org.gramar
Represents a method to store and retrieve files.
IfTag - Class in org.gramar.base.tag
 
IfTag() - Constructor for class org.gramar.base.tag.IfTag
 
IGramar - Interface in org.gramar
 
IGramarApplicationStatus - Interface in org.gramar
 
IGramarContext - Interface in org.gramar
 
IGramarFunction - Interface in org.gramar.function
Any XPath function that needs to have access to information in the Gramar context
IGramarPlatform - Interface in org.gramar
 
IGramarStatus - Interface in org.gramar
Represents an issue (or set of issues) of interest raised during the application of a gramar to a model.
IllFormedTemplateException - Exception in org.gramar.exception
 
IllFormedTemplateException(SourceRegion, String) - Constructor for exception org.gramar.exception.IllFormedTemplateException
 
IModel - Interface in org.gramar
 
IncludeTag - Class in org.gramar.base.tag
 
IncludeTag() - Constructor for class org.gramar.base.tag.IncludeTag
 
info(String) - Method in class org.gramar.context.GramarContext
 
info(String) - Method in interface org.gramar.IGramarContext
Log an informational message
info(String) - Static method in class org.gramar.platform.GramarStatus
 
InitialCodeTag - Class in org.gramar.base.tag
 
InitialCodeTag() - Constructor for class org.gramar.base.tag.InitialCodeTag
 
InvalidGramarException - Exception in org.gramar.exception
 
InvalidGramarException() - Constructor for exception org.gramar.exception.InvalidGramarException
 
InvalidGramarException(String) - Constructor for exception org.gramar.exception.InvalidGramarException
 
InvalidGramarException(Throwable) - Constructor for exception org.gramar.exception.InvalidGramarException
 
InvalidGramarException(String, Throwable) - Constructor for exception org.gramar.exception.InvalidGramarException
 
InvalidGramarException(String, Throwable, boolean, boolean) - Constructor for exception org.gramar.exception.InvalidGramarException
 
InvalidTemplateExtensionException - Exception in org.gramar.exception
 
InvalidTemplateExtensionException() - Constructor for exception org.gramar.exception.InvalidTemplateExtensionException
 
InvalidTemplateExtensionException(String) - Constructor for exception org.gramar.exception.InvalidTemplateExtensionException
 
InvalidTemplateExtensionException(Throwable) - Constructor for exception org.gramar.exception.InvalidTemplateExtensionException
 
InvalidTemplateExtensionException(String, Throwable) - Constructor for exception org.gramar.exception.InvalidTemplateExtensionException
 
InvalidTemplateExtensionException(String, Throwable, boolean, boolean) - Constructor for exception org.gramar.exception.InvalidTemplateExtensionException
 
IPluginSource - Interface in org.gramar
Represents a means by which gramars and extensions can be located and retrieved from the execution environment
ISampleModel - Interface in org.gramar
Represents and describes one of the sample models deployed with a gramar
isCaseMet() - Method in class org.gramar.base.tag.ChooseTag
 
isComment() - Method in class org.gramar.ast.SourceRegion
 
isCompressRegions() - Method in class org.gramar.ast.Parser
 
isControlTag() - Method in class org.gramar.ast.SourceRegion
 
isControlTag() - Method in class org.gramar.extension.DefinedTag
 
isDirective() - Method in class org.gramar.ast.SourceRegion
 
isEmptyTag() - Method in class org.gramar.ast.SourceRegion
 
isEmptyTag() - Method in class org.gramar.ast.TagInfo
 
isEndTag() - Method in class org.gramar.ast.SourceRegion
 
isEndTag() - Method in class org.gramar.ast.TagInfo
 
isExtensionDefined(String) - Method in class org.gramar.context.GramarContext
 
isExtensionDefined(String) - Method in interface org.gramar.IGramarContext
 
isFile() - Method in class org.gramar.resource.UpdateBinary
 
isFile() - Method in class org.gramar.resource.UpdateFile
 
isFile() - Method in class org.gramar.resource.UpdateResource
 
isFolder() - Method in class org.gramar.resource.UpdateFolder
 
isFolder() - Method in class org.gramar.resource.UpdateResource
 
isNamespaced() - Method in class org.gramar.ast.TagInfo
 
isProject() - Method in class org.gramar.resource.UpdateProject
 
isProject() - Method in class org.gramar.resource.UpdateResource
 
isTag() - Method in class org.gramar.ast.SourceRegion
 
isText() - Method in class org.gramar.ast.SourceRegion
 
IsVariableDefinedFunction - Class in org.gramar.base.function
 
IsVariableDefinedFunction() - Constructor for class org.gramar.base.function.IsVariableDefinedFunction
 
isWellFormed() - Method in class org.gramar.ast.TagInfo
 
ITagHandler - Interface in org.gramar
 
item(int) - Method in class org.gramar.model.NodeArray
 
ITemplate - Interface in org.gramar
 
ITemplatingExtension - Interface in org.gramar
Represents an object that extends the templating platform with tag handlers and/or XPath functions.
IterateTag - Class in org.gramar.base.tag
 
IterateTag() - Constructor for class org.gramar.base.tag.IterateTag
 

J

JarFileTemplatingExtension - Class in org.gramar.extension
 
JarFileTemplatingExtension(String, String) - Constructor for class org.gramar.extension.JarFileTemplatingExtension
 
JarGramar - Class in org.gramar.gramar
An implementation of IGramar representing a gramar whose resources are stored within a jar file.
JarGramar(String, String) - Constructor for class org.gramar.gramar.JarGramar
Construct a Gramar object representing the pattern with ID patternID
JarLoaders - Class in org.gramar.util
A utility class that manages class loaders for the various jar files that might have been used to deploy gramars and/or extensions.

L

label - Variable in class org.gramar.extension.TemplatingExtension
 
label - Variable in class org.gramar.gramar.Gramar
 
lastLineEntirelyWhitespace() - Method in class org.gramar.ast.SourceRegion
 
list() - Method in interface org.gramar.IPluginSource
Return an array of String id's for the available IGramars.
list() - Method in class org.gramar.plugin.PluginSource
 
load(String) - Static method in class org.gramar.model.DocumentHelper
 
loadClass(String) - Method in class org.gramar.extension.TemplatingExtension
 
loadClass(String) - Method in interface org.gramar.ITemplatingExtension
 
LoadContentTag - Class in org.gramar.base.tag
 
LoadContentTag() - Constructor for class org.gramar.base.tag.LoadContentTag
 
loadDocument(String) - Static method in class org.gramar.model.DocumentHelper
 
loaderFor(String) - Static method in class org.gramar.util.JarLoaders
 
loadExtensions() - Method in class org.gramar.platform.GramarPlatform
Called by the constructor to give the implementer the chance to load any known extensions, gramars, etc
loadExtensions() - Method in class org.gramar.platform.SimpleGramarPlatform
 
loadMeta() - Method in class org.gramar.extension.TemplatingExtension
 
loadMeta() - Method in class org.gramar.gramar.Gramar
 
loadString(String) - Static method in class org.gramar.model.DocumentHelper
 
LocalFileStore - Class in org.gramar.filestore
An implementation of IFileStore that stores files on the local file system.
LocalFileStore() - Constructor for class org.gramar.filestore.LocalFileStore
 
LocalFileStore(String) - Constructor for class org.gramar.filestore.LocalFileStore
Convenience constructor
log(String, int) - Method in class org.gramar.context.GramarContext
 
log(String) - Method in class org.gramar.filestore.ConsoleFileStore
 
log(String) - Method in class org.gramar.filestore.LocalFileStore
 
log(String) - Method in class org.gramar.filestore.MemoryFileStore
 
log(String) - Method in class org.gramar.filestore.ZipFileStore
 
log(String) - Method in interface org.gramar.IFileStore
Logs a message in a FileStore-appropriate way
LowercaseFirstFunction - Class in org.gramar.base.function
 
LowercaseFirstFunction() - Constructor for class org.gramar.base.function.LowercaseFirstFunction
 
LowercaseFunction - Class in org.gramar.base.function
 
LowercaseFunction() - Constructor for class org.gramar.base.function.LowercaseFunction
 

M

main(String[]) - Static method in class org.gramar.Apply
 
mainproduction - Variable in class org.gramar.gramar.Gramar
 
mainProductionResult() - Method in interface org.gramar.IGramarApplicationStatus
Returns the text resulting from the application of the model to the main production
mainProductionResult() - Method in class org.gramar.platform.GramarApplicationResult
 
markInitialCodeEnd() - Method in class org.gramar.resource.UserRegion
 
markInitialCodeStart() - Method in class org.gramar.resource.UserRegion
 
markUserRegionEnd() - Method in class org.gramar.resource.UserRegion
 
markUserRegionStart() - Method in class org.gramar.resource.UserRegion
 
matches(String, int) - Method in class org.gramar.extension.DefinedFunction
 
MemoryFileStore - Class in org.gramar.filestore
An implementation of IFileStore that holds file contents in memory.
MemoryFileStore() - Constructor for class org.gramar.filestore.MemoryFileStore
 
MergeStream - Class in org.gramar.resource
 
MergeStream() - Constructor for class org.gramar.resource.MergeStream
 
MergeStream(int) - Constructor for class org.gramar.resource.MergeStream
 
mergeTo(MergeStream, IGramarContext) - Method in class org.gramar.ast.Template
 
mergeTo(MergeStream, IGramarContext) - Method in class org.gramar.base.tag.AddElementTag
 
mergeTo(MergeStream, IGramarContext) - Method in class org.gramar.base.tag.AddTextElementTag
 
mergeTo(MergeStream, IGramarContext) - Method in class org.gramar.base.tag.ChooseTag
 
mergeTo(MergeStream, IGramarContext) - Method in class org.gramar.base.tag.CopyFileTag
 
mergeTo(MergeStream, IGramarContext) - Method in class org.gramar.base.tag.DumpTag
 
mergeTo(MergeStream, IGramarContext) - Method in class org.gramar.base.tag.FileTag
 
mergeTo(MergeStream, IGramarContext) - Method in class org.gramar.base.tag.FlowContentTag
 
mergeTo(MergeStream, IGramarContext) - Method in class org.gramar.base.tag.FlowTag
 
mergeTo(MergeStream, IGramarContext) - Method in class org.gramar.base.tag.FolderTag
 
mergeTo(MergeStream, IGramarContext) - Method in class org.gramar.base.tag.FormatNowTag
 
mergeTo(MergeStream, IGramarContext) - Method in class org.gramar.base.tag.GetTag
 
mergeTo(MergeStream, IGramarContext) - Method in class org.gramar.base.tag.IfTag
 
mergeTo(MergeStream, IGramarContext) - Method in class org.gramar.base.tag.IncludeTag
 
mergeTo(MergeStream, IGramarContext) - Method in class org.gramar.base.tag.InitialCodeTag
 
mergeTo(MergeStream, IGramarContext) - Method in class org.gramar.base.tag.IterateTag
 
mergeTo(MergeStream, IGramarContext) - Method in class org.gramar.base.tag.LoadContentTag
 
mergeTo(MergeStream, IGramarContext) - Method in class org.gramar.base.tag.MillisecondsTag
 
mergeTo(MergeStream, IGramarContext) - Method in class org.gramar.base.tag.OtherwiseTag
 
mergeTo(MergeStream, IGramarContext) - Method in class org.gramar.base.tag.ProjectTag
 
mergeTo(MergeStream, IGramarContext) - Method in class org.gramar.base.tag.RemoveElementTag
 
mergeTo(MergeStream, IGramarContext) - Method in class org.gramar.base.tag.SetTag
 
mergeTo(MergeStream, IGramarContext) - Method in class org.gramar.base.tag.SetVariableTag
 
mergeTo(MergeStream, IGramarContext) - Method in class org.gramar.base.tag.StringTokensTag
 
mergeTo(MergeStream, IGramarContext) - Method in class org.gramar.base.tag.UserRegionTag
 
mergeTo(MergeStream, IGramarContext) - Method in class org.gramar.base.tag.WhenTag
 
mergeTo(MergeStream, IGramarContext) - Method in interface org.gramar.ITagHandler
 
mergeTo(MergeStream, IGramarContext) - Method in interface org.gramar.ITemplate
 
mergeTo(MergeStream, IGramarContext) - Method in class org.gramar.tag.BodyTagHandler
 
mergeTo(MergeStream, IGramarContext) - Method in class org.gramar.tag.StaticTextTag
 
mergeTo(MergeStream, IGramarContext) - Method in class org.gramar.tag.TagDocument
 
META_FILE_NAME - Static variable in class org.gramar.extension.TemplatingExtension
 
META_FILE_NAME - Static variable in class org.gramar.gramar.Gramar
 
MillisecondsTag - Class in org.gramar.base.tag
 
MillisecondsTag() - Constructor for class org.gramar.base.tag.MillisecondsTag
 
MissingRequiredAttributeException - Exception in org.gramar.exception
 
MissingRequiredAttributeException() - Constructor for exception org.gramar.exception.MissingRequiredAttributeException
 
MissingRequiredAttributeException(String) - Constructor for exception org.gramar.exception.MissingRequiredAttributeException
 
MissingRequiredAttributeException(Throwable) - Constructor for exception org.gramar.exception.MissingRequiredAttributeException
 
MissingRequiredAttributeException(String, Throwable) - Constructor for exception org.gramar.exception.MissingRequiredAttributeException
 
MissingRequiredAttributeException(String, Throwable, boolean, boolean) - Constructor for exception org.gramar.exception.MissingRequiredAttributeException
 
ModelAccess - Class in org.gramar.model
 
modelFromResource(String) - Static method in class org.gramar.model.DocumentHelper
 

N

NamespaceNotDefinedException - Exception in org.gramar.exception
 
NamespaceNotDefinedException() - Constructor for exception org.gramar.exception.NamespaceNotDefinedException
 
newNode(Node, String) - Method in class org.gramar.model.ModelAccess
 
NodeArray - Class in org.gramar.model
 
NodeArray(Node[]) - Constructor for class org.gramar.model.NodeArray
 
NodeArray(List<Node>) - Constructor for class org.gramar.model.NodeArray
 
NoFileStoreSpecifiedException - Exception in org.gramar.exception
 
NoFileStoreSpecifiedException() - Constructor for exception org.gramar.exception.NoFileStoreSpecifiedException
 
NoFileStoreSpecifiedException(String) - Constructor for exception org.gramar.exception.NoFileStoreSpecifiedException
 
NoFileStoreSpecifiedException(Throwable) - Constructor for exception org.gramar.exception.NoFileStoreSpecifiedException
 
NoFileStoreSpecifiedException(String, Throwable) - Constructor for exception org.gramar.exception.NoFileStoreSpecifiedException
 
NoFileStoreSpecifiedException(String, Throwable, boolean, boolean) - Constructor for exception org.gramar.exception.NoFileStoreSpecifiedException
 
NoSuchCustomTagException - Exception in org.gramar.exception
 
NoSuchCustomTagException() - Constructor for exception org.gramar.exception.NoSuchCustomTagException
 
NoSuchCustomTagException(String) - Constructor for exception org.gramar.exception.NoSuchCustomTagException
 
NoSuchCustomTagException(Throwable) - Constructor for exception org.gramar.exception.NoSuchCustomTagException
 
NoSuchCustomTagException(String, Throwable) - Constructor for exception org.gramar.exception.NoSuchCustomTagException
 
NoSuchCustomTagException(String, Throwable, boolean, boolean) - Constructor for exception org.gramar.exception.NoSuchCustomTagException
 
NoSuchFileStoreException - Exception in org.gramar.exception
 
NoSuchFileStoreException() - Constructor for exception org.gramar.exception.NoSuchFileStoreException
 
NoSuchFileStoreException(String) - Constructor for exception org.gramar.exception.NoSuchFileStoreException
 
NoSuchFileStoreException(Throwable) - Constructor for exception org.gramar.exception.NoSuchFileStoreException
 
NoSuchFileStoreException(String, Throwable) - Constructor for exception org.gramar.exception.NoSuchFileStoreException
 
NoSuchFileStoreException(String, Throwable, boolean, boolean) - Constructor for exception org.gramar.exception.NoSuchFileStoreException
 
NoSuchGramarException - Exception in org.gramar.exception
 
NoSuchGramarException() - Constructor for exception org.gramar.exception.NoSuchGramarException
 
NoSuchGramarException(String) - Constructor for exception org.gramar.exception.NoSuchGramarException
 
NoSuchGramarException(Throwable) - Constructor for exception org.gramar.exception.NoSuchGramarException
 
NoSuchGramarException(String, Throwable) - Constructor for exception org.gramar.exception.NoSuchGramarException
 
NoSuchGramarException(String, Throwable, boolean, boolean) - Constructor for exception org.gramar.exception.NoSuchGramarException
 
NoSuchResourceException - Exception in org.gramar.exception
 
NoSuchResourceException() - Constructor for exception org.gramar.exception.NoSuchResourceException
 
NoSuchResourceException(String) - Constructor for exception org.gramar.exception.NoSuchResourceException
 
NoSuchResourceException(Throwable) - Constructor for exception org.gramar.exception.NoSuchResourceException
 
NoSuchResourceException(String, Throwable) - Constructor for exception org.gramar.exception.NoSuchResourceException
 
NoSuchResourceException(String, Throwable, boolean, boolean) - Constructor for exception org.gramar.exception.NoSuchResourceException
 
NoSuchTemplateException - Exception in org.gramar.exception
 
NoSuchTemplateException() - Constructor for exception org.gramar.exception.NoSuchTemplateException
 
NoSuchTemplateException(String) - Constructor for exception org.gramar.exception.NoSuchTemplateException
 
NoSuchTemplateException(Throwable) - Constructor for exception org.gramar.exception.NoSuchTemplateException
 
NoSuchTemplateException(String, Throwable) - Constructor for exception org.gramar.exception.NoSuchTemplateException
 
NoSuchTemplateException(String, Throwable, boolean, boolean) - Constructor for exception org.gramar.exception.NoSuchTemplateException
 
NoSuchTemplatingExtensionException - Exception in org.gramar.exception
 
NoSuchTemplatingExtensionException() - Constructor for exception org.gramar.exception.NoSuchTemplatingExtensionException
 
NoSuchTemplatingExtensionException(String) - Constructor for exception org.gramar.exception.NoSuchTemplatingExtensionException
 
NoSuchTemplatingExtensionException(Throwable) - Constructor for exception org.gramar.exception.NoSuchTemplatingExtensionException
 
NoSuchTemplatingExtensionException(String, Throwable) - Constructor for exception org.gramar.exception.NoSuchTemplatingExtensionException
 
NoSuchTemplatingExtensionException(String, Throwable, boolean, boolean) - Constructor for exception org.gramar.exception.NoSuchTemplatingExtensionException
 
NoSuchXPathFunctionException - Exception in org.gramar.exception
 
NoSuchXPathFunctionException() - Constructor for exception org.gramar.exception.NoSuchXPathFunctionException
 
NoSuchXPathFunctionException(String) - Constructor for exception org.gramar.exception.NoSuchXPathFunctionException
 
NoSuchXPathFunctionException(Throwable) - Constructor for exception org.gramar.exception.NoSuchXPathFunctionException
 
NoSuchXPathFunctionException(String, Throwable) - Constructor for exception org.gramar.exception.NoSuchXPathFunctionException
 
NoSuchXPathFunctionException(String, Throwable, boolean, boolean) - Constructor for exception org.gramar.exception.NoSuchXPathFunctionException
 
notATag() - Static method in class org.gramar.ast.TagInfo
 

O

offset(MergeStream, int) - Method in class org.gramar.resource.UserRegion
 
org.gramar - package org.gramar
 
org.gramar.ast - package org.gramar.ast
 
org.gramar.base.function - package org.gramar.base.function
 
org.gramar.base.function.util - package org.gramar.base.function.util
 
org.gramar.base.tag - package org.gramar.base.tag
 
org.gramar.context - package org.gramar.context
 
org.gramar.exception - package org.gramar.exception
 
org.gramar.extension - package org.gramar.extension
 
org.gramar.filestore - package org.gramar.filestore
 
org.gramar.function - package org.gramar.function
 
org.gramar.gramar - package org.gramar.gramar
 
org.gramar.model - package org.gramar.model
 
org.gramar.platform - package org.gramar.platform
 
org.gramar.plugin - package org.gramar.plugin
 
org.gramar.resource - package org.gramar.resource
 
org.gramar.tag - package org.gramar.tag
 
org.gramar.util - package org.gramar.util
 
OtherwiseTag - Class in org.gramar.base.tag
 
OtherwiseTag() - Constructor for class org.gramar.base.tag.OtherwiseTag
 

P

PackageNameFunction - Class in org.gramar.base.function
 
PackageNameFunction() - Constructor for class org.gramar.base.function.PackageNameFunction
 
parent - Variable in class org.gramar.tag.TagHandler
 
parentNamed(String) - Method in interface org.gramar.ITagHandler
 
parentNamed(String) - Method in class org.gramar.tag.TagHandler
Answers the first parent (direct or indirect) with the given tag name
parse(String) - Method in class org.gramar.ast.Parser
 
Parser - Class in org.gramar.ast
 
Parser(IGramarContext) - Constructor for class org.gramar.ast.Parser
 
path - Variable in class org.gramar.resource.UpdateResource
 
pathSegments(String) - Static method in class org.gramar.util.GramarHelper
 
PluginSource - Class in org.gramar.plugin
 
PluginSource() - Constructor for class org.gramar.plugin.PluginSource
 
pluginSources - Variable in class org.gramar.platform.GramarPlatform
 
position() - Method in class org.gramar.resource.MergeStream
 
processChildren(MergeStream, IGramarContext) - Method in class org.gramar.tag.TagHandler
Merge all of the receiver's child handlers with the given stream
processChildren(IGramarContext) - Method in class org.gramar.tag.TagHandler
Create a new stream and merge all of the receiver's child handlers with that stream.
ProjectTag - Class in org.gramar.base.tag
 
ProjectTag() - Constructor for class org.gramar.base.tag.ProjectTag
 
PropertiesHelper - Class in org.gramar.util
 
PropertiesHelper(String[]) - Constructor for class org.gramar.util.PropertiesHelper
 
PROPERTY_GRAMAR_ID - Static variable in class org.gramar.util.PropertiesHelper
 
PROPERTY_LIST_SAMPLES - Static variable in class org.gramar.util.PropertiesHelper
 
PROPERTY_MODEL - Static variable in class org.gramar.util.PropertiesHelper
 
PROPERTY_PROPERTY_FILE - Static variable in class org.gramar.util.PropertiesHelper
 
PROPERTY_SAMPLE_NAME - Static variable in class org.gramar.util.PropertiesHelper
 
provider - Variable in class org.gramar.extension.TemplatingExtension
 
provider - Variable in class org.gramar.gramar.Gramar
 

R

readAllToCache() - Method in class org.gramar.gramar.ZipGrammar
 
readTemplateBinary(String) - Method in class org.gramar.gramar.ClasspathGramar
 
readTemplateBinary(String) - Method in class org.gramar.gramar.Gramar
 
readTemplateBinary(String) - Method in class org.gramar.gramar.JarGramar
 
readTemplateBinary(String) - Method in class org.gramar.gramar.ZipGrammar
 
readTemplateSource(String) - Method in class org.gramar.gramar.ClasspathGramar
Look for a file in the classpath with the package with the same name as the pattern For example, the file "d/xyz.txt" for pattern ID a.b.c would be found at resource /a/b/c/d/xyz.txt If such a resource is found, return its source contents.
readTemplateSource(String) - Method in class org.gramar.gramar.Gramar
 
readTemplateSource(String) - Method in class org.gramar.gramar.JarGramar
Look for a file in the classpath with the package with the same name as the pattern For example, the file "d/xyz.txt" for pattern ID a.b.c would be found at resource /a/b/c/d/xyz.txt If such a resource is found, return its source contents.
readTemplateSource(String) - Method in class org.gramar.gramar.ZipGrammar
 
reApply(IModel) - Method in interface org.gramar.IGramarApplicationStatus
Applies the new model using the gramar and platform from the previous gramar application
reApply(IModel) - Method in class org.gramar.platform.GramarApplicationResult
 
RemoveElementTag - Class in org.gramar.base.tag
 
RemoveElementTag() - Constructor for class org.gramar.base.tag.RemoveElementTag
 
report() - Method in class org.gramar.resource.UpdateBinary
 
report() - Method in class org.gramar.resource.UpdateFile
 
report() - Method in class org.gramar.resource.UpdateFolder
 
report() - Method in class org.gramar.resource.UpdateProject
 
report() - Method in class org.gramar.resource.UpdateResource
 
reset() - Method in class org.gramar.filestore.ConsoleFileStore
 
reset() - Method in class org.gramar.filestore.FileStore
 
reset() - Method in class org.gramar.filestore.LocalFileStore
 
reset() - Method in class org.gramar.filestore.ZipFileStore
 
reset() - Method in interface org.gramar.IFileStore
Initialize to prepare for gramar application.
resolve(Node, String, IGramarContext, QName) - Method in class org.gramar.model.ModelAccess
 
resolveExpressions(String) - Method in class org.gramar.context.GramarContext
 
resolveExpressions(String) - Method in interface org.gramar.IGramarContext
Replace substrings delimited by curly brackets with the results of evaluating those substrings as xpath expressions.
resolveFunction(QName, int) - Method in class org.gramar.context.XPathResolver
 
resolveToBoolean(String) - Method in class org.gramar.context.GramarContext
 
resolveToBoolean(String, Node) - Method in class org.gramar.context.GramarContext
 
resolveToBoolean(String) - Method in interface org.gramar.IGramarContext
Resolve the given XPath expression to a boolean value
resolveToBoolean(String, Node) - Method in interface org.gramar.IGramarContext
Resolve the given XPath expression from the sourceNode to a boolean value
resolveToNode(String) - Method in class org.gramar.context.GramarContext
 
resolveToNode(String, Node) - Method in class org.gramar.context.GramarContext
 
resolveToNode(String) - Method in interface org.gramar.IGramarContext
Resolve the given XPath expression to a single node
resolveToNode(String, Node) - Method in interface org.gramar.IGramarContext
Resolve the given XPath expression from the sourceNode to a single node
resolveToNodes(String) - Method in class org.gramar.context.GramarContext
 
resolveToNodes(String, Node) - Method in class org.gramar.context.GramarContext
 
resolveToNodes(String) - Method in interface org.gramar.IGramarContext
Resolve the given XPath expression to an array of nodes
resolveToNodes(String, Node) - Method in interface org.gramar.IGramarContext
Resolve the given XPath expression from the sourceNode to an array of nodes
resolveToNumber(String) - Method in class org.gramar.context.GramarContext
 
resolveToNumber(String, Node) - Method in class org.gramar.context.GramarContext
 
resolveToNumber(String) - Method in interface org.gramar.IGramarContext
Resolve the given XPath expression to a numeric (double) value
resolveToNumber(String, Node) - Method in interface org.gramar.IGramarContext
Resolve the given XPath expression from the sourceNode to a numeric (double) value
resolveToObject(String) - Method in class org.gramar.context.GramarContext
 
resolveToObject(String, Node) - Method in class org.gramar.context.GramarContext
 
resolveToObject(String) - Method in interface org.gramar.IGramarContext
Resolve the given XPath expression to a value and return the correct type of result.
resolveToObject(String, Node) - Method in interface org.gramar.IGramarContext
Resolve the given XPath expression from the source node to a value and return the correct type of result.
resolveToString(String) - Method in class org.gramar.context.GramarContext
 
resolveToString(String, Node) - Method in class org.gramar.context.GramarContext
 
resolveToString(String) - Method in interface org.gramar.IGramarContext
Resolve the given XPath expression to a single string
resolveToString(String, Node) - Method in interface org.gramar.IGramarContext
Resolve the given XPath expression from the sourceNode to a single string
resolveVariable(QName) - Method in class org.gramar.context.XPathResolver
 
RESOURCE_FILE - Static variable in class org.gramar.resource.UpdateResource
 
RESOURCE_FOLDER - Static variable in class org.gramar.resource.UpdateResource
 
RESOURCE_PROJECT - Static variable in class org.gramar.resource.UpdateResource
 
resourceExists(String) - Method in class org.gramar.filestore.ConsoleFileStore
 
resourceExists(String) - Method in class org.gramar.filestore.LocalFileStore
 
resourceExists(String) - Method in class org.gramar.filestore.MemoryFileStore
 
resourceExists(String) - Method in class org.gramar.filestore.ZipFileStore
 
resourceExists(String) - Method in interface org.gramar.IFileStore
Answers a boolean indicating that the resource at the given path exists (true) or that it does not (false)

S

sameBytes(String, InputStream) - Method in class org.gramar.filestore.FileStore
 
sameBytes(String, InputStream) - Method in interface org.gramar.IFileStore
Return whether the file at the given path has the same byte content as the given input stream.
SampleModel - Class in org.gramar.gramar
Represents and describes one of the sample models deployed with a gramar.
SampleModel(String, String, String) - Constructor for class org.gramar.gramar.SampleModel
 
sampleModels - Variable in class org.gramar.gramar.Gramar
 
saveRegionChanges(String) - Method in class org.gramar.resource.MergeStream
 
scoreApplicability(IModel) - Method in class org.gramar.gramar.Gramar
 
scoreApplicability(IModel) - Method in interface org.gramar.IGramar
Estimates the applicability of the receiving gramar to the specified proposed model.
scoreKnownGramars(IModel) - Method in interface org.gramar.IGramarPlatform
 
scoreKnownGramars(IModel) - Method in class org.gramar.platform.GramarPlatform
 
setAttribute(String, String, String) - Method in class org.gramar.context.GramarContext
 
setAttribute(String, String, String) - Method in interface org.gramar.IGramarContext
Sets the attribute on the node (obtained by resolving the nodeExpression) to the specified value
setAttribute(Node, String, String) - Method in class org.gramar.model.ModelAccess
 
setAttributes(HashMap<String, String>) - Method in interface org.gramar.ITagHandler
 
setAttributes(HashMap<String, String>) - Method in class org.gramar.tag.TagHandler
 
setCaseContent(MergeStream) - Method in class org.gramar.base.tag.ChooseTag
 
setCaseMet(boolean) - Method in class org.gramar.base.tag.ChooseTag
 
setCompressRegions(boolean) - Method in class org.gramar.ast.Parser
 
setContext(IGramarContext) - Method in class org.gramar.function.GramarFunction
 
setContext(IGramarContext) - Method in interface org.gramar.function.IGramarFunction
 
setDefaultAbbreviation(String) - Method in class org.gramar.extension.TemplatingExtension
 
setDefaultFileStore(IFileStore) - Method in interface org.gramar.IGramarPlatform
 
setDefaultFileStore(IFileStore) - Method in class org.gramar.platform.GramarPlatform
 
setExtensionId(String) - Method in class org.gramar.extension.TemplatingExtension
 
setExtensionId(String) - Method in class org.gramar.gramar.TagLibSpec
 
setFileContent(String, Reader) - Method in class org.gramar.filestore.ConsoleFileStore
 
setFileContent(String, InputStream) - Method in class org.gramar.filestore.ConsoleFileStore
 
setFileContent(String, InputStream) - Method in class org.gramar.filestore.LocalFileStore
 
setFileContent(String, Reader) - Method in class org.gramar.filestore.LocalFileStore
 
setFileContent(String, Reader) - Method in class org.gramar.filestore.MemoryFileStore
 
setFileContent(String, InputStream) - Method in class org.gramar.filestore.MemoryFileStore
 
setFileContent(String, Reader) - Method in class org.gramar.filestore.ZipFileStore
 
setFileContent(String, InputStream) - Method in class org.gramar.filestore.ZipFileStore
 
setFileContent(String, Reader) - Method in interface org.gramar.IFileStore
Store the content of the specified file.
setFileContent(String, InputStream) - Method in interface org.gramar.IFileStore
Store the content of the specified file.
setFileStore(IFileStore) - Method in class org.gramar.context.GramarContext
 
setFileStore(IFileStore) - Method in interface org.gramar.IGramarContext
Sets the current file store
setGramar(IGramar) - Method in class org.gramar.context.GramarContext
 
setGramar(IGramar) - Method in interface org.gramar.IGramarContext
 
setNamespace(String) - Method in class org.gramar.gramar.TagLibSpec
 
setParent(ITagHandler) - Method in interface org.gramar.ITagHandler
 
setParent(ITagHandler) - Method in class org.gramar.tag.TagHandler
 
setPrimaryModel(Document) - Method in class org.gramar.context.GramarContext
 
setPrimaryProductionId(String) - Method in class org.gramar.gramar.Gramar
 
setPrimaryProductionId(String) - Method in interface org.gramar.IGramar
Sets the relative path of the gramar production that will be processed when the gramar is applied to the model.
setProperty(String, String, boolean) - Method in class org.gramar.util.PropertiesHelper
Set the value of a property.
setStart(int, int) - Method in class org.gramar.ast.SourceRegion
 
SetTag - Class in org.gramar.base.tag
 
SetTag() - Constructor for class org.gramar.base.tag.SetTag
 
setTagDef(DefinedTag) - Method in class org.gramar.ast.TagInfo
 
setTagInfo(TagInfo) - Method in class org.gramar.ast.SourceRegion
 
setVariable(String, Object) - Method in class org.gramar.context.GramarContext
 
setVariable(String, Object) - Method in interface org.gramar.IGramarContext
Sets associates the value with the variable name.
SetVariableTag - Class in org.gramar.base.tag
 
SetVariableTag() - Constructor for class org.gramar.base.tag.SetVariableTag
 
setWidth(int) - Method in class org.gramar.base.tag.FlowTag
 
SEVERITY_DEBUG - Static variable in interface org.gramar.IGramarStatus
 
SEVERITY_ERROR - Static variable in interface org.gramar.IGramarStatus
 
SEVERITY_INFO - Static variable in interface org.gramar.IGramarStatus
 
SEVERITY_NONE - Static variable in interface org.gramar.IGramarStatus
 
SEVERITY_SEVERE - Static variable in interface org.gramar.IGramarStatus
 
SEVERITY_WARN - Static variable in interface org.gramar.IGramarStatus
 
SimpleGramarPlatform - Class in org.gramar.platform
 
SimpleGramarPlatform() - Constructor for class org.gramar.platform.SimpleGramarPlatform
Simple constructor.
SimpleGramarPlatform(Properties) - Constructor for class org.gramar.platform.SimpleGramarPlatform
Constructor that loads additional extensions as specified in a property file For example, adding a property "plugin.directory.1=common/gramars" in the property file would result in a FileSystemPluginSource being added for directory common/gramars.
SingleTokenFunction - Class in org.gramar.base.function
 
SingleTokenFunction() - Constructor for class org.gramar.base.function.SingleTokenFunction
 
SortableNode - Class in org.gramar.base.function.util
An object that represents a Node in a set of Nodes to be sorted.
SortableNode(Object, Node, boolean) - Constructor for class org.gramar.base.function.util.SortableNode
 
SortFunction - Class in org.gramar.base.function
 
SortFunction() - Constructor for class org.gramar.base.function.SortFunction
 
SourceRegion - Class in org.gramar.ast
A SourceRegion represents a substring of a template's source.
SourceRegion(String, int, int, int) - Constructor for class org.gramar.ast.SourceRegion
 
StaticTextTag - Class in org.gramar.tag
Not really a tag, but since we're building a DOM of tag handlers we need a "tag" that just writes out a block of static text.
StaticTextTag(ITagHandler, String) - Constructor for class org.gramar.tag.StaticTextTag
 
storeSource(String, String) - Method in class org.gramar.gramar.Gramar
 
StringTokensTag - Class in org.gramar.base.tag
 
StringTokensTag() - Constructor for class org.gramar.base.tag.StringTokensTag
 

T

TagDocument - Class in org.gramar.tag
 
TagDocument() - Constructor for class org.gramar.tag.TagDocument
 
TagHandler - Class in org.gramar.tag
A class that handles the interpretation and subsequent templating behavior of a templating tag in a Gramar template.
TagHandler() - Constructor for class org.gramar.tag.TagHandler
 
TagInfo - Class in org.gramar.ast
 
TagInfo(int, int, String) - Constructor for class org.gramar.ast.TagInfo
 
taglibs - Variable in class org.gramar.gramar.Gramar
 
TagLibSpec - Class in org.gramar.gramar
 
TagLibSpec(String, String) - Constructor for class org.gramar.gramar.TagLibSpec
 
Template - Class in org.gramar.ast
 
Template(TagDocument) - Constructor for class org.gramar.ast.Template
 
TemplateParseException - Exception in org.gramar.exception
 
TemplateParseException() - Constructor for exception org.gramar.exception.TemplateParseException
 
TemplateParseException(String) - Constructor for exception org.gramar.exception.TemplateParseException
 
TemplateParseException(Throwable) - Constructor for exception org.gramar.exception.TemplateParseException
 
TemplateParseException(String, Throwable) - Constructor for exception org.gramar.exception.TemplateParseException
 
TemplateParseException(String, Throwable, boolean, boolean) - Constructor for exception org.gramar.exception.TemplateParseException
 
TemplatingExtension - Class in org.gramar.extension
 
TemplatingExtension(String) - Constructor for class org.gramar.extension.TemplatingExtension
Constructs an extension with the given ID
TemplatingExtensionNotDefinedException - Exception in org.gramar.exception
 
TemplatingExtensionNotDefinedException(String) - Constructor for exception org.gramar.exception.TemplatingExtensionNotDefinedException
 
toString() - Method in class org.gramar.ast.SourceRegion
 
toString() - Method in class org.gramar.gramar.GramarScore
 
toString() - Method in class org.gramar.resource.MergeStream
 
toString() - Method in class org.gramar.resource.UpdateBinary
 
toString() - Method in class org.gramar.resource.UpdateFile
 
toString() - Method in class org.gramar.resource.UpdateFolder
 
toString() - Method in class org.gramar.resource.UpdateProject
 
toString() - Method in class org.gramar.tag.TagHandler
 
truncateLeadingWhitespace() - Method in class org.gramar.ast.SourceRegion
 
truncateTrailingWhitespace() - Method in class org.gramar.ast.SourceRegion
 
TYPE_COMMENT - Static variable in class org.gramar.ast.SourceRegion
 
TYPE_DIRECTIVE - Static variable in class org.gramar.ast.SourceRegion
 
TYPE_EMPTY_TAG - Static variable in class org.gramar.ast.SourceRegion
 
TYPE_END_TAG - Static variable in class org.gramar.ast.SourceRegion
 
TYPE_TAG - Static variable in class org.gramar.ast.SourceRegion
 
TYPE_TEXT - Static variable in class org.gramar.ast.SourceRegion
 

U

UniqueFunction - Class in org.gramar.base.function
 
UniqueFunction() - Constructor for class org.gramar.base.function.UniqueFunction
 
unsetVariable(String) - Method in class org.gramar.context.GramarContext
 
unsetVariable(String) - Method in interface org.gramar.IGramarContext
Removes the association between the variable name and its value.
UpdateBinary - Class in org.gramar.resource
Represents a request, targeting the FileStore, to create a file with a given path and binary source.
UpdateBinary(String, byte[], boolean) - Constructor for class org.gramar.resource.UpdateBinary
 
UpdateFile - Class in org.gramar.resource
Represents a request, targeting the FileStore, to create a file with a given path and content.
UpdateFile(String, MergeStream, boolean) - Constructor for class org.gramar.resource.UpdateFile
 
UpdateFolder - Class in org.gramar.resource
 
UpdateFolder(String) - Constructor for class org.gramar.resource.UpdateFolder
 
UpdateProject - Class in org.gramar.resource
 
UpdateProject(String, String) - Constructor for class org.gramar.resource.UpdateProject
 
UpdateResource - Class in org.gramar.resource
 
UpdateResource(String) - Constructor for class org.gramar.resource.UpdateResource
 
updates - Variable in class org.gramar.filestore.FileStore
 
UppercaseFirstFunction - Class in org.gramar.base.function
 
UppercaseFirstFunction() - Constructor for class org.gramar.base.function.UppercaseFirstFunction
 
UppercaseFunction - Class in org.gramar.base.function
 
UppercaseFunction() - Constructor for class org.gramar.base.function.UppercaseFunction
 
UserRegion - Class in org.gramar.resource
 
UserRegion(MergeStream) - Constructor for class org.gramar.resource.UserRegion
 
UserRegionTag - Class in org.gramar.base.tag
 
UserRegionTag() - Constructor for class org.gramar.base.tag.UserRegionTag
 

W

warning(Exception) - Method in class org.gramar.context.GramarContext
 
warning(String) - Method in class org.gramar.context.GramarContext
 
warning(Exception) - Method in interface org.gramar.IGramarContext
Log a warning
warning(String) - Method in interface org.gramar.IGramarContext
Log a warning message
warning(Throwable) - Static method in class org.gramar.platform.GramarStatus
 
warning(String) - Static method in class org.gramar.platform.GramarStatus
 
WhenTag - Class in org.gramar.base.tag
 
WhenTag() - Constructor for class org.gramar.base.tag.WhenTag
 
writeZipFile(String) - Method in class org.gramar.filestore.ZipFileStore
 

X

XmlModel - Class in org.gramar.model
 
XmlModel(String) - Constructor for class org.gramar.model.XmlModel
Construct an IModel from the XML content in the source string.
XmlModel(InputStream) - Constructor for class org.gramar.model.XmlModel
Construct an IModel from the XML content in the input stream.
XPathResolver - Class in org.gramar.context
 
XPathResolver(IGramarContext) - Constructor for class org.gramar.context.XPathResolver
 

Z

ZipFileGramar - Class in org.gramar.gramar
 
ZipFileGramar(File) - Constructor for class org.gramar.gramar.ZipFileGramar
 
ZipFileStore - Class in org.gramar.filestore
An IFileStore implementation in which all committed resources as stored in a single zip file
ZipFileStore() - Constructor for class org.gramar.filestore.ZipFileStore
 
ZipGrammar - Class in org.gramar.gramar
 
ZipGrammar() - Constructor for class org.gramar.gramar.ZipGrammar
 
A B C D E F G H I J L M N O P R S T U W X Z 

Copyright © 2015. All rights reserved.