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

A

AbstractClassLoaderUrlTranslationStrategy - Class in org.xchain.framework.net.protocol.resource
Base UrlTranslationStrategy implementation for ClassLoaders.
AbstractClassLoaderUrlTranslationStrategy() - Constructor for class org.xchain.framework.net.protocol.resource.AbstractClassLoaderUrlTranslationStrategy
 
AbstractCsvChain - Class in org.xchain.namespaces.csv
Base class for CSV chains.
AbstractCsvChain() - Constructor for class org.xchain.namespaces.csv.AbstractCsvChain
 
AbstractNewDigesterFilter - Class in org.xchain.framework.digester.strategy
 
AbstractNewDigesterFilter() - Constructor for class org.xchain.framework.digester.strategy.AbstractNewDigesterFilter
 
AbstractSaxTemplateHandler - Class in org.xchain.framework.jsl
This handler takes a sax event stream and creates command classes that will render non-chain elements into chains that write the elements as sax events.
AbstractSaxTemplateHandler() - Constructor for class org.xchain.framework.jsl.AbstractSaxTemplateHandler
 
AbstractSaxTemplateHandler.ElementInfo - Class in org.xchain.framework.jsl
 
AbstractSaxTemplateHandler.ElementInfo() - Constructor for class org.xchain.framework.jsl.AbstractSaxTemplateHandler.ElementInfo
 
AbstractSaxTemplateHandler.ElementType - Enum in org.xchain.framework.jsl
The different element types the elements are grouped into.
AbstractScanner - Class in org.xchain.framework.scanner
 
AbstractScanner(RootUrlLocator) - Constructor for class org.xchain.framework.scanner.AbstractScanner
 
AbstractScanner(RootUrlLocator, ClassLoader) - Constructor for class org.xchain.framework.scanner.AbstractScanner
 
AbstractTemplateCommand - Class in org.xchain.namespaces.jsl
The base class for generated jsl template commands.
AbstractTemplateCommand(int) - Constructor for class org.xchain.namespaces.jsl.AbstractTemplateCommand
 
acceptsContentType(String, ContentType) - Static method in class org.xchain.framework.util.ContentType
 
add(String, byte[]) - Method in class org.xchain.framework.jsl.TemplateCompiler.WrappedResourceReader
 
add(T) - Method in class org.xchain.framework.util.DependencySorter
Adds a label to the dependency graph if it is not already present.
addAttribute(String, String, String, String) - Method in class org.xchain.framework.sax.CommandHandler.Element
 
addCommand(String, Command) - Method in interface org.xchain.Catalog
Adds a command to this catalog in the default namespace.
addCommand(QName, Command) - Method in interface org.xchain.Catalog
Adds a command to this catalog with the specified QName.
addCommand(Command) - Method in interface org.xchain.Chain
Adds a command to the end of this chain.
addCommand(Command) - Method in class org.xchain.impl.ChainImpl
 
addCommand(Command) - Method in class org.xchain.impl.FilterChainImpl
 
addCommand(String, Command) - Method in class org.xchain.namespaces.core.XChainCatalog
Adds a command to this catalog in the default namespace.
addCommand(QName, Command) - Method in class org.xchain.namespaces.core.XChainCatalog
 
addConstructorFunction(String, Class) - Method in class org.xchain.framework.lifecycle.NamespaceFunctionLibrary
 
addDependency(T, T) - Method in class org.xchain.framework.util.DependencySorter
Adds a dependency from label to dependencyLabel.
addEdge(DependencySorter.Vertex<T>, DependencySorter.Vertex<T>) - Method in class org.xchain.framework.util.DependencySorter
Internal implementation of adding an edge to the graph.
addIdentityTransformer() - Method in class org.xchain.framework.sax.CompositeStage
 
addImport(Catalog) - Method in class org.xchain.namespaces.core.XChainCatalog
 
addInjection(ComponentAnalysis.InjectionAnalysis) - Method in class org.xchain.framework.lifecycle.ComponentAnalysis
Add an injection for the component.
addInstanceFunction(String, Class, String) - Method in class org.xchain.framework.lifecycle.NamespaceFunctionLibrary
 
addNewDigesterFilter(NewDigesterFilter) - Method in class org.xchain.framework.digester.DigesterFactory
 
addRequestProperty(String, String) - Method in class org.xchain.framework.net.UrlConnectionWrapper
 
addRuleInstances(Digester) - Method in class org.xchain.framework.digester.AnnotationRuleSet
 
addRuleInstances(Digester) - Method in class org.xchain.framework.digester.RuleSetRegistryConfigurator.RegistrationRuleSet
 
addRuleInstances(Digester) - Method in class org.xchain.framework.digester.XChainConfigRuleSet
 
addRuleSet(RuleSet) - Method in class org.xchain.framework.digester.RuleSetRegistry
 
addRulesForCatalog(Digester, Class, LifecycleContext) - Static method in class org.xchain.framework.digester.AnnotationRuleSet
 
addRulesForCommand(Digester, LifecycleContext, String, Class) - Static method in class org.xchain.framework.digester.AnnotationRuleSet
 
addSingletonInstanceFunction(String, Class, String, Method) - Method in class org.xchain.framework.lifecycle.NamespaceFunctionLibrary
 
addStage(Stage) - Method in class org.xchain.framework.sax.CompositeStage
 
addStaticFunction(String, Class, String) - Method in class org.xchain.framework.lifecycle.NamespaceFunctionLibrary
 
advanceRegion(Matcher) - Static method in class org.xchain.framework.util.ParserUtil
Advances the region past the last match.
AllPermission - Class in org.xchain.framework.security
The AllPermission implies everything.
AllPermission() - Constructor for class org.xchain.framework.security.AllPermission
 
AnnotationRuleSet - Class in org.xchain.framework.digester
 
AnnotationRuleSet(String) - Constructor for class org.xchain.framework.digester.AnnotationRuleSet
 
AnnotationRuleSet.ClassObjectCreateRule - Class in org.xchain.framework.digester
A create rule that takes the class of the object to create.
AnnotationRuleSet.ClassObjectCreateRule(Class) - Constructor for class org.xchain.framework.digester.AnnotationRuleSet.ClassObjectCreateRule
 
AnnotationRuleSet.CommandPrefixMappingRule - Class in org.xchain.framework.digester
 
AnnotationRuleSet.CommandPrefixMappingRule() - Constructor for class org.xchain.framework.digester.AnnotationRuleSet.CommandPrefixMappingRule
 
AnnotationRuleSet.CommandRegistrationRule - Class in org.xchain.framework.digester
Registers a command with the inner most catalog tag in the input document.
AnnotationRuleSet.CommandRegistrationRule(String) - Constructor for class org.xchain.framework.digester.AnnotationRuleSet.CommandRegistrationRule
 
AnnotationRuleSet.CommandSetNextRule - Class in org.xchain.framework.digester
If the object at the top of the stack is an instance of Command and the object above it is an instance of Chain, then this rule adds the command to the chain.
AnnotationRuleSet.CommandSetNextRule() - Constructor for class org.xchain.framework.digester.AnnotationRuleSet.CommandSetNextRule
 
AnnotationRuleSet.SetCatalogClassLoader - Class in org.xchain.framework.digester
 
AnnotationRuleSet.SetCatalogClassLoader(LifecycleContext) - Constructor for class org.xchain.framework.digester.AnnotationRuleSet.SetCatalogClassLoader
 
AnnotationRuleSet.SetCommandAttributeRule - Class in org.xchain.framework.digester
 
AnnotationRuleSet.SetCommandAttributeRule() - Constructor for class org.xchain.framework.digester.AnnotationRuleSet.SetCommandAttributeRule
 
AnnotationRuleSet.UnknownElementRule - Class in org.xchain.framework.digester
 
AnnotationRuleSet.UnknownElementRule() - Constructor for class org.xchain.framework.digester.AnnotationRuleSet.UnknownElementRule
 
AnnotationUtil - Class in org.xchain.framework.util
 
AnnotationUtil() - Constructor for class org.xchain.framework.util.AnnotationUtil
 
appendAttributeValueTemplate(String, String, String, String) - Method in class org.xchain.framework.jsl.TemplateSourceBuilder
 
appendCharacters(String) - Method in class org.xchain.framework.jsl.TemplateSourceBuilder
Appends code to output a static string to the handler as a characters(char[], int, int) event to the handler.
appendCommandCall() - Method in class org.xchain.framework.jsl.TemplateSourceBuilder
 
appendContextEndPrefixMapping(String) - Method in class org.xchain.framework.jsl.TemplateSourceBuilder
 
appendContextStartPrefixMapping(String, String) - Method in class org.xchain.framework.jsl.TemplateSourceBuilder
 
appendEndComment() - Method in class org.xchain.framework.jsl.TemplateSourceBuilder
 
appendEndDynamicAttribute() - Method in class org.xchain.framework.jsl.TemplateSourceBuilder
Appends code for the end of a tag.
appendEndDynamicElement() - Method in class org.xchain.framework.jsl.TemplateSourceBuilder
Appends code for the end of a tag.
appendEndElement(String, String, String) - Method in class org.xchain.framework.jsl.TemplateSourceBuilder
Appends code to send an end element event to the handler.
appendEndExcludeResultPrefix(String) - Method in class org.xchain.framework.jsl.TemplateSourceBuilder
 
appendEndPrefixMapping(String) - Method in class org.xchain.framework.jsl.TemplateSourceBuilder
 
appendIgnorableWhitespace(String) - Method in class org.xchain.framework.jsl.TemplateSourceBuilder
 
appendStartComment() - Method in class org.xchain.framework.jsl.TemplateSourceBuilder
 
appendStartDynamicAttribute(String, String) - Method in class org.xchain.framework.jsl.TemplateSourceBuilder
Appends code for the start of a tag.
appendStartDynamicElement(String, String) - Method in class org.xchain.framework.jsl.TemplateSourceBuilder
Appends code for the start of a tag.
appendStartElement(String, String, String) - Method in class org.xchain.framework.jsl.TemplateSourceBuilder
Appends code to send a start element event to the handler.
appendStartExcludeResultPrefix(String) - Method in class org.xchain.framework.jsl.TemplateSourceBuilder
 
appendStartPrefixMapping(String, String) - Method in class org.xchain.framework.jsl.TemplateSourceBuilder
 
appendValueOf(String) - Method in class org.xchain.framework.jsl.TemplateSourceBuilder
Appends code to output an xpath to the handler as a characters(char[], int, int) event to the handler.
assertCharacters(Iterator<SaxEventRecorder.SaxEvent>, String) - Static method in class org.xchain.framework.sax.SaxEventRecorderAssert
 
assertEndDocument(Iterator<SaxEventRecorder.SaxEvent>) - Static method in class org.xchain.framework.sax.SaxEventRecorderAssert
 
assertEndElement(Iterator<SaxEventRecorder.SaxEvent>, String, String) - Static method in class org.xchain.framework.sax.SaxEventRecorderAssert
 
assertNoMoreEvents(Iterator<SaxEventRecorder.SaxEvent>) - Static method in class org.xchain.framework.sax.SaxEventRecorderAssert
 
assertStartDocument(Iterator<SaxEventRecorder.SaxEvent>) - Static method in class org.xchain.framework.sax.SaxEventRecorderAssert
 
assertStartElement(Iterator<SaxEventRecorder.SaxEvent>, String, String, Attributes) - Static method in class org.xchain.framework.sax.SaxEventRecorderAssert
 
ATTR_CHARSET - Static variable in class org.xchain.framework.util.ContentType
Name of the attribute that contains the encoding character set for the content type.
Attribute - Annotation Type in org.xchain.annotations
Binds an abstract method to an xml attribute for a Command.
ATTRIBUTE_LOCAL_NAME - Static variable in class org.xchain.framework.jsl.SaxTemplateHandler
 
ATTRIBUTE_VALUE_TEMPLATE_PATTERN - Static variable in class org.xchain.framework.jsl.TemplateSourceBuilder
 
AttributeDetail - Class in org.xchain
Detailed information for a command attribute.
AttributeDetail(QName, AttributeType, Class, boolean) - Constructor for class org.xchain.AttributeDetail
Creates a new attribute detail object with the specified values.
attributeMap - Variable in class org.xchain.framework.sax.CommandHandler.Element
 
AttributesUtil - Class in org.xchain.framework.util
Utility class for Attribute related methods.
AttributesUtil() - Constructor for class org.xchain.framework.util.AttributesUtil
 
AttributeType - Enum in org.xchain.annotations
 
AuthenticationException - Exception in org.xchain.framework.security
This class just exists so we can have more fine-grained control over our exception handling.
AuthenticationException() - Constructor for exception org.xchain.framework.security.AuthenticationException
 
AuthenticationException(String) - Constructor for exception org.xchain.framework.security.AuthenticationException
 
AuthenticationException(Throwable) - Constructor for exception org.xchain.framework.security.AuthenticationException
 
AuthenticationException(String, Throwable) - Constructor for exception org.xchain.framework.security.AuthenticationException
 
available() - Method in class org.xchain.framework.net.UrlSourceUtil.ReportingInputStream
 

B

BASE_TEMPLATE_NAME - Static variable in class org.xchain.framework.jsl.TemplateSourceBuilder
 
baseUrl - Variable in class org.xchain.framework.net.strategy.BaseUrlUrlTranslationStrategy
 
BaseUrlUrlTranslationStrategy - Class in org.xchain.framework.net.strategy
 
BaseUrlUrlTranslationStrategy() - Constructor for class org.xchain.framework.net.strategy.BaseUrlUrlTranslationStrategy
 
BaseUrlUrlTranslationStrategy(URL, String) - Constructor for class org.xchain.framework.net.strategy.BaseUrlUrlTranslationStrategy
 
BasicTransformerFactoryFactory - Class in org.xchain.framework.lifecycle
 
BasicTransformerFactoryFactory(String) - Constructor for class org.xchain.framework.lifecycle.BasicTransformerFactoryFactory
 
BasicTransformerFactoryFactory(Class) - Constructor for class org.xchain.framework.lifecycle.BasicTransformerFactoryFactory
 
Begin - Annotation Type in org.xchain.annotations
Specifies the begin method.
begin(String, String, Attributes) - Method in class org.xchain.framework.digester.AnnotationRuleSet.ClassObjectCreateRule
Creates a new instance of the class and places it on the top of the stack.
begin(String, String, Attributes) - Method in class org.xchain.framework.digester.AnnotationRuleSet.CommandPrefixMappingRule
 
begin(String, String, Attributes) - Method in class org.xchain.framework.digester.AnnotationRuleSet.CommandRegistrationRule
 
begin(String, String, Attributes) - Method in class org.xchain.framework.digester.AnnotationRuleSet.SetCatalogClassLoader
 
begin(String, String, Attributes) - Method in class org.xchain.framework.digester.AnnotationRuleSet.SetCommandAttributeRule
 
begin(String, String, Attributes) - Method in class org.xchain.framework.digester.AnnotationRuleSet.UnknownElementRule
 
begin(String, String, Attributes) - Method in class org.xchain.framework.digester.RuleSetRegistryConfigurator.RegistrationRuleSet.LoadRuleSetRegistryRule
 
begin(String, String, Attributes) - Method in class org.xchain.framework.digester.RuleSetRegistryConfigurator.RegistrationRuleSet.RegisterRuleSetRule
 
begin(String, String, Attributes) - Method in class org.xchain.framework.digester.SerializationRule
 
begin(String, String, Attributes) - Method in class org.xchain.framework.digester.XChainConfigRuleSet.ConfigLoadRule
 
begin(String, String, Attributes) - Method in class org.xchain.framework.digester.XChainConfigRuleSet.ResourceUrlRule
 
begin(String, String, Attributes) - Method in class org.xchain.framework.digester.XChainConfigRuleSet.SourceUrlRule
 
begin(String, String, Attributes) - Method in class org.xchain.framework.digester.XChainConfigRuleSet.WebappUrlRule
 
bindCCL() - Method in interface org.xchain.framework.lifecycle.CCLPolicy
 
bindCCL() - Method in class org.xchain.framework.lifecycle.NOPCCLPolicy
 
bindCCL() - Method in class org.xchain.framework.osgi.OSGiCCLPolicy
 
body(String, String, String) - Method in class org.xchain.framework.digester.XChainConfigRuleSet.CatalogCacheSizeRule
 
body(String, String, String) - Method in class org.xchain.framework.digester.XChainConfigRuleSet.MonitorRule
 
body(String, String, String) - Method in class org.xchain.framework.digester.XChainConfigRuleSet.TemplatesCacheSizeRule
 
buffer - Variable in class org.xchain.framework.digester.SerializationRule
The budder that we will be writting to.
BundleProtocolScanner - Class in org.xchain.framework.scanner
 
BundleProtocolScanner() - Constructor for class org.xchain.framework.scanner.BundleProtocolScanner
 

C

cache - Variable in class org.xchain.framework.net.strategy.CachedUrlTranslationStrategy
 
CachedUrlTranslationStrategy - Class in org.xchain.framework.net.strategy
 
CachedUrlTranslationStrategy() - Constructor for class org.xchain.framework.net.strategy.CachedUrlTranslationStrategy
 
cacheSize - Variable in class org.xchain.framework.util.LruCacheMap
 
CachingLoadStrategy<T,S> - Class in org.xchain.framework.strategy
A LoadStrategy implementation that performs caching.
CachingLoadStrategy(int) - Constructor for class org.xchain.framework.strategy.CachingLoadStrategy
 
callStack - Static variable in class org.xchain.namespaces.core.ExecuteCommand
 
canConvert(Object, Class) - Method in class org.xchain.framework.jxpath.XChainTypeConverter
This method corrects the canConvert behavior for Java 5 Enum type.
Catalog - Interface in org.xchain
The interface for JXPathContext catalogs.
CATALOG_CACHE_SIZE_TAG_NAME - Static variable in class org.xchain.framework.digester.XChainConfigRuleSet
 
CATALOG_URI - Static variable in class org.xchain.StandAloneExecutor
 
catalogCacheSize - Variable in class org.xchain.framework.lifecycle.ConfigContext
The maximum size of the catalog cache.
CatalogConsumerStrategy - Class in org.xchain.framework.strategy
ConsumerStrategy implementation for Catalogs.
CatalogConsumerStrategy() - Constructor for class org.xchain.framework.strategy.CatalogConsumerStrategy
 
CatalogConsumerStrategy.FailingErrorHandler - Class in org.xchain.framework.strategy
 
CatalogConsumerStrategy.FailingErrorHandler() - Constructor for class org.xchain.framework.strategy.CatalogConsumerStrategy.FailingErrorHandler
 
catalogCtClass - Variable in class org.xchain.framework.lifecycle.ClassScanner
 
CatalogFactory - Class in org.xchain.framework.factory
The CatalogFactory is used to load catalogs.
catalogList - Variable in class org.xchain.framework.lifecycle.NamespaceContext
List of catalogs in the namespace.
CatalogLoadException - Exception in org.xchain
This exception is thrown if there was an error loading the catalog.
CatalogLoadException(String, Throwable) - Constructor for exception org.xchain.CatalogLoadException
 
CatalogLoadException(Throwable) - Constructor for exception org.xchain.CatalogLoadException
 
CatalogNotFoundException - Exception in org.xchain
This exception is thrown if a requested catalog could not be found.
CatalogNotFoundException() - Constructor for exception org.xchain.CatalogNotFoundException
Constructs a new CatalogNotFoundException.
CatalogNotFoundException(String) - Constructor for exception org.xchain.CatalogNotFoundException
Constructs a new CatalogNotFoundException with the specified message.
CatalogNotFoundException(String, Throwable) - Constructor for exception org.xchain.CatalogNotFoundException
Constructs a new CatalogNotFoundException with the specified message and cause.
CatalogNotFoundException(Throwable) - Constructor for exception org.xchain.CatalogNotFoundException
Constructs a new CatalogNotFoundException with the specified cause.
cause - Variable in class org.xchain.framework.lifecycle.Execution.ExceptionContext
 
CCLPolicy - Interface in org.xchain.framework.lifecycle
 
CellCommand - Class in org.xchain.namespaces.csv
XChain for populating the next cell in the current row.
CellCommand() - Constructor for class org.xchain.namespaces.csv.CellCommand
 
cellListThreadLocal - Static variable in class org.xchain.namespaces.csv.AbstractCsvChain
 
Chain - Interface in org.xchain
The interface for JXPathContext chains.
ChainCommand - Class in org.xchain.namespaces.core
A general container for xchain commands.
ChainCommand() - Constructor for class org.xchain.namespaces.core.ChainCommand
 
ChainImpl - Class in org.xchain.impl
Almost an exact port of the class org.apache.commons.chain.impl.ChainBase, except the nested chains are represented with a java.util.ArrayList instead of an array.
ChainImpl() - Constructor for class org.xchain.impl.ChainImpl
 
changeBodyMode(TemplateSourceBuilder.BodyMode) - Method in class org.xchain.framework.jsl.TemplateSourceBuilder
 
characters(char[], int, int) - Method in class org.xchain.framework.jsl.AbstractSaxTemplateHandler
 
characters(char[], int, int) - Method in class org.xchain.framework.sax.CommandHandler
Sends text to the content handler.
characters(char[], int, int) - Method in class org.xchain.framework.sax.HandlerWrapper
 
characters(char[], int, int) - Method in class org.xchain.framework.sax.SaxEventRecorder
 
charactersBuilder - Variable in class org.xchain.framework.jsl.AbstractSaxTemplateHandler
The builder for output characters.
charactersTargetStack - Variable in class org.xchain.framework.jsl.SaxTemplateHandler
A control stack for character targets.
checkPermission(Permission) - Method in class org.xchain.framework.security.SecurityManager
Checks the Permission against the current Identity, as provided by the IdentityManager.
ChooseCommand - Class in org.xchain.namespaces.core
The choose command allows the execution of one chain based on tested conditions.
ChooseCommand() - Constructor for class org.xchain.namespaces.core.ChooseCommand
 
ChooseCommand.OtherwiseClause - Class in org.xchain.namespaces.core
choose commands can include an otherwise command.
ChooseCommand.OtherwiseClause() - Constructor for class org.xchain.namespaces.core.ChooseCommand.OtherwiseClause
 
ChooseCommand.WhenClause - Class in org.xchain.namespaces.core
choose commands can have one or more when commands nested in it.
ChooseCommand.WhenClause() - Constructor for class org.xchain.namespaces.core.ChooseCommand.WhenClause
 
CLASS_NAME_ATTRIBUTE - Static variable in class org.xchain.framework.digester.RuleSetRegistryConfigurator.RegistrationRuleSet
 
classLoader - Variable in class org.xchain.framework.jsl.TemplateCompiler.WrappedResourceReader
 
classLoader - Variable in class org.xchain.framework.lifecycle.LifecycleContext
 
classLoader - Variable in class org.xchain.framework.scanner.AbstractScanner
 
classObject - Variable in class org.xchain.framework.digester.AnnotationRuleSet.ClassObjectCreateRule
 
classPool - Variable in class org.xchain.framework.lifecycle.ClassScanner
 
classPool - Variable in class org.xchain.framework.lifecycle.LifecycleStepScanner
 
classPool - Variable in class org.xchain.framework.lifecycle.ThreadStepScanner
 
ClassScanner - Class in org.xchain.framework.lifecycle
A scanner that searches the lifecycle context looking for commands and catalogs, creates engineered versions of those classes, and loads them into the context.
ClassScanner(LifecycleContext) - Constructor for class org.xchain.framework.lifecycle.ClassScanner
 
clear() - Method in class org.xchain.framework.sax.util.NamespaceContext
Clears all of the mappings in this context.
clear() - Method in class org.xchain.framework.util.CompositeMap
Clear out the entries in the first map.
clear() - Method in class org.xchain.framework.util.ThreadLocalStack
Clears the stack.
clearCache() - Method in class org.xchain.framework.scanner.ScannerLifecycle
Clears internal cache of ScanNode instances.
close() - Method in class org.xchain.framework.net.UrlSourceUtil.ReportingInputStream
 
close(InputStream, Logger) - Static method in class org.xchain.framework.util.IoUtil
Closes an input stream if it is not null.
close(InputStream, Log) - Static method in class org.xchain.framework.util.IoUtil
Deprecated.
close(OutputStream, Logger) - Static method in class org.xchain.framework.util.IoUtil
Closes an output stream if it is not null.
close(OutputStream, Log) - Static method in class org.xchain.framework.util.IoUtil
Deprecated.
close(Socket, Logger) - Static method in class org.xchain.framework.util.IoUtil
 
close(Socket, Log) - Static method in class org.xchain.framework.util.IoUtil
Deprecated.
close(Reader, Logger) - Static method in class org.xchain.framework.util.IoUtil
 
close(Reader, Log) - Static method in class org.xchain.framework.util.IoUtil
Deprecated.
close(Writer, Logger) - Static method in class org.xchain.framework.util.IoUtil
 
close(Writer, Log) - Static method in class org.xchain.framework.util.IoUtil
Deprecated.
close(Channel, Logger) - Static method in class org.xchain.framework.util.IoUtil
 
closeConnection(URLConnection) - Method in class org.xchain.framework.net.UrlUtil
Close the input and output streams for the given URLConnection.
closeInputStream(URLConnection) - Static method in class org.xchain.framework.net.UrlUtil
Closes the input stream for a url connection.
closeOutputStream(URLConnection) - Static method in class org.xchain.framework.net.UrlUtil
Closes the output stream for a url connection.
COLON_EQUALS_REGEX - Static variable in class org.xchain.framework.osgi.ManifestParser
 
Command - Interface in org.xchain
The interface for JXPathContext commands.
command - Variable in class org.xchain.framework.sax.CommandXmlReader
 
commandCtClass - Variable in class org.xchain.framework.lifecycle.ClassScanner
 
CommandExecutionState - Enum in org.xchain.namespaces.jsl
 
commandExecutionStateStackTL - Static variable in class org.xchain.namespaces.jsl.AbstractTemplateCommand
The thread local stack of command execution state arrays.
CommandHandler - Class in org.xchain.framework.sax
This handler provides caching and translation services for command based sax sources.
CommandHandler() - Constructor for class org.xchain.framework.sax.CommandHandler
 
commandHandler - Variable in class org.xchain.framework.sax.CommandXmlReader
 
CommandHandler.Attribute - Class in org.xchain.framework.sax
 
CommandHandler.Attribute(String, String, String, String) - Constructor for class org.xchain.framework.sax.CommandHandler.Attribute
 
CommandHandler.Element - Class in org.xchain.framework.sax
 
CommandHandler.Element(String, String, String) - Constructor for class org.xchain.framework.sax.CommandHandler.Element
 
CommandHandler.Node - Class in org.xchain.framework.sax
 
CommandHandler.Node(String, String, String) - Constructor for class org.xchain.framework.sax.CommandHandler.Node
 
commandList - Variable in class org.xchain.framework.lifecycle.NamespaceContext
List of commands in the namespace.
commandList - Variable in class org.xchain.impl.ChainImpl
 
CommandList - Class in org.xchain.impl
Almost an exact port of the class org.apache.commons.chain.impl.ChainBase, except the nested chains are represented with a java.util.ArrayList instead of an array.
CommandList() - Constructor for class org.xchain.impl.CommandList
 
commandList - Variable in class org.xchain.impl.FilterChainImpl
 
commandMap - Variable in class org.xchain.namespaces.core.XChainCatalog
The map of commands in this catalog.
commandMapList - Variable in class org.xchain.namespaces.core.XChainCatalog
A list of all command maps attached to this catalog through import.
commandNamespaceSet - Variable in class org.xchain.framework.jsl.AbstractSaxTemplateHandler
The set of namespaces that contain xchain commands.
CommandNotFoundException - Exception in org.xchain
This exception is thrown when requesting a command that could not be found.
CommandNotFoundException() - Constructor for exception org.xchain.CommandNotFoundException
Constructs a new CommandNotFoundException.
CommandNotFoundException(String) - Constructor for exception org.xchain.CommandNotFoundException
Constructs a new CommandNotFoundException with the specified message.
CommandNotFoundException(String, Throwable) - Constructor for exception org.xchain.CommandNotFoundException
Constructs a new CommandNotFoundException with the specified message and cause.
CommandNotFoundException(Throwable) - Constructor for exception org.xchain.CommandNotFoundException
Constructs a new CommandNotFoundException with the specified cause.
CommandSourceCommand - Class in org.xchain.namespaces.sax
The <sax:command-source/> command is used in a sax pipeline to get source nodes from a command.
CommandSourceCommand() - Constructor for class org.xchain.namespaces.sax.CommandSourceCommand
 
CommandSourceCommand.ChildrenCommand - Class in org.xchain.namespaces.sax
 
CommandSourceCommand.ChildrenCommand() - Constructor for class org.xchain.namespaces.sax.CommandSourceCommand.ChildrenCommand
 
CommandXmlReader - Class in org.xchain.framework.sax
 
CommandXmlReader(String, String) - Constructor for class org.xchain.framework.sax.CommandXmlReader
Creates a command xml reader using a catalog name and a command name.
CommandXmlReader(Command) - Constructor for class org.xchain.framework.sax.CommandXmlReader
Creates a command xml reader using the provided command.
CommandXmlReader.CommandHandlerImpl - Class in org.xchain.framework.sax
This is the class that sax event commands write to.
CommandXmlReader.CommandHandlerImpl() - Constructor for class org.xchain.framework.sax.CommandXmlReader.CommandHandlerImpl
 
comment(char[], int, int) - Method in class org.xchain.framework.digester.ExtendedDigester
 
comment(char[], int, int) - Method in class org.xchain.framework.sax.CommandHandler
Adds a comment to this handler.
comment(String) - Method in class org.xchain.framework.sax.CommandHandler
Adds a comment to this handler.
comment(char[], int, int) - Method in class org.xchain.framework.sax.HandlerWrapper
 
comment(char[], int, int) - Method in class org.xchain.framework.sax.SaxEventRecorder
 
COMMENT_LOCAL_NAME - Static variable in class org.xchain.framework.jsl.SaxTemplateHandler
 
compare(DependencySorter.Vertex<T>, DependencySorter.Vertex<T>) - Method in class org.xchain.framework.util.DependencySorter.VertexComparator
 
compare(QName, QName) - Method in class org.xchain.framework.util.LexicographicQNameComparator
Compares QName objects lexicographically, first by namespace and then by local name.
compilePattern(String, String) - Static method in class org.xchain.framework.util.RegExUtil
Compiles a regular expression and logs any problems to this class' log.
compilePattern(String, Logger, String) - Static method in class org.xchain.framework.util.RegExUtil
Compiles a regular expression and logs an problems to the provided log.
compilePattern(String, Log, String) - Static method in class org.xchain.framework.util.RegExUtil
Deprecated.
compiler - Static variable in class org.xchain.framework.jxpath.JXPathValidator
 
compileTemplate(SourceResult) - Method in class org.xchain.framework.jsl.TemplateCompiler
Compiles the source result.
Component - Annotation Type in org.xchain.annotations
Specifies the xchain component binding.
ComponentAnalysis - Class in org.xchain.framework.lifecycle
Analysis of an xchain component.
ComponentAnalysis(Class) - Constructor for class org.xchain.framework.lifecycle.ComponentAnalysis
 
ComponentAnalysis.InjectionAnalysis - Class in org.xchain.framework.lifecycle
 
ComponentAnalysis.InjectionAnalysis(String, PrefixMapping[], boolean, Method) - Constructor for class org.xchain.framework.lifecycle.ComponentAnalysis.InjectionAnalysis
 
ComponentAnalysis.InjectionAnalysis(String, PrefixMapping[], boolean, Field) - Constructor for class org.xchain.framework.lifecycle.ComponentAnalysis.InjectionAnalysis
 
componentFilename(String) - Static method in class org.xchain.framework.scanner.AbstractScanner
protected ClassFile getClassFile(String name) throws IOException { InputStream stream = classLoader.getResourceAsStream(name); DataInputStream dstream = new DataInputStream(stream); try { return new ClassFile(dstream); } finally { dstream.close(); stream.close(); } }
componentMap - Variable in class org.xchain.framework.jxpath.ScopedQNameVariablesImpl
 
componentMap - Variable in class org.xchain.framework.lifecycle.NamespaceContext
Mapping of component localnames to component analysis in the namespace.
ComponentUtil - Class in org.xchain.framework.util
Utility class for Components.
ComponentUtil() - Constructor for class org.xchain.framework.util.ComponentUtil
 
compositeCommandMap - Variable in class org.xchain.namespaces.core.XChainCatalog
A composite map that will look values up from the command map list.
CompositeMap<K extends javax.xml.namespace.QName,V> - Class in org.xchain.framework.util
A map implementation that can use multiple maps.
CompositeMap() - Constructor for class org.xchain.framework.util.CompositeMap
 
CompositeStage - Class in org.xchain.framework.sax
A composite stage is a stage that is made up of many interior stages.
CompositeStage() - Constructor for class org.xchain.framework.sax.CompositeStage
 
compositeStage - Variable in class org.xchain.framework.sax.Pipeline
 
compositeStage - Variable in class org.xchain.namespaces.sax.PipelineCommand.PipelineConfig
 
CompositeUrlTranslationStrategy - Class in org.xchain.framework.net.strategy
 
CompositeUrlTranslationStrategy() - Constructor for class org.xchain.framework.net.strategy.CompositeUrlTranslationStrategy
 
computeResourceRoot(URL, String) - Static method in class org.xchain.framework.scanner.ScanUtil
Removes the resource name from the resource url to compute the url of the root resource.
CONFIG_TAG_NAME - Static variable in class org.xchain.framework.digester.XChainConfigRuleSet
 
ConfigContext - Class in org.xchain.framework.lifecycle
 
ConfigContext() - Constructor for class org.xchain.framework.lifecycle.ConfigContext
 
configContext - Variable in class org.xchain.framework.lifecycle.LifecycleContext
 
ConfigDocumentContext - Class in org.xchain.framework.lifecycle
 
ConfigDocumentContext(JXPathContext, Object, Scope) - Constructor for class org.xchain.framework.lifecycle.ConfigDocumentContext
 
CONFIGURATION_SYSTEM_PROPERTY - Static variable in class org.xchain.StandAloneExecutor
 
configure() - Method in class org.xchain.framework.digester.RuleSetRegistryConfigurator
 
configureContext(JXPathContext, Map<QName, Object>) - Method in interface org.xchain.Executor
 
configureContext(JXPathContext, Map<QName, Object>) - Method in class org.xchain.StandAloneExecutor
Calls configure context passing in the properties configuration
configureContext(JXPathContext, Properties) - Method in class org.xchain.StandAloneExecutor
Load the properties configuration into the Context, while maintaining proper scoping if it's present in the variable name
connect() - Method in class org.xchain.framework.net.protocol.resource.ResourceNotFoundUrlConnection
 
connect() - Method in class org.xchain.framework.net.UrlConnectionWrapper
 
CONSTRUCTOR_URL_SOURCE - Static variable in class org.xchain.framework.net.strategy.BaseUrlUrlTranslationStrategy
 
consume(String, SourceStrategy<InputSource>, DependencyTracker) - Method in class org.xchain.framework.strategy.CatalogConsumerStrategy
 
consume(String, SourceStrategy<S>, DependencyTracker) - Method in interface org.xchain.framework.strategy.ConsumerStrategy
Load the requested object identified by the given systemId from the given SourceStrategy.
consume(String, SourceStrategy<InputSource>, DependencyTracker) - Method in class org.xchain.framework.strategy.TemplatesConsumerStrategy
 
ConsumerStrategy<T,S> - Interface in org.xchain.framework.strategy
Interface for a Consumer.
contains(String, String) - Method in class org.xchain.framework.sax.PrefixMappingContext
Returns true if this context maps the prefix to the namespace, false otherise.
contentHandler() - Method in class org.xchain.framework.sax.CommandHandler
 
contentHandler() - Method in class org.xchain.framework.sax.CommandXmlReader.CommandHandlerImpl
 
contentHandler - Variable in class org.xchain.framework.sax.CommandXmlReader
 
contentHandler - Variable in class org.xchain.framework.sax.CompositeStage
 
contentHandler - Variable in class org.xchain.framework.sax.HandlerWrapper
 
ContentType - Class in org.xchain.framework.util
Port from Google Data See: http://gdata-java-client.googlecode.com/svn/trunk/java/src/com/google/gdata/util/ContentType.java Simple class for parsing and generating Content-Type header values, per RFC 2045 (MIME) and 2616 (HTTP 1.1).
ContentType() - Constructor for class org.xchain.framework.util.ContentType
Constructs a new instance with default media type
ContentType(String) - Constructor for class org.xchain.framework.util.ContentType
Constructs a new instance from a content-type header value parsing the MIME content type (RFC2045) format.
context - Variable in class org.xchain.framework.jxpath.QNameVariablesImpl
 
context - Variable in class org.xchain.framework.lifecycle.ClassScanner
 
context - Variable in class org.xchain.framework.lifecycle.LifecycleStepScanner
 
context - Variable in class org.xchain.framework.lifecycle.ThreadStepScanner
 
context - Variable in class org.xchain.framework.sax.ContextInputSource
 
CONTEXT_CLASS_LOADER_ATHORITY - Static variable in class org.xchain.framework.net.protocol.resource.ResourceUrlConnection
 
ContextClassLoaderUrlTranslationStrategy - Class in org.xchain.framework.net.protocol.resource
UrlTranslationStrategy implementation for the context class loader.
ContextClassLoaderUrlTranslationStrategy() - Constructor for class org.xchain.framework.net.protocol.resource.ContextClassLoaderUrlTranslationStrategy
 
ContextInputSource - Class in org.xchain.framework.sax
An InputSource implementation that contains a JXPathContext.
ContextInputSource() - Constructor for class org.xchain.framework.sax.ContextInputSource
 
ContextInputSource(JXPathContext) - Constructor for class org.xchain.framework.sax.ContextInputSource
 
convert(Object, Class) - Method in class org.xchain.framework.jxpath.XChainTypeConverter
This method corrects the convert behavior for Java 5 Enum type.
convert(Object, Class) - Static method in class org.xchain.framework.util.JXPathContextUtil
A conversion utility that will properly convert enumeration types.
convert(Class, Object) - Method in class org.xchain.framework.util.QNameConverter
 
copyStream(InputStream, OutputStream, int) - Static method in class org.xchain.framework.util.IoUtil
Copies the input stream bytes into the output stream bytes, using the specified buffer size when transfering the bytes.
copyStream(Reader, Writer, int) - Static method in class org.xchain.framework.util.IoUtil
Copies the content of a reader into a writer, using the specified buffer size while transfering the characters.
CoreFunctions - Class in org.xchain.namespaces.core
 
CoreFunctions() - Constructor for class org.xchain.namespaces.core.CoreFunctions
 
createAnalysis(Class) - Static method in class org.xchain.framework.util.ComponentUtil
Perform an analysis of a component class.
createClassPool(ClassLoader) - Static method in class org.xchain.framework.util.EngineeringUtil
Create a ClassPool which can access all the classes available to the given ClassLoader.
createComponent(ComponentAnalysis) - Static method in class org.xchain.framework.util.ComponentUtil
Create a new component from the given analysis.
createDependencyUriResolver(URIResolver) - Method in class org.xchain.framework.net.DependencyTracker
Create a wrapped URIResolver for dependency tracking.
createMessage(String, Map) - Static method in exception org.xchain.framework.util.DependencyCycleException
 
createResultForPath(JXPathContext) - Method in class org.xchain.namespaces.sax.ResultCommand
Returns the Result object for the path attribute.
createResultForSelect(JXPathContext) - Method in class org.xchain.namespaces.sax.ResultCommand
Returns the result for the select attribute.
createResultForSystemId(JXPathContext) - Method in class org.xchain.namespaces.sax.ResultCommand
Returns the Result object for the system-id attribute.
createSaxInputSource(URL) - Static method in class org.xchain.framework.net.UrlSourceUtil
Create an InputSource from the given URL.
createSharedVariables(JXPathContext) - Method in class org.xchain.framework.jxpath.QNameVariablesImpl
Creates a new QNameVariables object that shares its variables map with this QNameVariables object.
createTransformerHandler(String, String, String, String, String) - Static method in class org.xchain.framework.sax.MultiDocumentResult
 
createTransformSource(URL) - Static method in class org.xchain.framework.net.UrlSourceUtil
A utility function that builds javax.xml.transform sources for urls.
createTransformSource(String, InputStream) - Static method in class org.xchain.framework.net.UrlSourceUtil
 
createURLStreamHandler(String) - Method in class org.xchain.framework.net.protocol.http.HttpUrlStreamHandlerFactory
 
createURLStreamHandler(String) - Method in class org.xchain.framework.net.protocol.resource.ResourceUrlStreamHandlerFactory
 
createURLStreamHandler(String) - Method in class org.xchain.framework.net.UrlFactory.MappedUrlStreamHandlerFactory
 
CsvWriterChain - Class in org.xchain.namespaces.csv
Chain for production of CSV data.
CsvWriterChain() - Constructor for class org.xchain.namespaces.csv.CsvWriterChain
 
csvWriterThreadLocal - Static variable in class org.xchain.namespaces.csv.AbstractCsvChain
 
customLexicalHandler - Variable in class org.xchain.framework.digester.ExtendedDigester
 
cycle - Variable in exception org.xchain.framework.util.DependencyCycleException
 

D

data - Variable in exception org.xchain.framework.util.ParseException
 
DATASETLOADER_CONFIGURATION_DEFAULT - Static variable in class org.xchain.StandAloneExecutor
 
DebugMessageCommand - Class in org.xchain.namespaces.core
 
DebugMessageCommand() - Constructor for class org.xchain.namespaces.core.DebugMessageCommand
 
declareVariable(QName, Object) - Method in interface org.xchain.framework.jxpath.QNameVariables
Declares a variable for the specified qName and value.
declareVariable(String, Object) - Method in class org.xchain.framework.jxpath.QNameVariablesImpl
Declares a variable for the specified name and value.
declareVariable(QName, Object) - Method in class org.xchain.framework.jxpath.QNameVariablesImpl
Declares a variable for the specified qName and value.
declareVariable(String, Object, Scope) - Method in interface org.xchain.framework.jxpath.ScopedQNameVariables
Declares a variable for the specified name and value.
declareVariable(QName, Object, Scope) - Method in interface org.xchain.framework.jxpath.ScopedQNameVariables
Declares a variable for the specified QName and value.
declareVariable(String, Object) - Method in class org.xchain.framework.jxpath.ScopedQNameVariablesImpl
 
declareVariable(QName, Object) - Method in class org.xchain.framework.jxpath.ScopedQNameVariablesImpl
 
declareVariable(String, Object, Scope) - Method in class org.xchain.framework.jxpath.ScopedQNameVariablesImpl
 
declareVariable(QName, Object, Scope) - Method in class org.xchain.framework.jxpath.ScopedQNameVariablesImpl
 
decrementDocumentElementCount() - Method in class org.xchain.framework.sax.MultiDocumentResult.MultiDocumentContentHandler
 
decrementIndent() - Method in class org.xchain.framework.jsl.TemplateSourceBuilder
 
DEFAULT_CHARSET - Static variable in class org.xchain.framework.util.ContentType
The UTF-8 charset encoding is used by default for all text and xml based MIME types.
DEFAULT_DOCUMENT_BUILDER_FACTORY_NAME - Static variable in class org.xchain.framework.lifecycle.XmlFactoryLifecycle
The qname for the default document build factory - {http://www.xchain.org/core}default-document-builder-factory
DEFAULT_OVERWRITE_VALUE - Static variable in class org.xchain.framework.sax.MultiDocumentResult
 
DEFAULT_SAX_PARSER_FACTORY_NAME - Static variable in class org.xchain.framework.lifecycle.XmlFactoryLifecycle
The qname for the default sax parser factory - {http://www.xchain.org/core}default-sax-parser-factory
DEFAULT_TRANSFORMER_FACTORY_NAME - Static variable in class org.xchain.framework.lifecycle.XmlFactoryLifecycle
The qname for the default transformer factory - {http://www.xchain.org/core}default-transformer-factory
DEFAULT_XML_READER_FACTORY_NAME - Static variable in class org.xchain.framework.lifecycle.XmlFactoryLifecycle
The qname for the default xml reader factory - {http://www.xchain.org/core}default-xml-reader-factory
DefaultDocumentBuilderFactoryFactory - Class in org.xchain.framework.lifecycle
 
DefaultDocumentBuilderFactoryFactory() - Constructor for class org.xchain.framework.lifecycle.DefaultDocumentBuilderFactoryFactory
 
DefaultIdentity - Class in org.xchain.framework.security
The DefaultIdentity is an Identity with the AllPermission.
DefaultIdentity() - Constructor for class org.xchain.framework.security.DefaultIdentity
Creates an Identity with the permission to do everything.
DefaultIdentityService - Class in org.xchain.framework.security
The DefaultIdentityService always returns the DefaultIdentity.
DefaultIdentityService() - Constructor for class org.xchain.framework.security.DefaultIdentityService
 
DefaultPrincipal - Class in org.xchain.framework.security
The DefaultPrincipal represents a 'guest'.
DefaultPrincipal() - Constructor for class org.xchain.framework.security.DefaultPrincipal
 
DefaultSaxParserFactoryFactory - Class in org.xchain.framework.lifecycle
 
DefaultSaxParserFactoryFactory() - Constructor for class org.xchain.framework.lifecycle.DefaultSaxParserFactoryFactory
 
DefaultTransformerFactoryFactory - Class in org.xchain.framework.lifecycle
 
DefaultTransformerFactoryFactory() - Constructor for class org.xchain.framework.lifecycle.DefaultTransformerFactoryFactory
 
DefaultXmlReaderFactoryFactory - Class in org.xchain.framework.lifecycle
 
DefaultXmlReaderFactoryFactory() - Constructor for class org.xchain.framework.lifecycle.DefaultXmlReaderFactoryFactory
 
definedRuleSetMap - Variable in class org.xchain.framework.digester.strategy.RuleLoadingNewDigesterFilter.NamespaceXmlFilter
 
definePrefixMappings(JXPathContext, EngineeredCommand) - Static method in class org.xchain.framework.lifecycle.Execution
Add all custom prefixes for the given command to the context.
defineRules(String) - Method in class org.xchain.framework.digester.strategy.RuleLoadingNewDigesterFilter.NamespaceXmlFilter
 
DependencyCycleException - Exception in org.xchain.framework.util
Signals that a circular dependency was found.
DependencyCycleException(String, Map) - Constructor for exception org.xchain.framework.util.DependencyCycleException
 
dependencyFound(URL) - Method in class org.xchain.framework.net.DependencyTracker
Register the given URL as a dependency.
DependencyInjectionException - Exception in org.xchain.framework.util
 
DependencyInjectionException(String) - Constructor for exception org.xchain.framework.util.DependencyInjectionException
 
DependencyInjectionException(String, Throwable) - Constructor for exception org.xchain.framework.util.DependencyInjectionException
 
dependencyListStackThreadLocal - Variable in class org.xchain.framework.net.DependencyTracker
 
dependencySetFound(Set<URL>) - Method in class org.xchain.framework.net.DependencyTracker
Register the given set of dependency URLs.
dependencySorter - Variable in class org.xchain.framework.lifecycle.LifecycleStepScanner
 
dependencySorter - Variable in class org.xchain.framework.lifecycle.ThreadStepScanner
 
DependencySorter<T> - Class in org.xchain.framework.util
 
DependencySorter(Comparator<T>) - Constructor for class org.xchain.framework.util.DependencySorter
 
DependencySorter.Vertex<T> - Class in org.xchain.framework.util
The implementation of a vertex in the graph.
DependencySorter.Vertex(T) - Constructor for class org.xchain.framework.util.DependencySorter.Vertex
Creates a new vertex for the given label.
DependencySorter.VertexComparator<T> - Class in org.xchain.framework.util
 
DependencySorter.VertexComparator(Comparator<T>) - Constructor for class org.xchain.framework.util.DependencySorter.VertexComparator
 
DependencyTracker - Class in org.xchain.framework.net
DependencyTracker is used to track dependencies.
DependencyTracker.DependencyUriResolver - Class in org.xchain.framework.net
Wrapped URIResolver to track dependencies.
DependencyTracker.DependencyUriResolver(URIResolver) - Constructor for class org.xchain.framework.net.DependencyTracker.DependencyUriResolver
 
depth - Variable in class org.xchain.framework.digester.AnnotationRuleSet.CommandRegistrationRule
 
depthTl - Static variable in class org.xchain.namespaces.jsl.AbstractTemplateCommand
 
digester - Variable in class org.xchain.framework.digester.strategy.RuleLoadingNewDigesterFilter.NamespaceXmlFilter
 
digester - Variable in class org.xchain.framework.jsl.SaxTemplateHandler
The digester that we will inject templates into.
DigesterFactory - Class in org.xchain.framework.digester
 
DigesterFactory() - Constructor for class org.xchain.framework.digester.DigesterFactory
 
DigesterFactory.RootNewDigesterStrategy - Class in org.xchain.framework.digester
This strategy just creates a new digester.
DigesterFactory.RootNewDigesterStrategy() - Constructor for class org.xchain.framework.digester.DigesterFactory.RootNewDigesterStrategy
 
DigesterNamespaceContext - Class in org.xchain.framework.digester
 
DigesterNamespaceContext(Digester) - Constructor for class org.xchain.framework.digester.DigesterNamespaceContext
 
doBegin(Object) - Static method in class org.xchain.framework.util.ComponentUtil
Invoke the begin method on the given component.
DOCTYPE_PUBLIC_ATTRIBUTE - Static variable in class org.xchain.framework.sax.MultiDocumentResult
 
DOCTYPE_SYSTEM_ATTRIBUTE - Static variable in class org.xchain.framework.sax.MultiDocumentResult
 
document(String) - Static method in class org.xchain.namespaces.core.DocumentFunctions
 
document(URL) - Static method in class org.xchain.namespaces.core.DocumentFunctions
 
DOCUMENT_ELEMENT_LOCAL_NAME - Static variable in class org.xchain.framework.sax.MultiDocumentResult
 
documentElementCount - Variable in class org.xchain.framework.sax.MultiDocumentResult.MultiDocumentContentHandler
 
DocumentFunctions - Class in org.xchain.namespaces.core
 
DocumentFunctions() - Constructor for class org.xchain.namespaces.core.DocumentFunctions
 
doEnd(Object) - Static method in class org.xchain.framework.util.ComponentUtil
Invoke the end method on the given component.
doInjection(Object, ComponentAnalysis, JXPathContext) - Static method in class org.xchain.framework.util.ComponentUtil
Perform dependency injection on the given component.
dtdHandler() - Method in class org.xchain.framework.sax.CommandHandler
 
dtdHandler() - Method in class org.xchain.framework.sax.CommandXmlReader.CommandHandlerImpl
 
dtdHandler - Variable in class org.xchain.framework.sax.CommandXmlReader
 
dtdHandler - Variable in class org.xchain.framework.sax.HandlerWrapper
 
DYNAMIC_PART_REGEX - Static variable in class org.xchain.framework.jsl.TemplateSourceBuilder
 
DYNAMIC_PART_REGEX - Static variable in class org.xchain.framework.util.AttributesUtil
A regex that matches the dynamic part of an attribute value template.
dynamicElementStackTL - Static variable in class org.xchain.namespaces.jsl.AbstractTemplateCommand
 
dynamicQName(JXPathContext, String, String, boolean) - Method in class org.xchain.namespaces.jsl.AbstractTemplateCommand
Uses the specified nameXPath and namespaceXPath to create a dynamic qName.

E

Element - Annotation Type in org.xchain.annotations
Specifies the xchain element xml binding.
ELEMENT_LOCAL_NAME - Static variable in class org.xchain.framework.jsl.SaxTemplateHandler
 
elementComparator - Variable in class org.xchain.framework.util.DependencySorter
 
elementComparator - Variable in class org.xchain.framework.util.DependencySorter.VertexComparator
 
elementInfoStack - Variable in class org.xchain.framework.jsl.AbstractSaxTemplateHandler
The element info stack for the current element.
ElementOutputState - Enum in org.xchain.namespaces.jsl
 
elementOutputStateStackTL - Static variable in class org.xchain.namespaces.jsl.AbstractTemplateCommand
The thread local stack of element output state arrays.
elementStack - Variable in class org.xchain.framework.sax.CommandHandler
The stack of elements from the root element to the current output element.
ENCODING_PATTERN - Static variable in class org.xchain.framework.jsl.TemplateSourceBuilder
 
ENCODING_REGEX - Static variable in class org.xchain.framework.jsl.TemplateSourceBuilder
 
End - Annotation Type in org.xchain.annotations
Specifies the end method.
end() - Method in class org.xchain.framework.digester.AnnotationRuleSet.ClassObjectCreateRule
Removes the instance of the class from the top of the stack.
end(String, String) - Method in class org.xchain.framework.digester.AnnotationRuleSet.CommandRegistrationRule
 
end(String, String) - Method in class org.xchain.framework.digester.AnnotationRuleSet.CommandSetNextRule
 
end() - Method in class org.xchain.framework.digester.SerializationRule
 
end(String, String) - Method in class org.xchain.framework.digester.XChainConfigRuleSet.ConfigLoadRule
 
end(String, String) - Method in class org.xchain.framework.digester.XChainConfigRuleSet.ResourceUrlRule
 
end(String, String) - Method in class org.xchain.framework.digester.XChainConfigRuleSet.SourceUrlRule
 
end(String, String) - Method in class org.xchain.framework.digester.XChainConfigRuleSet.WebappUrlRule
 
endAttribute(String, String, String) - Method in class org.xchain.framework.sax.CommandHandler
 
endAttribute(String) - Method in class org.xchain.framework.sax.CommandHandler
 
endCDATA() - Method in class org.xchain.framework.digester.ExtendedDigester
 
endCDATA() - Method in class org.xchain.framework.sax.CommandHandler
 
endCDATA() - Method in class org.xchain.framework.sax.HandlerWrapper
 
endCDATA() - Method in class org.xchain.framework.sax.SaxEventRecorder
 
endCommandElement(String, String, String) - Method in class org.xchain.framework.jsl.AbstractSaxTemplateHandler
Handles end events for xchain command elements.
endCommandElement(String, String, String) - Method in class org.xchain.framework.jsl.SaxTemplateHandler
Handles end element events for elements in an xchain namespace.
endCommandExecute(Command, JXPathContext) - Static method in class org.xchain.framework.lifecycle.Execution
Executed at the end of a command's execute method if it is not a filter or at the end of a command's postProcess method if it is a filter.
endCommandPostProcess(Command, JXPathContext) - Static method in class org.xchain.framework.lifecycle.Execution
Marks the end of a commands post process method.
endComment() - Method in class org.xchain.framework.sax.CommandHandler
Stops translating all events as a single comment and passes the comment along.
endDocument() - Method in class org.xchain.framework.jsl.AbstractSaxTemplateHandler
 
endDocument() - Method in class org.xchain.framework.sax.CommandHandler
 
endDocument() - Method in class org.xchain.framework.sax.HandlerWrapper
 
endDocument() - Method in class org.xchain.framework.sax.MultiDocumentResult.MultiDocumentContentHandler
 
endDocument() - Method in class org.xchain.framework.sax.PrefixMappingContext
 
endDocument() - Method in class org.xchain.framework.sax.ReversePrefixMappingContext
 
endDocument() - Method in class org.xchain.framework.sax.SaxEventRecorder
 
endDocument() - Method in class org.xchain.framework.sax.XChainDeclFilter
 
endDocument() - Method in class org.xchain.framework.sax.XChainTemplatesHandler
 
endDTD() - Method in class org.xchain.framework.digester.ExtendedDigester
 
endDTD() - Method in class org.xchain.framework.sax.CommandHandler
 
endDTD() - Method in class org.xchain.framework.sax.HandlerWrapper
 
endDTD() - Method in class org.xchain.framework.sax.SaxEventRecorder
 
endElement(String, String, String) - Method in class org.xchain.framework.jsl.AbstractSaxTemplateHandler
Tests the uri type and calls the correct end element method.
endElement(String, String, String) - Method in class org.xchain.framework.sax.CommandHandler
Sends the end element event to the content handler.
endElement(String, String, String) - Method in class org.xchain.framework.sax.HandlerWrapper
 
endElement(String, String, String) - Method in class org.xchain.framework.sax.MultiDocumentResult.MultiDocumentContentHandler
 
endElement(String, String, String) - Method in class org.xchain.framework.sax.SaxEventRecorder
 
endElement(String, String, String) - Method in class org.xchain.framework.sax.util.XHtmlHandler
 
endEndElement() - Method in class org.xchain.framework.jsl.TemplateSourceBuilder
 
endEntity(String) - Method in class org.xchain.framework.digester.ExtendedDigester
 
endEntity(String) - Method in class org.xchain.framework.sax.CommandHandler
 
endEntity(String) - Method in class org.xchain.framework.sax.HandlerWrapper
 
endEntity(String) - Method in class org.xchain.framework.sax.SaxEventRecorder
 
endExcludeResultPrefix(String) - Method in class org.xchain.framework.sax.CommandHandler
 
endExcludeResultPrefixContext() - Method in class org.xchain.framework.sax.CommandHandler
Ends the current context for removing result prefixes.
endExecution() - Static method in class org.xchain.framework.lifecycle.Execution
End all execution for this thread.
endJslCommentElement(String, String, String) - Method in class org.xchain.framework.jsl.SaxTemplateHandler
Handles end element events for JSL comment elements.
endJslDynamicAttribute(String, String, String) - Method in class org.xchain.framework.jsl.SaxTemplateHandler
Handles end element events for JSL element elements.
endJslDynamicElement(String, String, String) - Method in class org.xchain.framework.jsl.SaxTemplateHandler
Handles end element events for JSL element elements.
endJslElement(String, String, String) - Method in class org.xchain.framework.jsl.AbstractSaxTemplateHandler
Handles end events for jsl elements.
endJslElement(String, String, String) - Method in class org.xchain.framework.jsl.SaxTemplateHandler
Handles end element events for all JSL elements.
endJslTemplateElement(String, String, String) - Method in class org.xchain.framework.jsl.SaxTemplateHandler
 
endJslTextElement(String, String, String) - Method in class org.xchain.framework.jsl.SaxTemplateHandler
Handles end element events for JSL text elements.
endJslValueOfElement(String, String, String) - Method in class org.xchain.framework.jsl.SaxTemplateHandler
Handles end element events for JSL value-of elements.
endPrefixMapping(String) - Method in class org.xchain.framework.jsl.AbstractSaxTemplateHandler
 
endPrefixMapping(String) - Method in class org.xchain.framework.sax.CommandHandler
 
endPrefixMapping(String) - Method in class org.xchain.framework.sax.HandlerWrapper
 
endPrefixMapping(String) - Method in class org.xchain.framework.sax.MultiDocumentResult.MultiDocumentContentHandler
 
endPrefixMapping(String) - Method in class org.xchain.framework.sax.PrefixMappingContext
Ends the mapping for the specified prefix.
endPrefixMapping(String) - Method in class org.xchain.framework.sax.ReversePrefixMappingContext
Ends the mapping for the specified prefix.
endPrefixMapping(String) - Method in class org.xchain.framework.sax.SaxEventRecorder
 
endPrefixMapping(String) - Method in class org.xchain.framework.sax.util.NamespaceContext
Pops a prefix mapping off of the context.
endPrefixMapping(String) - Method in class org.xchain.framework.sax.util.XHtmlHandler
 
endSource() - Method in class org.xchain.framework.jsl.TemplateSourceBuilder
 
endStartElement() - Method in class org.xchain.framework.jsl.TemplateSourceBuilder
 
endTemplateElement(String, String, String) - Method in class org.xchain.framework.jsl.AbstractSaxTemplateHandler
Handles end events for template elements.
endTemplateElement(String, String, String) - Method in class org.xchain.framework.jsl.SaxTemplateHandler
Handles end element events for template elements.
endVirtualChain() - Method in class org.xchain.framework.jsl.TemplateSourceBuilder
Signals the end of a virtual chain.
engineerCatalog(ClassPool, CtClass) - Static method in class org.xchain.framework.util.EngineeringUtil
Engineer the given catalog class.
engineerCommand(ClassPool, CtClass) - Static method in class org.xchain.framework.util.EngineeringUtil
Engineer the given command class.
EngineeredCatalog - Interface in org.xchain
 
EngineeredCommand - Interface in org.xchain
The interface for engineered commands.
EngineeringUtil - Class in org.xchain.framework.util
Utility class to build engineered versions of commands and catalogs.
EngineeringUtil() - Constructor for class org.xchain.framework.util.EngineeringUtil
 
entityResolver - Variable in class org.xchain.framework.sax.CommandXmlReader
 
entityResolver - Variable in class org.xchain.namespaces.sax.PipelineCommand.PipelineConfig
 
entrySet() - Method in class org.xchain.framework.util.CompositeMap
 
equals(Object) - Method in class org.xchain.framework.lifecycle.NamespaceFunctionLibrary.MethodInfo
 
equals(Object) - Method in class org.xchain.framework.scanner.MarkerResourceLocator
 
equals(Object) - Method in class org.xchain.framework.security.AllPermission
 
equals(Object) - Method in class org.xchain.framework.security.DefaultIdentityService
 
equals(Object) - Method in class org.xchain.framework.security.IdentityImpl
 
equals(Object) - Method in class org.xchain.framework.security.UsernamePrincipal
 
equals(Object) - Method in class org.xchain.framework.util.ContentType
 
equals(Object) - Method in class org.xchain.framework.util.DependencySorter.Vertex
 
equals(Object) - Method in class org.xchain.framework.util.DependencySorter.VertexComparator
 
equals(Object) - Method in class org.xchain.framework.util.LexicographicQNameComparator
Returns true of o is a lexicographicQNameComparator and its nullFirst flag is the same as this object.
EQUALS_REGEX - Static variable in class org.xchain.framework.osgi.ManifestParser
 
error(SAXParseException) - Method in class org.xchain.framework.strategy.CatalogConsumerStrategy.FailingErrorHandler
 
errorHandler - Variable in class org.xchain.framework.sax.CommandXmlReader
 
errorListener - Variable in class org.xchain.namespaces.sax.PipelineCommand.PipelineConfig
 
EvalCommand - Class in org.xchain.namespaces.core
The eval command will evaluate an xpath expression.
EvalCommand() - Constructor for class org.xchain.namespaces.core.EvalCommand
 
evaluateAttributeValueTemplate(JXPathContext, String) - Static method in class org.xchain.framework.util.AttributesUtil
Evaluates an attribute value template using the provided JXPathContext object.
eventList - Variable in class org.xchain.framework.sax.SaxEventRecorder
The list of recorded SAX events.
exception - Variable in class org.xchain.framework.lifecycle.Execution.ExceptionContext
 
exceptionHandled(Command, Exception) - Static method in class org.xchain.framework.lifecycle.Execution
 
exceptionThrown(Command, Exception) - Static method in class org.xchain.framework.lifecycle.Execution
Called by engineered commands to notify that an exception is propagating from an execute(JXPathContext) method.
excludeNamespaceContextStack - Variable in class org.xchain.framework.sax.CommandHandler
The exclude result prefix context.
execute(JXPathContext) - Method in interface org.xchain.Command
Executes this command.
execute() - Method in class org.xchain.framework.sax.Pipeline
Executes the pipeline.
execute(JXPathContext) - Method in class org.xchain.impl.ChainImpl
 
execute(JXPathContext) - Method in class org.xchain.impl.CommandList
 
execute(JXPathContext) - Method in class org.xchain.impl.FilterChainImpl
 
execute(JXPathContext) - Method in class org.xchain.impl.FilterList
 
execute(JXPathContext) - Method in class org.xchain.namespaces.core.ChooseCommand
 
execute(JXPathContext) - Method in class org.xchain.namespaces.core.DebugMessageCommand
 
execute(JXPathContext) - Method in class org.xchain.namespaces.core.EvalCommand
 
execute(JXPathContext) - Method in class org.xchain.namespaces.core.ExecuteCommand
Executes the command specified by the system-id and name attributes.
execute(JXPathContext) - Method in class org.xchain.namespaces.core.FilterChooseCommand
 
execute(JXPathContext) - Method in class org.xchain.namespaces.core.FilterIfCommand
 
execute(JXPathContext) - Method in class org.xchain.namespaces.core.FilterVariableCommand
 
execute(JXPathContext) - Method in class org.xchain.namespaces.core.ForEachCommand
Executes the children of this node in the context of the values found by select or select nodes.
execute(JXPathContext) - Method in class org.xchain.namespaces.core.HandledCommand
 
execute(JXPathContext) - Method in class org.xchain.namespaces.core.IfCommand
 
execute(JXPathContext) - Method in class org.xchain.namespaces.core.IterateCommand
 
execute(JXPathContext) - Method in class org.xchain.namespaces.core.ThrowCommand
 
execute(JXPathContext) - Method in class org.xchain.namespaces.core.TraceCommand
 
execute(JXPathContext) - Method in class org.xchain.namespaces.core.VariableCommand
 
execute(JXPathContext) - Method in class org.xchain.namespaces.core.WithCommand
 
execute(JXPathContext) - Method in class org.xchain.namespaces.csv.CellCommand
 
execute(JXPathContext) - Method in class org.xchain.namespaces.csv.CsvWriterChain
 
execute(JXPathContext) - Method in class org.xchain.namespaces.csv.RowChain
 
execute(JXPathContext) - Method in class org.xchain.namespaces.jsl.AbstractTemplateCommand
Initializes the internal state of this command and then calls executeTemplate( JXPathContext ).
execute(JXPathContext) - Method in class org.xchain.namespaces.jsl.TemporaryCommand
 
execute(JXPathContext) - Method in class org.xchain.namespaces.sax.CommandSourceCommand.ChildrenCommand
 
execute(JXPathContext) - Method in class org.xchain.namespaces.sax.CommandSourceCommand
The name of the parameter.
execute(JXPathContext) - Method in class org.xchain.namespaces.sax.MultiDocumentResultCommand
The name of the parameter.
execute(JXPathContext) - Method in class org.xchain.namespaces.sax.NullResultCommand
 
execute(JXPathContext) - Method in class org.xchain.namespaces.sax.OutputPropertyCommand
Gets the current transformer and sets an output property on it.
execute(JXPathContext) - Method in class org.xchain.namespaces.sax.ParameterCommand
Gets the name and value for the context and sets a parameter for them on the current transformer.
execute(JXPathContext) - Method in class org.xchain.namespaces.sax.PipelineCommand
Constructs a new Pipeline and places it into the context at path.
execute(JXPathContext) - Method in class org.xchain.namespaces.sax.ResultCommand
Builds the result object for this element and sets it on the current sax pipeline configuration.
execute(JXPathContext) - Method in class org.xchain.namespaces.sax.SerializerCommand
 
execute(JXPathContext) - Method in class org.xchain.namespaces.sax.TransformerCommand
 
execute(JXPathContext) - Method in class org.xchain.namespaces.sax.UrlSourceCommand
The name of the parameter.
execute() - Method in class org.xchain.StandAloneExecutor
Step through the process of using an XChain in the needed order
EXECUTE_COMMAND - Static variable in class org.xchain.StandAloneExecutor
 
executeChildren(JXPathContext, int[]) - Method in class org.xchain.namespaces.jsl.AbstractTemplateCommand
Calls the execute method of the children specified by childIndecies, passing it the supplied context.
ExecuteCommand - Class in org.xchain.namespaces.core
The execute command can execute another command chain.
ExecuteCommand() - Constructor for class org.xchain.namespaces.core.ExecuteCommand
 
executeTemplate(JXPathContext) - Method in class org.xchain.namespaces.jsl.AbstractTemplateCommand
Generated templates implement this method to provide sax output.
Execution - Class in org.xchain.framework.lifecycle
The Execution class manages the context and execution stacks.
Execution() - Constructor for class org.xchain.framework.lifecycle.Execution
 
Execution.ExceptionContext - Class in org.xchain.framework.lifecycle
The ExceptionContext contains information about where an exception was encountered in an XChain.
Execution.ExceptionContext(Exception, List<ExecutionTraceElement>, Execution.ExceptionContext) - Constructor for class org.xchain.framework.lifecycle.Execution.ExceptionContext
 
ExecutionException - Exception in org.xchain.framework.lifecycle
An exception that represents an unhandled exception that was thrown during an execution.
ExecutionException(String, List<ExecutionTraceElement>, Throwable) - Constructor for exception org.xchain.framework.lifecycle.ExecutionException
 
ExecutionException(String, List<ExecutionTraceElement>) - Constructor for exception org.xchain.framework.lifecycle.ExecutionException
 
ExecutionException(List<ExecutionTraceElement>) - Constructor for exception org.xchain.framework.lifecycle.ExecutionException
 
executionStackThreadLocal - Variable in class org.xchain.namespaces.core.FilterChooseCommand
 
executionStackThreadLocal - Variable in class org.xchain.namespaces.core.FilterIfCommand
 
executionTrace - Variable in exception org.xchain.framework.lifecycle.ExecutionException
 
ExecutionTraceElement - Class in org.xchain.framework.lifecycle
The call context tracks information about the currently executing xchain.
Executor - Interface in org.xchain
 
exists(URL) - Method in class org.xchain.framework.net.strategy.FileUrlExistsStrategy
 
exists(URL) - Method in class org.xchain.framework.net.strategy.JarUrlExistsStrategy
 
exists(URL) - Method in class org.xchain.framework.net.strategy.ResourceUrlExistsStrategy
 
exists(ResourceUrlConnection) - Method in class org.xchain.framework.net.strategy.ResourceUrlExistsStrategy
 
exists(URL) - Method in interface org.xchain.framework.net.UrlExistsStrategy
Check if anything exists at the given URL.
exists(String) - Method in class org.xchain.framework.net.UrlUtil
Check if the given systemId references something that exists.
exists(URL) - Method in class org.xchain.framework.net.UrlUtil
Check if the given URL exists.
existsStrategyMap - Variable in class org.xchain.framework.net.UrlUtil
 
EXTENDED_REGEX - Static variable in class org.xchain.framework.osgi.ManifestParser
extended ::= ( alphanum | ’_’ | ’-’ | ’.’ )+
ExtendedDigester - Class in org.xchain.framework.digester
A digester that has been extended to pass along LexicalHandler events to a custom lexical handler, if it is set.
ExtendedDigester() - Constructor for class org.xchain.framework.digester.ExtendedDigester
 

F

Factory<E> - Interface in org.xchain.framework.lifecycle
 
factory - Variable in class org.xchain.framework.net.UrlFactory
This URLStreamHandlerFactory maps protocols to URLStreamHandlerFactories.
fatalError(SAXParseException) - Method in class org.xchain.framework.strategy.CatalogConsumerStrategy.FailingErrorHandler
 
fileCopy(File, File, Logger) - Static method in class org.xchain.framework.util.IoUtil
Utility method to perform a file copy from a File to a File
fileCopy(InputStream, File, Logger) - Static method in class org.xchain.framework.util.IoUtil
Utility method to perform a file copy from an InputStream to a File
FileProtocolScanner - Class in org.xchain.framework.scanner
This protocol scanner scans the protocol "jar:" and returns the root node of the scan.
FileProtocolScanner() - Constructor for class org.xchain.framework.scanner.FileProtocolScanner
 
FileUrlExistsStrategy - Class in org.xchain.framework.net.strategy
A UrlExistsStrategy implementation to check if a URL references an existing file.
FileUrlExistsStrategy() - Constructor for class org.xchain.framework.net.strategy.FileUrlExistsStrategy
 
Filter - Interface in org.xchain
The interface for JXPathContext filters.
filterAttributes(Attributes) - Method in class org.xchain.framework.sax.util.XHtmlHandler
 
FilterChainCommand - Class in org.xchain.namespaces.core
A general container for xchain commands.
FilterChainCommand() - Constructor for class org.xchain.namespaces.core.FilterChainCommand
 
FilterChainImpl - Class in org.xchain.impl
Almost an exact port of the class org.apache.commons.chain.impl.ChainBase, except the nested chains are represented with a java.util.ArrayList instead of an array.
FilterChainImpl() - Constructor for class org.xchain.impl.FilterChainImpl
 
FilterChooseCommand - Class in org.xchain.namespaces.core
The choose command implemented as a filter.
FilterChooseCommand() - Constructor for class org.xchain.namespaces.core.FilterChooseCommand
 
FilterChooseCommand.OtherwiseClause - Class in org.xchain.namespaces.core
filter-choose commands can include an otherwise command.
FilterChooseCommand.OtherwiseClause() - Constructor for class org.xchain.namespaces.core.FilterChooseCommand.OtherwiseClause
 
FilterChooseCommand.WhenClause - Class in org.xchain.namespaces.core
filter-choose commands can have one or more when commands nested in it.
FilterChooseCommand.WhenClause() - Constructor for class org.xchain.namespaces.core.FilterChooseCommand.WhenClause
 
FilterIfCommand - Class in org.xchain.namespaces.core
The if command implemented as a filter.
FilterIfCommand() - Constructor for class org.xchain.namespaces.core.FilterIfCommand
 
FilterList - Class in org.xchain.impl
Almost an exact port of the class org.apache.commons.chain.impl.ChainBase, except the nested chains are represented with a java.util.ArrayList instead of an array.
FilterList() - Constructor for class org.xchain.impl.FilterList
 
FilterVariableCommand - Class in org.xchain.namespaces.core
The variable command implemented as a filter.
FilterVariableCommand() - Constructor for class org.xchain.namespaces.core.FilterVariableCommand
 
finalize() - Method in class org.xchain.framework.jxpath.ScopedQNameVariablesImpl
 
finalize() - Method in class org.xchain.framework.net.UrlSourceUtil.ReportingInputStream
 
findCatalogInStack() - Method in class org.xchain.framework.digester.AnnotationRuleSet.CommandRegistrationRule
Finds the catalog that is closest to the top of the digesters stack.
findCatalogInStack() - Method in class org.xchain.framework.digester.AnnotationRuleSet.SetCatalogClassLoader
Finds the catalog that is closest to the top of the digesters stack.
findRoots(ClassLoader) - Method in class org.xchain.framework.scanner.MarkerResourceLocator
 
findRoots(ClassLoader) - Method in interface org.xchain.framework.scanner.RootUrlLocator
 
firstMap() - Method in class org.xchain.framework.util.CompositeMap
Get the first map from mapList().
FIXED_PART_REGEX - Static variable in class org.xchain.framework.jsl.TemplateSourceBuilder
 
FIXED_PART_REGEX - Static variable in class org.xchain.framework.util.AttributesUtil
A regex that matches the fixed part of an attribute value template.
flushCharacters() - Method in class org.xchain.framework.jsl.AbstractSaxTemplateHandler
 
flushCharacters() - Method in class org.xchain.framework.jsl.SaxTemplateHandler
Handles characters found in the source document.
ForEachCommand - Class in org.xchain.namespaces.core
The for-each will execute its child commands for each element selected by the select attribute.
ForEachCommand() - Constructor for class org.xchain.namespaces.core.ForEachCommand
 
Function - Annotation Type in org.xchain.annotations
Specifies the xml binding for a method to an xpath function.
functionLibrary - Variable in class org.xchain.framework.lifecycle.LifecycleContext
 
functionLibrary - Variable in class org.xchain.framework.lifecycle.NamespaceContext
The function library for this namespace.

G

GenericsWisePackageFunctions - Class in org.xchain.framework.jxpath
Almost an exact copy of org.apache.commons.jxpath.PackageFunctions implementation written by Dimitri Plotnikov.
GenericsWisePackageFunctions(String, String) - Constructor for class org.xchain.framework.jxpath.GenericsWisePackageFunctions
 
getAllowUserInteraction() - Method in class org.xchain.framework.net.UrlConnectionWrapper
 
getAnnotation(AnnotationDesc[], Class) - Static method in class org.xchain.framework.doclets.NamespaceDoclet
Get the annotation type from the array of annotations.
getAnnotationValue(ClassFile, Class<? extends Annotation>, String) - Static method in class org.xchain.framework.util.AnnotationUtil
 
getAnnotationValue(CtBehavior, Class<? extends Annotation>, String) - Static method in class org.xchain.framework.util.AnnotationUtil
 
getAnnotationValue(Annotation, String) - Static method in class org.xchain.framework.util.AnnotationUtil
 
getAnnotationValue(MemberValue) - Static method in class org.xchain.framework.util.AnnotationUtil
 
getAttribute(Attributes, String, String, String) - Static method in class org.xchain.framework.digester.AnnotationRuleSet
 
getAttribute(Attributes, String, String) - Static method in class org.xchain.framework.util.AttributesUtil
Get the attribute value.
getAttribute(Attributes, String, String, String) - Static method in class org.xchain.framework.util.AttributesUtil
Get the attribute value.
getAttribute(String) - Method in class org.xchain.framework.util.ContentType
Returns the additional attribute by name of the content type.
getAttributeDetailMap() - Method in interface org.xchain.EngineeredCommand
Returns the details for all of the attributes defined for this command.
getAttributeMap() - Method in interface org.xchain.EngineeredCommand
Returns the attribute name to attribute value mapping for this command.
getAttributeMap() - Method in class org.xchain.framework.sax.CommandHandler.Element
 
getAttributes() - Method in class org.xchain.framework.sax.SaxEventRecorder.SaxEvent
 
getAttributes() - Method in class org.xchain.framework.util.ContentType
Returns the additional attributes of the content type.
getAttributes() - Method in class org.xchain.framework.util.ParsedTransformer
 
getAttributes() - Method in class org.xchain.framework.util.ParsedTransformerFactory
 
getAttributeSet() - Method in interface org.xchain.EngineeredCommand
Returns the set of attribute named defined for this command.
getBaseUrl() - Method in class org.xchain.framework.net.strategy.BaseUrlUrlTranslationStrategy
 
getBestContentType(String, List<ContentType>) - Static method in class org.xchain.framework.util.ContentType
Determines the best "Content-Type" header to use in a servlet response based on the "Accept" header from a servlet request.
getBodyBuilder() - Method in class org.xchain.framework.jsl.TemplateSourceBuilder.VirtualChainContext
Returns the builer for the body of this method.
getBodyMode() - Method in class org.xchain.framework.jsl.TemplateSourceBuilder.VirtualChainContext
Returns the current body mode.
getBytes(String) - Method in class org.xchain.framework.jsl.TemplateCompiler.WrappedResourceReader
 
getByteStream() - Method in class org.xchain.framework.sax.ContextInputSource
 
getCatalog(String) - Method in interface org.xchain.Executor
 
getCatalog(String) - Method in class org.xchain.framework.factory.CatalogFactory
Retrieve the catalog for the given systemId.
getCatalog(String) - Method in class org.xchain.StandAloneExecutor
Get the given Catalog based on the property CATALOG_URI
getCatalogCacheSize() - Method in class org.xchain.framework.lifecycle.ConfigContext
 
getCatalogList() - Method in class org.xchain.framework.lifecycle.NamespaceContext
 
getCCLPolicy() - Method in class org.xchain.framework.lifecycle.ThreadLifecycle
Returns the strategy used for setting the context class loader.
getCharacterStream() - Method in class org.xchain.framework.sax.ContextInputSource
 
getCharset() - Method in class org.xchain.framework.util.ContentType
 
getChildMap() - Method in class org.xchain.framework.scanner.ScanNode
Returns the child nodes for this node.
getClass(String) - Static method in class org.xchain.namespaces.core.CoreFunctions
 
getClassFile(String, ClassLoader) - Static method in class org.xchain.framework.util.AnnotationUtil
 
getClassLoader() - Method in interface org.xchain.EngineeredCatalog
The class loader used to load command classes inside this catalog.
getClassLoader() - Method in class org.xchain.framework.lifecycle.LifecycleContext
Returns the class loader that engineered commands are loaded into.
getClassName() - Method in class org.xchain.framework.jsl.SourceResult
 
getClassResourceName() - Method in class org.xchain.framework.jsl.SourceResult
 
getCommand(String) - Method in interface org.xchain.Catalog
Gets a command from this catalog in the default namespace.
getCommand(QName) - Method in interface org.xchain.Catalog
Gets a command from this catalog with the specified QName.
getCommand(Catalog, String) - Method in interface org.xchain.Executor
 
getCommand(String) - Method in class org.xchain.namespaces.core.XChainCatalog
Gets the command for the name specified in the default namespace, or null if the command was not found.
getCommand(QName) - Method in class org.xchain.namespaces.core.XChainCatalog
Gets the command for the QName specified, or null if the command was not found.
getCommand(Catalog, String) - Method in class org.xchain.StandAloneExecutor
Get the command off of the Catalog
getCommandCount() - Method in class org.xchain.framework.jsl.TemplateSourceBuilder.Context
 
getCommandExecutionState() - Static method in class org.xchain.namespaces.jsl.AbstractTemplateCommand
Returns the command execute state array for the current thread.
getCommandHandler() - Method in class org.xchain.framework.sax.CommandXmlReader
Returns the handler that commands should use to output events.
getCommandIndex() - Method in class org.xchain.framework.jsl.TemplateSourceBuilder.Context
 
getCommandIndexList() - Method in class org.xchain.framework.jsl.TemplateSourceBuilder.VirtualChainContext
Returns the list of child command indecies.
getCommandList() - Method in interface org.xchain.Chain
Returns the list of commands that make up this chain.
getCommandList() - Method in class org.xchain.framework.lifecycle.NamespaceContext
 
getCommandList() - Method in class org.xchain.impl.ChainImpl
 
getCommandList() - Method in class org.xchain.impl.FilterChainImpl
 
getCommandMap() - Method in interface org.xchain.Catalog
Returns a map of all the commands defined in this catalog.
getCommandMap() - Method in class org.xchain.namespaces.core.XChainCatalog
 
getCommandPathList(LifecycleContext, Class) - Static method in class org.xchain.framework.digester.AnnotationRuleSet
 
getComponentClass() - Method in class org.xchain.framework.lifecycle.ComponentAnalysis
 
getComponentMap() - Method in class org.xchain.framework.lifecycle.NamespaceContext
 
getCompositeStage() - Method in class org.xchain.framework.sax.Pipeline
 
getCompositeStage() - Method in class org.xchain.namespaces.sax.PipelineCommand.PipelineConfig
 
getConfigContext() - Method in class org.xchain.framework.lifecycle.LifecycleContext
 
getConfigEntry(String, Class<E>, E) - Method in class org.xchain.framework.lifecycle.ConfigDocumentContext
 
getConfigEntry(String, Class<E>) - Method in class org.xchain.framework.lifecycle.ConfigDocumentContext
 
getConfigurationUrlEnumeration(String) - Method in class org.xchain.framework.digester.RuleSetRegistryConfigurator
 
getConfigUrl() - Method in class org.xchain.framework.lifecycle.ConfigDocumentContext
 
getContent() - Method in class org.xchain.framework.net.UrlConnectionWrapper
 
getContent(Class[]) - Method in class org.xchain.framework.net.UrlConnectionWrapper
 
getContentEncoding() - Method in class org.xchain.framework.net.UrlConnectionWrapper
 
getContentHandler() - Method in class org.xchain.framework.sax.CommandXmlReader
 
getContentHandler() - Method in class org.xchain.framework.sax.CompositeStage
Returns the content handler for this stage list.
getContentHandler() - Method in class org.xchain.framework.sax.SerializerStage
 
getContentHandler() - Method in interface org.xchain.framework.sax.Stage
Gets the content handler for this stage.
getContentHandler() - Method in class org.xchain.framework.sax.TransformerHandlerStage
 
getContentHandler() - Method in class org.xchain.framework.sax.XChainDeclFilter
 
getContentHandler() - Method in class org.xchain.namespaces.jsl.AbstractTemplateCommand
 
getContentLength() - Method in class org.xchain.framework.net.UrlConnectionWrapper
 
getContentType() - Method in class org.xchain.framework.net.UrlConnectionWrapper
 
getContext() - Method in interface org.xchain.Executor
 
getContext() - Method in class org.xchain.framework.sax.ContextInputSource
 
getContext() - Method in class org.xchain.StandAloneExecutor
Create the JXPathContext that is going to be used
getCSVWriter(JXPathContext) - Method in class org.xchain.namespaces.csv.CsvWriterChain
 
getCtClass(ClassPool, String) - Static method in class org.xchain.framework.util.EngineeringUtil
Find the class in the pool for the given name.
getCurrentTransformer() - Static method in class org.xchain.namespaces.sax.TransformerCommand
Returns the current transformer on the top of the stack, without removing it from the stack.
getCurrentTransformerStack() - Static method in class org.xchain.namespaces.sax.TransformerCommand
Returns the current transfrormer stack.
getCustomLexicalHandler() - Method in class org.xchain.framework.digester.ExtendedDigester
 
getCycle() - Method in exception org.xchain.framework.util.DependencyCycleException
 
getData() - Method in exception org.xchain.framework.util.ParseException
 
getDate() - Method in class org.xchain.framework.net.UrlConnectionWrapper
 
getDefaultProperties() - Static method in class org.xchain.StandAloneExecutor
This method is used to populate the defaults for the properties that will be used to execute the XChain.
getDefaultUseCaches() - Method in class org.xchain.framework.net.UrlConnectionWrapper
 
getDependencyListStack() - Method in class org.xchain.framework.net.DependencyTracker
 
getDigester() - Method in class org.xchain.framework.digester.strategy.RuleLoadingNewDigesterFilter.NamespaceXmlFilter
 
getDocumentBuilderFactory(QName) - Static method in class org.xchain.framework.lifecycle.XmlFactoryLifecycle
Returns the DocumentBuilderFactory factory for the specified name.
getDocumentLocator() - Method in class org.xchain.framework.sax.XChainDeclFilter
 
getDocumentLocator() - Method in class org.xchain.framework.sax.XChainTemplatesHandler
Return sthe locator object for this handler.
getDoInput() - Method in class org.xchain.framework.net.UrlConnectionWrapper
 
getDoOutput() - Method in class org.xchain.framework.net.UrlConnectionWrapper
 
getDTDHandler() - Method in class org.xchain.framework.sax.CommandXmlReader
 
getDTDHandler() - Method in class org.xchain.framework.sax.XChainDeclFilter
 
getDynamicElementStack() - Static method in class org.xchain.namespaces.jsl.AbstractTemplateCommand
 
getElementCount() - Method in class org.xchain.framework.jsl.TemplateSourceBuilder.Context
 
getElementDepth() - Method in class org.xchain.framework.jsl.TemplateSourceBuilder.VirtualChainContext
 
getElementIndexList() - Method in class org.xchain.framework.jsl.TemplateSourceBuilder.VirtualChainContext
 
getElementIndexStack() - Method in class org.xchain.framework.jsl.TemplateSourceBuilder.Context
 
getElementOutputState() - Static method in class org.xchain.namespaces.jsl.AbstractTemplateCommand
 
getElementType() - Method in class org.xchain.framework.jsl.AbstractSaxTemplateHandler.ElementInfo
 
getEncoding() - Method in class org.xchain.framework.sax.CompositeStage
Returns the character encoding for the final stage of the composite
getEncoding() - Method in class org.xchain.framework.sax.ContextInputSource
 
getEncoding() - Method in class org.xchain.framework.sax.SerializerStage
Returns the character encoding for this stage
getEncoding() - Method in interface org.xchain.framework.sax.Stage
Returns the character encoding for this stage
getEncoding() - Method in class org.xchain.framework.sax.TransformerHandlerStage
Returns the character encoding for this stage
getEngineeredCommandName(CtClass) - Static method in class org.xchain.framework.util.EngineeringUtil
Build a unique engineered command name from the given CtClass.
getEntityResolver() - Method in class org.xchain.framework.sax.CommandXmlReader
 
getEntityResolver() - Method in class org.xchain.framework.sax.XChainDeclFilter
 
getEntityResolver() - Method in class org.xchain.namespaces.sax.PipelineCommand.PipelineConfig
 
getErrorHandler() - Method in class org.xchain.framework.sax.CommandXmlReader
 
getErrorHandler() - Method in class org.xchain.framework.sax.XChainDeclFilter
 
getErrorListener() - Method in class org.xchain.namespaces.sax.PipelineCommand.PipelineConfig
 
getEventList() - Method in class org.xchain.framework.sax.SaxEventRecorder
 
getException(JXPathContext) - Method in class org.xchain.namespaces.core.ThrowCommand
 
getExcludeResultPrefixBoundary() - Method in class org.xchain.framework.jsl.TemplateSourceBuilder.Context
 
getExcludeResultPrefixSet() - Method in class org.xchain.framework.jsl.AbstractSaxTemplateHandler.ElementInfo
 
getExecutionStack() - Method in class org.xchain.namespaces.core.FilterIfCommand
 
getExecutionTrace() - Static method in class org.xchain.framework.lifecycle.Execution
Returns a copy of the current execution trace stack.
getExecutionTrace() - Method in exception org.xchain.framework.lifecycle.ExecutionException
 
getExpiration() - Method in class org.xchain.framework.net.UrlConnectionWrapper
 
getExpression(JXPathContext) - Method in class org.xchain.namespaces.core.EvalCommand
The xpath expression to be evaluated using context.getValue(context, Object.class);
getFeature(String) - Method in class org.xchain.framework.sax.CommandXmlReader
 
getFeatures() - Method in class org.xchain.framework.util.ParsedTransformerFactory
 
getField() - Method in class org.xchain.framework.lifecycle.ComponentAnalysis.InjectionAnalysis
 
getField(CtClass, String) - Static method in class org.xchain.framework.util.EngineeringUtil
Find the field on the given class.
getFields() - Method in class org.xchain.framework.util.ParsedTransformerFactory
 
getFileStream(String, Logger) - Static method in class org.xchain.framework.util.IoUtil
Utility method to return an InputStream from either a File on the system path, or from the ConextClassLoader to a resource on the Class Path.
getFooterBuilder() - Method in class org.xchain.framework.jsl.TemplateSourceBuilder.Context
 
getFunction(String, String, Object[]) - Method in class org.xchain.framework.jxpath.GenericsWisePackageFunctions
 
getFunction(String, String, Object[]) - Method in class org.xchain.framework.jxpath.NamespaceResolvingFunctionLibrary
 
getFunction(String, String, Object[]) - Method in class org.xchain.framework.jxpath.StandardFunctions
 
getFunction(String, String, Object[]) - Method in class org.xchain.framework.lifecycle.LifecycleFunctionLibrary
 
getFunction(String, String, Object[]) - Method in class org.xchain.framework.lifecycle.NamespaceFunctionLibrary
 
getFunctionLibrary() - Method in class org.xchain.framework.lifecycle.LifecycleContext
 
getFunctionLibrary() - Method in class org.xchain.framework.lifecycle.NamespaceContext
 
getFunctions() - Method in class org.xchain.framework.jxpath.ScopedJXPathContextImpl
Overridden to insure an instance of GenericsWisePackageFunctions is returned by default, when a Functions instance hasn't been set explicitly, instead of a PackageFunctions instance.
getGlobalContext() - Static method in class org.xchain.framework.lifecycle.Execution
Returns the global context.
getHandlerPrefixMapping() - Method in class org.xchain.framework.jsl.AbstractSaxTemplateHandler.ElementInfo
 
getHeaderBuilder() - Method in class org.xchain.framework.jsl.TemplateSourceBuilder.Context
 
getHeaderField(int) - Method in class org.xchain.framework.net.UrlConnectionWrapper
 
getHeaderField(String) - Method in class org.xchain.framework.net.UrlConnectionWrapper
 
getHeaderFieldDate(String, long) - Method in class org.xchain.framework.net.UrlConnectionWrapper
 
getHeaderFieldInt(String, int) - Method in class org.xchain.framework.net.UrlConnectionWrapper
 
getHeaderFieldKey(int) - Method in class org.xchain.framework.net.UrlConnectionWrapper
 
getHeaderFields() - Method in class org.xchain.framework.net.UrlConnectionWrapper
 
getIdentity() - Method in class org.xchain.framework.security.DefaultIdentityService
Returns the default
getIdentity() - Method in class org.xchain.framework.security.IdentityManager
A convenience method for getIdentityService().getIdentity().
getIdentity() - Method in interface org.xchain.framework.security.IdentityService
Retrieves the currently authenticated Identity.
getIdentityService() - Method in class org.xchain.framework.security.IdentityManager
Returns the service used to load Identitys for this thread.
getIfModifiedSince() - Method in class org.xchain.framework.net.UrlConnectionWrapper
 
getIndent() - Method in class org.xchain.framework.jsl.TemplateSourceBuilder.Context
 
getIndent(JXPathContext) - Method in class org.xchain.namespaces.sax.SerializerCommand
 
getInjections() - Method in class org.xchain.framework.lifecycle.ComponentAnalysis
 
getInputStream() - Method in class org.xchain.framework.net.UrlConnectionWrapper
 
getInSet() - Method in class org.xchain.framework.util.DependencySorter.Vertex
Returns the set of inbound dependencies.
getInstance() - Static method in class org.xchain.framework.digester.DigesterFactory
 
getInstance() - Static method in class org.xchain.framework.digester.RuleSetRegistry
 
getInstance() - Static method in class org.xchain.framework.factory.CatalogFactory
 
getInstance() - Static method in class org.xchain.framework.factory.TemplatesFactory
 
getInstance() - Static method in class org.xchain.framework.lifecycle.ThreadLifecycle
Returns the ThreadLifecycle singleton.
getInstance() - Static method in class org.xchain.framework.net.DependencyTracker
 
getInstance() - Static method in class org.xchain.framework.net.UrlFactory
Returns the UrlFactory singleton.
getInstance() - Static method in class org.xchain.framework.net.UrlUtil
 
getInstance() - Static method in class org.xchain.framework.scanner.ScannerLifecycle
 
getIterator(JXPathContext) - Method in class org.xchain.namespaces.core.IterateCommand
The JXPath of the java.util.Iterator object.
getIteratorStack() - Method in class org.xchain.impl.FilterChainImpl
 
getIteratorStack() - Method in class org.xchain.impl.FilterList
 
getJavaType() - Method in class org.xchain.AttributeDetail
Returns the java type that results from evaluating this attribute's value.
getJXPathContext() - Method in interface org.xchain.framework.jxpath.QNameVariables
Returns the JXPathContext that is used to lookup namespace uris.
getJXPathContext() - Method in class org.xchain.framework.jxpath.QNameVariablesImpl
Returns the JXPathContext that is used to lookup namespace uris.
getLabel() - Method in class org.xchain.framework.util.DependencySorter.Vertex
Returns the label for this vertex.
getLabelComparator() - Method in class org.xchain.framework.util.DependencySorter.VertexComparator
 
getLastModified() - Method in class org.xchain.framework.net.UrlConnectionWrapper
 
getLevel(JXPathContext) - Method in class org.xchain.namespaces.core.DebugMessageCommand
 
getLevel(JXPathContext) - Method in class org.xchain.namespaces.core.TraceCommand
 
getLifecycleContext() - Static method in class org.xchain.framework.lifecycle.Lifecycle
Returns the current LifecycleContext.
getLifecycleStepList() - Method in class org.xchain.framework.lifecycle.LifecycleStepScanner
 
getLocalContext() - Static method in class org.xchain.framework.lifecycle.Execution
Returns the current local context.
getLocalName() - Method in class org.xchain.framework.lifecycle.ComponentAnalysis
 
getLocalName() - Method in class org.xchain.framework.sax.CommandHandler.Node
 
getLocalName() - Method in class org.xchain.framework.sax.SaxEventRecorder.SaxEvent
 
getLocation() - Method in exception org.xchain.framework.util.ParseException
 
getLocator() - Method in exception org.xchain.framework.digester.XChainParseException
 
getLocator() - Method in class org.xchain.framework.lifecycle.ExecutionTraceElement
 
getLocator() - Method in interface org.xchain.Locatable
Returns a Locator for Commands and Catalogs.
getLocator() - Method in class org.xchain.namespaces.jsl.AbstractTemplateCommand
 
getLogger(JXPathContext) - Method in class org.xchain.namespaces.core.DebugMessageCommand
 
getLogger(JXPathContext) - Method in class org.xchain.namespaces.core.TraceCommand
 
getMediaType() - Method in class org.xchain.framework.sax.CompositeStage
Returns the internet media type for the final stage of the composite
getMediaType() - Method in class org.xchain.framework.sax.SerializerStage
Returns the internet media type for this stage
getMediaType() - Method in interface org.xchain.framework.sax.Stage
Returns the internet media type for this stage
getMediaType() - Method in class org.xchain.framework.sax.TransformerHandlerStage
Returns the internet media type for this stage
getMediaType() - Method in class org.xchain.framework.util.ContentType
Returns the full media type
getMessage(JXPathContext) - Method in class org.xchain.namespaces.core.DebugMessageCommand
 
getMessage(JXPathContext) - Method in class org.xchain.namespaces.core.TraceCommand
 
getMethod() - Method in class org.xchain.framework.lifecycle.ComponentAnalysis.InjectionAnalysis
 
getMethod(CtClass, String, CtClass[]) - Static method in class org.xchain.framework.util.EngineeringUtil
Find the CtMethod on the given class.
getMethod(JXPathContext) - Method in class org.xchain.namespaces.sax.SerializerCommand
 
getMethodBuilder() - Method in class org.xchain.framework.jsl.TemplateSourceBuilder.Context
Returns the string builder used to store completed methods.
getMethodClass() - Method in class org.xchain.framework.lifecycle.NamespaceFunctionLibrary.MethodInfo
 
getMethodName() - Method in class org.xchain.framework.lifecycle.NamespaceFunctionLibrary.MethodInfo
 
getMethodPattern - Static variable in class org.xchain.framework.util.EngineeringUtil
 
getName() - Method in class org.xchain.framework.jsl.TemplateSourceBuilder.VirtualChainContext
Returns the name of this virtual chain method.
getName() - Method in class org.xchain.framework.osgi.ParsedParameter
 
getName() - Method in class org.xchain.framework.scanner.ScanNode
Sets the name of this node relative to the parent.
getName() - Method in class org.xchain.framework.security.UsernamePrincipal
 
getName(JXPathContext) - Method in class org.xchain.namespaces.core.ExecuteCommand
The qname of the command to execute.
getName(JXPathContext) - Method in class org.xchain.namespaces.core.FilterVariableCommand
The QName of the variable.
getName(JXPathContext) - Method in class org.xchain.namespaces.core.IterateCommand
The QName of the variable.
getName(JXPathContext) - Method in class org.xchain.namespaces.core.VariableCommand
The QName of the variable.
getName(JXPathContext) - Method in class org.xchain.namespaces.sax.OutputPropertyCommand
The name of the output property to set.
getName(JXPathContext) - Method in class org.xchain.namespaces.sax.ParameterCommand
The name of the parameter to set.
getNamespace() - Method in class org.xchain.framework.sax.CommandHandler.Node
 
getNamespaceContextMap() - Method in class org.xchain.framework.lifecycle.LifecycleContext
Returns the mapping of namespace uris to namespaces that have been loaded into the lifecycle.
getNamespaceURI(String) - Method in class org.xchain.framework.digester.DigesterNamespaceContext
 
getNamespaceUri() - Method in class org.xchain.framework.lifecycle.NamespaceContext
 
getNewDigesterStrategy() - Method in class org.xchain.framework.digester.DigesterFactory
 
getNullFirst() - Method in class org.xchain.framework.util.LexicographicQNameComparator
Returns true if this comparator sorts null values first, false otherwise.
getObject(String, SourceStrategy<S>, ConsumerStrategy<T, S>) - Method in class org.xchain.framework.strategy.CachingLoadStrategy
 
getObject(String, SourceStrategy<S>, ConsumerStrategy<T, S>) - Method in interface org.xchain.framework.strategy.LoadStrategy
Load the object identified by the given systemId.
getOrAddVertex(T) - Method in class org.xchain.framework.util.DependencySorter
Retrieve the vertex for the given label.
getOutputProperties() - Method in class org.xchain.framework.util.ParsedTransformer
 
getOutputStream() - Method in class org.xchain.framework.net.UrlConnectionWrapper
 
getOutputStream(JXPathContext) - Method in class org.xchain.namespaces.csv.CsvWriterChain
 
getOutSet() - Method in class org.xchain.framework.util.DependencySorter.Vertex
Returns the set of out bound dependencies.
getParameterList() - Method in class org.xchain.framework.osgi.ParsedClassPathEntry
 
getParameters() - Method in class org.xchain.framework.util.ParsedTransformer
 
getParent() - Method in interface org.xchain.framework.digester.NewDigesterFilter
 
getParent() - Method in class org.xchain.framework.digester.strategy.AbstractNewDigesterFilter
 
getParentNode() - Method in class org.xchain.framework.scanner.ScanNode
Returns the parent node for this node.
getPath(JXPathContext) - Method in class org.xchain.namespaces.sax.ResultCommand
The file path to send output to.
getPermission() - Method in class org.xchain.framework.net.UrlConnectionWrapper
 
getPermissions() - Method in interface org.xchain.framework.security.Identity
Returns all the Permissions that this Identity has.
getPermissions() - Method in class org.xchain.framework.security.IdentityImpl
 
getPipelineConfig() - Static method in class org.xchain.namespaces.sax.PipelineCommand
Returns the top item on the pipeline configuration stack, without removing it from the stack.
getPipelineConfigStack() - Static method in class org.xchain.namespaces.sax.PipelineCommand
Returns the composite stage stack for this thread.
getPrefix(String) - Method in class org.xchain.framework.digester.DigesterNamespaceContext
 
getPrefixes(String) - Method in class org.xchain.framework.digester.DigesterNamespaceContext
 
getPrefixMap() - Method in interface org.xchain.EngineeredCommand
Returns the prefix to namespace mapping for this command.
getPrefixMapping() - Method in class org.xchain.framework.jsl.AbstractSaxTemplateHandler.ElementInfo
 
getPrefixMapping() - Method in class org.xchain.framework.sax.SaxEventRecorder.SaxEvent
 
getPrefixMappings() - Method in class org.xchain.framework.lifecycle.ComponentAnalysis.InjectionAnalysis
 
getPrefixMappings() - Method in class org.xchain.framework.sax.CommandHandler.Element
 
getPrefixSet() - Method in class org.xchain.framework.sax.SaxEventRecorder.SaxEvent
 
getPreviousSiblingType() - Method in class org.xchain.framework.jsl.AbstractSaxTemplateHandler.ElementInfo
 
getPrincipal() - Method in interface org.xchain.framework.security.Identity
Returns a unique identifier for this Identity.
getPrincipal() - Method in class org.xchain.framework.security.IdentityImpl
 
getPrincipal() - Method in class org.xchain.framework.security.IdentityManager
A convenience method for getIdentityService().getIdentity().getPrincipal().
getPrincipalName() - Method in class org.xchain.framework.security.IdentityManager
A convenience method for getIdentityService().getIdentity().getPrincipal().getName().
getProperties() - Method in class org.xchain.StandAloneExecutor
Retrieve the properties configuration that the Executor is using
getProperty(String) - Method in class org.xchain.framework.sax.CommandXmlReader
 
getProtocol() - Method in class org.xchain.framework.net.strategy.FileUrlExistsStrategy
 
getProtocol() - Method in class org.xchain.framework.net.strategy.JarUrlExistsStrategy
 
getProtocol() - Method in class org.xchain.framework.net.strategy.ResourceUrlExistsStrategy
 
getProtocol() - Method in interface org.xchain.framework.net.UrlExistsStrategy
 
getProtocolMap() - Method in class org.xchain.framework.net.UrlFactory
Returns the mapping of protocols to URLStreamHandlerFactory classes.
getQName() - Method in class org.xchain.AttributeDetail
Returns the QName of the attribute.
getQName() - Method in class org.xchain.framework.lifecycle.ExecutionTraceElement
 
getQName() - Method in class org.xchain.framework.sax.CommandHandler.Node
 
getQName() - Method in class org.xchain.framework.sax.SaxEventRecorder.SaxEvent
 
getQName() - Method in class org.xchain.namespaces.jsl.AbstractTemplateCommand
 
getQName() - Method in interface org.xchain.Registerable
If this command is registered, then the qname for this command is returned.
getRelativeContext(Pointer) - Method in class org.xchain.framework.jxpath.ScopedJXPathContextImpl
 
getRequestProperties() - Method in class org.xchain.framework.net.UrlConnectionWrapper
 
getRequestProperty(String) - Method in class org.xchain.framework.net.UrlConnectionWrapper
 
getRequired() - Method in class org.xchain.AttributeDetail
Returns true, if this attribute is required, false otherwise.
getResourceName() - Method in class org.xchain.framework.scanner.ScanNode
Returns the resource name for this node.
getResourceUrlList() - Method in class org.xchain.framework.lifecycle.ConfigContext
 
getRuleSet(String) - Method in class org.xchain.framework.digester.RuleSetRegistry
 
getRuleSetMap() - Method in class org.xchain.framework.digester.RuleSetRegistry
 
getSaxParserFactoryFactory(QName) - Static method in class org.xchain.framework.lifecycle.XmlFactoryLifecycle
Returns the SAXParserFactory factory for the specified name.
getScope() - Method in class org.xchain.framework.jxpath.ScopedJXPathContextImpl
 
getScope() - Method in class org.xchain.framework.lifecycle.ComponentAnalysis
 
getScope(JXPathContext) - Method in class org.xchain.namespaces.core.FilterVariableCommand
The scope of the variable.
getScope(JXPathContext) - Method in class org.xchain.namespaces.core.IterateCommand
The scope of the variable.
getScope(JXPathContext) - Method in class org.xchain.namespaces.core.VariableCommand
The scope of the variable.
getSelect() - Method in class org.xchain.framework.lifecycle.ComponentAnalysis.InjectionAnalysis
 
getSelect(JXPathContext) - Method in class org.xchain.namespaces.core.FilterVariableCommand
The value of the variable.
getSelect(JXPathContext) - Method in class org.xchain.namespaces.core.IterateCommand
The JXPath of the object to iterate.
getSelect(JXPathContext) - Method in class org.xchain.namespaces.core.VariableCommand
The value of the variable.
getSelect(JXPathContext) - Method in class org.xchain.namespaces.core.WithCommand
The XPath use as the root context.
getSelect(JXPathContext) - Method in class org.xchain.namespaces.csv.CellCommand
 
getSelect(JXPathContext) - Method in class org.xchain.namespaces.sax.ResultCommand
The object to send output to.
getSelectNodes(JXPathContext) - Method in class org.xchain.namespaces.core.FilterVariableCommand
The value of the variable.
getSelectNodes(JXPathContext) - Method in class org.xchain.namespaces.core.VariableCommand
The value of the variable.
getSelectSingleNode(JXPathContext) - Method in class org.xchain.namespaces.core.FilterVariableCommand
The value of the variable.
getSelectSingleNode(JXPathContext) - Method in class org.xchain.namespaces.core.VariableCommand
The value of the variable.
getSingletonAccessor(Class) - Method in class org.xchain.framework.lifecycle.ClassScanner
 
getSingletonAccessor() - Method in class org.xchain.framework.lifecycle.NamespaceFunctionLibrary.MethodInfo
 
getSource() - Method in class org.xchain.framework.jsl.SourceResult
 
getSource(String) - Method in class org.xchain.framework.strategy.InputSourceSourceStrategy
 
getSource(String) - Method in class org.xchain.framework.strategy.SourceSourceStrategy
 
getSource(String) - Method in interface org.xchain.framework.strategy.SourceStrategy
Get the data source for the given systemId.
getSource() - Method in class org.xchain.namespaces.sax.PipelineCommand.PipelineConfig
 
getSourceExcludeResultPrefixSet() - Method in class org.xchain.framework.jsl.AbstractSaxTemplateHandler.ElementInfo
 
getSourcePrefixMapping() - Method in class org.xchain.framework.jsl.AbstractSaxTemplateHandler.ElementInfo
 
getSourceResourceName() - Method in class org.xchain.framework.jsl.SourceResult
 
getSourceUrlList() - Method in class org.xchain.framework.lifecycle.ConfigContext
 
getStack(String, boolean) - Method in class org.xchain.framework.sax.util.NamespaceContext
 
getSubType() - Method in class org.xchain.framework.util.ContentType
 
getSystemId() - Method in interface org.xchain.EngineeredCatalog
 
getSystemId() - Static method in class org.xchain.framework.lifecycle.Execution
Returns the system id for the currently executing command.
getSystemId() - Method in class org.xchain.framework.lifecycle.ExecutionTraceElement
 
getSystemId() - Method in class org.xchain.framework.sax.XChainTemplatesHandler
Returns the system id for the templates class created by this handler.
getSystemId() - Static method in class org.xchain.namespaces.core.CoreFunctions
Returns the system id of the current catalog.
getSystemId(JXPathContext) - Method in class org.xchain.namespaces.core.ExecuteCommand
The system id of the catalog to search for the command.
getSystemId() - Method in class org.xchain.namespaces.jsl.AbstractTemplateCommand
 
getSystemId(JXPathContext) - Method in class org.xchain.namespaces.sax.ResultCommand
The system id to send output to.
getSystemId(JXPathContext) - Method in class org.xchain.namespaces.sax.TransformerCommand
The system id of the stylesheet.
getSystemId(JXPathContext) - Method in class org.xchain.namespaces.sax.UrlSourceCommand
 
getSystemId() - Method in interface org.xchain.Registerable
If this command is registered, then the system id for the catalog it is registered in is returned.
getSystemIdDepricated(JXPathContext) - Method in class org.xchain.namespaces.sax.ResultCommand
DEPRICATED: Use system-id instead.
getTargetList() - Method in class org.xchain.framework.osgi.ParsedClassPathEntry
 
getTemplates(String, SourceStrategy<InputSource>, TemplatesConsumerStrategy) - Method in class org.xchain.framework.factory.TemplatesFactory
Retrieve the Templates for the given systemId.
getTemplates(String) - Method in class org.xchain.framework.factory.TemplatesFactory
Loads a templates object from a standard stream source.
getTemplates() - Method in interface org.xchain.framework.sax.SaxTemplatesHandler
 
getTemplates() - Method in class org.xchain.framework.sax.XChainTemplatesHandler
Returns a non-reloading SaxTemplates object for the stream of sax events that were passed to this handler.
getTemplatesCacheSize() - Method in class org.xchain.framework.lifecycle.ConfigContext
 
getTest(JXPathContext) - Method in class org.xchain.namespaces.core.ChooseCommand.WhenClause
The test for this when clause.
getTest(JXPathContext) - Method in class org.xchain.namespaces.core.FilterChooseCommand.WhenClause
The test for this when clause.
getTest(JXPathContext) - Method in class org.xchain.namespaces.core.FilterIfCommand
The test for the if command.
getTest(JXPathContext) - Method in class org.xchain.namespaces.core.HandledCommand
 
getTest(JXPathContext) - Method in class org.xchain.namespaces.core.IfCommand
The test for the if command.
getText() - Method in class org.xchain.framework.sax.SaxEventRecorder.SaxEvent
 
getThreadContext() - Method in class org.xchain.framework.lifecycle.ThreadLifecycle
Returns the current thread context.
getThreadStepList() - Method in class org.xchain.framework.lifecycle.ThreadStepScanner
 
getToExecuteIndexList() - Method in class org.xchain.framework.jsl.TemplateSourceBuilder.VirtualChainContext
 
getTransformerFactoryFactory(QName) - Static method in class org.xchain.framework.lifecycle.XmlFactoryLifecycle
Returns the Factory that is mapped to the specified name, or null if there is no such factory.
getTransformerHandler() - Method in class org.xchain.framework.sax.TransformerHandlerStage
 
getTransitionExcludeResultPrefixSet() - Method in class org.xchain.framework.jsl.TemplateSourceBuilder.Context
 
getTransitionPrefixMapping() - Method in class org.xchain.framework.jsl.TemplateSourceBuilder.Context
 
getTranslatorList() - Method in class org.xchain.framework.net.strategy.CompositeUrlTranslationStrategy
 
getType() - Method in class org.xchain.AttributeDetail
The type of expression that this attribute's value represents.
getType() - Method in class org.xchain.framework.osgi.ParsedParameter
 
getType() - Method in class org.xchain.framework.sax.SaxEventRecorder.SaxEvent
 
getType() - Method in class org.xchain.framework.util.ContentType
 
getUri() - Method in class org.xchain.framework.sax.SaxEventRecorder.SaxEvent
 
getUriResolver(JXPathContext) - Method in class org.xchain.namespaces.sax.PipelineCommand
The uri resolver to use when building this pipeline.
getUriResolver() - Method in class org.xchain.namespaces.sax.PipelineCommand.PipelineConfig
 
getUriResolverSafe(JXPathContext) - Method in class org.xchain.namespaces.sax.PipelineCommand
 
getUrlSource() - Method in class org.xchain.framework.net.strategy.BaseUrlUrlTranslationStrategy
 
getUrlTranslationStrategy(URL) - Method in class org.xchain.framework.net.protocol.http.HttpUrlConnection
 
getUrlTranslationStrategy(String) - Static method in class org.xchain.framework.net.protocol.resource.ResourceUrlConnection
 
getUrlTranslationStrategy(URL) - Method in class org.xchain.framework.net.TranslatingUrlConnection
 
getUrlTranslationStrategyMap() - Static method in class org.xchain.framework.net.protocol.resource.ResourceUrlConnection
 
getUseCaches() - Method in class org.xchain.framework.net.UrlConnectionWrapper
 
getUsedNamespaces() - Method in class org.xchain.framework.jxpath.GenericsWisePackageFunctions
 
getUsedNamespaces() - Method in class org.xchain.framework.jxpath.StandardFunctions
 
getUsedNamespaces() - Method in class org.xchain.framework.lifecycle.LifecycleFunctionLibrary
 
getUsedNamespaces() - Method in class org.xchain.framework.lifecycle.NamespaceFunctionLibrary
 
getValue(Attributes, String, String) - Static method in class org.xchain.framework.digester.RuleSetRegistryConfigurator
 
getValue() - Method in class org.xchain.framework.osgi.ParsedParameter
 
getValue() - Method in class org.xchain.framework.sax.CommandHandler.Attribute
 
getValue(JXPathContext) - Method in class org.xchain.namespaces.sax.OutputPropertyCommand
The value of the output property to set.
getValue(JXPathContext) - Method in class org.xchain.namespaces.sax.ParameterCommand
The value of the parameter to set.
getValueOf(ExpressionContext, String) - Static method in class org.xchain.namespaces.core.CoreFunctions
 
getValueOf(ExpressionContext, String, Class<T>) - Static method in class org.xchain.namespaces.core.CoreFunctions
 
getValueStack() - Method in class org.xchain.namespaces.core.FilterVariableCommand
 
getVariable(QName) - Method in interface org.xchain.framework.jxpath.QNameVariables
Gets a variable by the specified qName.
getVariable(String) - Method in class org.xchain.framework.jxpath.QNameVariablesImpl
 
getVariable(QName) - Method in class org.xchain.framework.jxpath.QNameVariablesImpl
 
getVariable(String, Scope) - Method in interface org.xchain.framework.jxpath.ScopedQNameVariables
Get the variable value at the given name for the given scope.
getVariable(QName, Scope) - Method in interface org.xchain.framework.jxpath.ScopedQNameVariables
Get the variable value at the given QName for the given scope.
getVariable(String) - Method in class org.xchain.framework.jxpath.ScopedQNameVariablesImpl
 
getVariable(QName) - Method in class org.xchain.framework.jxpath.ScopedQNameVariablesImpl
 
getVariable(String, Scope) - Method in class org.xchain.framework.jxpath.ScopedQNameVariablesImpl
 
getVariable(QName, Scope) - Method in class org.xchain.framework.jxpath.ScopedQNameVariablesImpl
 
getVariableMap() - Method in interface org.xchain.framework.jxpath.QNameVariables
 
getVariableMap() - Method in class org.xchain.framework.jxpath.QNameVariablesImpl
 
getVirtualChainContextStack() - Method in class org.xchain.framework.jsl.TemplateSourceBuilder.Context
Returns the stack of virtual chain contexts.
getWebappUrlList() - Method in class org.xchain.framework.lifecycle.ConfigContext
 
getWrapped() - Method in class org.xchain.framework.net.UrlConnectionWrapper
 
getWrappedContentHandler() - Method in class org.xchain.framework.sax.HandlerWrapper
 
getWrappedDtdHandler() - Method in class org.xchain.framework.sax.HandlerWrapper
 
getWrappedLexicalHandler() - Method in class org.xchain.framework.sax.HandlerWrapper
 
getXmlReader() - Method in class org.xchain.framework.sax.Pipeline
 
getXmlReader() - Method in class org.xchain.namespaces.sax.PipelineCommand.PipelineConfig
 

H

handled - Variable in class org.xchain.framework.lifecycle.Execution.ExceptionContext
 
HandledCommand - Class in org.xchain.namespaces.core
A command that can stop the execution of an xchain by reporting that it handled the request.
HandledCommand() - Constructor for class org.xchain.namespaces.core.HandledCommand
 
handler - Variable in class org.xchain.framework.digester.SerializationRule
The handler that will create the serialized form of the nodes.
Handler - Class in org.xchain.framework.net.protocol.http
URLStreamHandler implementation for Http urls.
Handler() - Constructor for class org.xchain.framework.net.protocol.http.Handler
 
Handler - Class in org.xchain.framework.net.protocol.resource
 
Handler() - Constructor for class org.xchain.framework.net.protocol.resource.Handler
 
HandlerWrapper - Class in org.xchain.framework.sax
 
HandlerWrapper() - Constructor for class org.xchain.framework.sax.HandlerWrapper
 
hasAnnotation(ClassFile, Class<? extends Annotation>) - Static method in class org.xchain.framework.util.AnnotationUtil
 
hasAnnotation(CtClass, Class<? extends Annotation>) - Static method in class org.xchain.framework.util.AnnotationUtil
 
hasAnnotation(Method, Class<? extends Annotation>) - Static method in class org.xchain.framework.util.AnnotationUtil
 
hasAnnotation(CtBehavior, Class<? extends Annotation>) - Static method in class org.xchain.framework.util.AnnotationUtil
Tests to see if a CtMethod or a CtConstructor has the specified annotation.
hasCSVWriter() - Method in class org.xchain.namespaces.csv.CsvWriterChain
 
hasFunctionsAnnotation(CtClass) - Method in class org.xchain.framework.lifecycle.ClassScanner
 
hashCode() - Method in class org.xchain.framework.lifecycle.NamespaceFunctionLibrary.MethodInfo
 
hashCode() - Method in class org.xchain.framework.scanner.MarkerResourceLocator
 
hashCode() - Method in class org.xchain.framework.security.AllPermission
 
hashCode() - Method in class org.xchain.framework.security.IdentityImpl
 
hashCode() - Method in class org.xchain.framework.security.UsernamePrincipal
 
hashCode() - Method in class org.xchain.framework.util.ContentType
 
hashCode() - Method in class org.xchain.framework.util.DependencySorter.Vertex
 
hasIndent() - Method in class org.xchain.namespaces.sax.SerializerCommand
 
hasIterator() - Method in class org.xchain.namespaces.core.IterateCommand
 
hasName() - Method in class org.xchain.namespaces.core.ExecuteCommand
 
hasName() - Method in class org.xchain.namespaces.core.FilterVariableCommand
 
hasName() - Method in class org.xchain.namespaces.core.IterateCommand
 
hasName() - Method in class org.xchain.namespaces.core.VariableCommand
 
hasOutputStream() - Method in class org.xchain.namespaces.csv.CsvWriterChain
 
hasPath() - Method in class org.xchain.namespaces.sax.ResultCommand
Returns true if the path attribute has been set.
hasPermission(Permission) - Method in class org.xchain.framework.security.SecurityManager
 
hasSaxExceptionFired() - Method in class org.xchain.namespaces.jsl.AbstractTemplateCommand
 
hasSelect() - Method in class org.xchain.namespaces.core.FilterVariableCommand
 
hasSelect() - Method in class org.xchain.namespaces.core.ForEachCommand
 
hasSelect() - Method in class org.xchain.namespaces.core.IterateCommand
 
hasSelect() - Method in class org.xchain.namespaces.core.VariableCommand
 
hasSelect() - Method in class org.xchain.namespaces.core.WithCommand
 
hasSelect() - Method in class org.xchain.namespaces.csv.CellCommand
 
hasSelect() - Method in class org.xchain.namespaces.sax.ResultCommand
Returns true if the select attribute has been set.
hasSelectNodes() - Method in class org.xchain.namespaces.core.FilterVariableCommand
 
hasSelectNodes() - Method in class org.xchain.namespaces.core.VariableCommand
 
hasSelectSingleNode() - Method in class org.xchain.namespaces.core.FilterVariableCommand
 
hasSelectSingleNode() - Method in class org.xchain.namespaces.core.VariableCommand
 
hasSystemId() - Method in class org.xchain.namespaces.core.ExecuteCommand
 
hasSystemId() - Method in class org.xchain.namespaces.sax.ResultCommand
Returns true if the system-id attribute has been set.
hasSystemIdDepricated() - Method in class org.xchain.namespaces.sax.ResultCommand
Returns true if the systemId attribute has been set.
hasUriResolver() - Method in class org.xchain.namespaces.sax.PipelineCommand
 
HTML_METHOD - Static variable in class org.xchain.framework.sax.MultiDocumentResult
 
HTML_NAMESPACE - Static variable in class org.xchain.framework.sax.util.XHtmlHandler
 
htmlFragmentToXmlFragment(String) - Static method in class org.xchain.framework.util.HtmlUtil
Convert the given HTML fragment into proper XML.
HtmlUtil - Class in org.xchain.framework.util
Utility class for converting HTML fragments into proper XML.
HtmlUtil() - Constructor for class org.xchain.framework.util.HtmlUtil
 
HTTP_PROTOCOL - Static variable in class org.xchain.framework.net.protocol.http.HttpUrlStreamHandlerFactory
 
HttpUrlConnection - Class in org.xchain.framework.net.protocol.http
 
HttpUrlConnection(URL) - Constructor for class org.xchain.framework.net.protocol.http.HttpUrlConnection
 
HttpUrlStreamHandlerFactory - Class in org.xchain.framework.net.protocol.http
 
HttpUrlStreamHandlerFactory() - Constructor for class org.xchain.framework.net.protocol.http.HttpUrlStreamHandlerFactory
 

I

Identity - Interface in org.xchain.framework.security
An Identity represents an authenticated user.
IDENTITY_LIFECYCLE_STEP_NAME - Static variable in class org.xchain.framework.security.DefaultIdentityService
Preempt this Service from installing itself by declaring a step to run before the one with this localName.
IdentityImpl - Class in org.xchain.framework.security
The IdentityImpl is a base implementation of Identity.
IdentityImpl() - Constructor for class org.xchain.framework.security.IdentityImpl
Creates an Identity with no permissions.
IdentityManager - Class in org.xchain.framework.security
The IdentityManager contains a service that stores the authenticated Identity of the user of the application.
IdentityService - Interface in org.xchain.framework.security
The IdentityService defines a pluggable way to retrieve Identitys.
IfCommand - Class in org.xchain.namespaces.core
The if command will execute its child commands if the test attribute evaluates to true.
IfCommand() - Constructor for class org.xchain.namespaces.core.IfCommand
 
ignorableWhitespace(char[], int, int) - Method in class org.xchain.framework.jsl.AbstractSaxTemplateHandler
Handles ignorable whitespace found in the source document.
ignorableWhitespace(char[], int, int) - Method in class org.xchain.framework.sax.CommandHandler
 
ignorableWhitespace(char[], int, int) - Method in class org.xchain.framework.sax.HandlerWrapper
 
ignorableWhitespaceTargetStack - Variable in class org.xchain.framework.jsl.SaxTemplateHandler
A control stack for ignorable whitespace.
implies(Permission) - Method in class org.xchain.framework.security.AllPermission
This will return the truth value of permission != null.
implies(Permission) - Method in interface org.xchain.framework.security.Permission
Implies is the mechanism by which we verify that an authenticated Identity can perform an action.
In - Annotation Type in org.xchain.annotations
Specifies that a field or a setter method is to be injected with a value from the context.
includeContainingElement - Variable in class org.xchain.framework.digester.SerializationRule
If true, the element that caused this rule to file will be passed to the serializer, otherwise the next element after this rule will be sent.
incrementDocumentElementCount() - Method in class org.xchain.framework.sax.MultiDocumentResult.MultiDocumentContentHandler
 
incrementIndent() - Method in class org.xchain.framework.jsl.TemplateSourceBuilder
 
indent - Variable in class org.xchain.framework.digester.SerializationRule
 
indent(StringBuilder) - Method in class org.xchain.framework.jsl.TemplateSourceBuilder
 
INDENT_AMOUNT_ATTRIBUTE - Static variable in class org.xchain.framework.sax.MultiDocumentResult
 
INDENT_ATTRIBUTE - Static variable in class org.xchain.framework.sax.MultiDocumentResult
 
inExecution() - Static method in class org.xchain.framework.lifecycle.Execution
Returns true if a command is currently executing.
init(ClassLoader) - Method in class org.xchain.framework.jsl.TemplateCompiler
 
initializeWrappedHandler(Attributes) - Method in class org.xchain.framework.sax.MultiDocumentResult.MultiDocumentContentHandler
 
initLifeCycle() - Method in interface org.xchain.Executor
 
initLifeCycle() - Method in class org.xchain.StandAloneExecutor
Complete any configuration needed for starting the Life Cycle
inputNamespaceContext - Variable in class org.xchain.framework.sax.CommandHandler
The namespace context for this handler.
inputNamespaceContext - Variable in class org.xchain.framework.sax.util.XHtmlHandler
 
InputSourceSourceStrategy - Class in org.xchain.framework.strategy
SourceStrategy implementation for InputSource objects.
InputSourceSourceStrategy() - Constructor for class org.xchain.framework.strategy.InputSourceSourceStrategy
 
inSet - Variable in class org.xchain.framework.util.DependencySorter.Vertex
The set of inbound dependencies for this vertex (things this vertex depends on.)
instance - Static variable in class org.xchain.framework.digester.DigesterFactory
 
instance - Static variable in class org.xchain.framework.digester.RuleSetRegistry
 
instance - Static variable in class org.xchain.framework.net.DependencyTracker
 
instance - Static variable in class org.xchain.framework.net.UrlUtil
 
instance() - Static method in class org.xchain.framework.security.IdentityManager
Returns the singleton instance.
instance() - Static method in class org.xchain.framework.security.SecurityManager
 
inThread() - Method in class org.xchain.framework.lifecycle.ThreadLifecycle
 
invoke(ExpressionContext, Object[]) - Method in class org.xchain.framework.lifecycle.NamespaceFunctionLibrary.SingletonMethodFunction
 
IoUtil - Class in org.xchain.framework.util
A collection of useful static methods for doing io operation.
IoUtil() - Constructor for class org.xchain.framework.util.IoUtil
 
isAvailable(String) - Method in class org.xchain.framework.jsl.TemplateCompiler.WrappedResourceReader
 
isCCLBound() - Method in interface org.xchain.framework.lifecycle.CCLPolicy
 
isCCLBound() - Method in class org.xchain.framework.lifecycle.NOPCCLPolicy
 
isCCLBound() - Method in class org.xchain.framework.osgi.OSGiCCLPolicy
 
isDeclaredVariable(QName) - Method in interface org.xchain.framework.jxpath.QNameVariables
Returns true if the specified qName is defined, false otherwise.
isDeclaredVariable(String) - Method in class org.xchain.framework.jxpath.QNameVariablesImpl
 
isDeclaredVariable(QName) - Method in class org.xchain.framework.jxpath.QNameVariablesImpl
 
isDeclaredVariable(QName, Scope) - Method in interface org.xchain.framework.jxpath.ScopedQNameVariables
Determine if the variable with the given QName exists at the given scope.
isDeclaredVariable(String) - Method in class org.xchain.framework.jxpath.ScopedQNameVariablesImpl
 
isDeclaredVariable(QName) - Method in class org.xchain.framework.jxpath.ScopedQNameVariablesImpl
 
isDeclaredVariable(String, Scope) - Method in class org.xchain.framework.jxpath.ScopedQNameVariablesImpl
Determine if a variable with the given name is declared at the given scope.
isDeclaredVariable(QName, Scope) - Method in class org.xchain.framework.jxpath.ScopedQNameVariablesImpl
 
isDirectory() - Method in class org.xchain.framework.scanner.ScanNode
Returns true if this node represents a directory.
isElementStarted(int) - Method in class org.xchain.namespaces.jsl.AbstractTemplateCommand
 
isEmpty() - Method in class org.xchain.framework.util.ThreadLocalStack
Returns true if the stack for this thread is empty, false otherwise.
isFile() - Method in class org.xchain.framework.scanner.ScanNode
Returns true if this node represents a file.
isLoadableClassFile(String) - Static method in class org.xchain.framework.scanner.AbstractScanner
Returns true if the given name represents a path to a class file that does not have an INF directory at its base.
isMonitored() - Method in class org.xchain.framework.lifecycle.ConfigContext
 
isNullable() - Method in class org.xchain.framework.lifecycle.ComponentAnalysis.InjectionAnalysis
 
isPrefixMappingNeeded(String) - Method in class org.xchain.framework.sax.util.NamespaceContext
Returns true if the last two mappings on the stack for this prefix are not equal.
isRegistered() - Method in class org.xchain.namespaces.jsl.AbstractTemplateCommand
 
isRegistered() - Method in interface org.xchain.Registerable
Returns true if this command is registered with a catalog, false otherwise.
isResultSet - Variable in class org.xchain.framework.sax.CompositeStage
 
isRunning() - Static method in class org.xchain.framework.lifecycle.Lifecycle
Returns true if the life cycle
isStale(CachingLoadStrategy<T, S>.CachedObject<T>) - Method in class org.xchain.framework.strategy.CachingLoadStrategy
Check if the given CachedObject should be reloaded.
isStarted() - Static method in class org.xchain.framework.lifecycle.XmlFactoryLifecycle
We should provide a factory for validators.
isTemplateElement() - Method in enum org.xchain.framework.jsl.AbstractSaxTemplateHandler.ElementType
 
IterateCommand - Class in org.xchain.namespaces.core
The iterate command will execute its child commands for each element in the object selected by the select attribute.
IterateCommand() - Constructor for class org.xchain.namespaces.core.IterateCommand
 
iterateSelect(JXPathContext) - Method in class org.xchain.namespaces.core.ForEachCommand
An XPath to a list.
iteratorStackThreadLocal - Static variable in class org.xchain.impl.FilterChainImpl
 
iteratorStackThreadLocal - Static variable in class org.xchain.impl.FilterList
 

J

JarProtocolScanner - Class in org.xchain.framework.scanner
This protocol scanner scans the protocol "jar:" and returns the root node of the scan.
JarProtocolScanner() - Constructor for class org.xchain.framework.scanner.JarProtocolScanner
 
JarUrlExistsStrategy - Class in org.xchain.framework.net.strategy
A UrlExistsStrategy implementation to check if a URL references a file inside a jar.
JarUrlExistsStrategy() - Constructor for class org.xchain.framework.net.strategy.JarUrlExistsStrategy
 
JAVASCRIPT - Static variable in class org.xchain.framework.util.ContentType
A ContentType constant that describes the Javascript content type.
JOOST_FACTORY_CLASS_NAME - Static variable in class org.xchain.framework.lifecycle.XmlFactoryLifecycle
The class name of joost's transformer factory - "net.sf.joost.trax.TransformerFactoryImpl"
JOOST_FACTORY_NAME - Static variable in class org.xchain.framework.lifecycle.XmlFactoryLifecycle
The qname for joost's transformer factory, if it is on the class path - {http://www.xchain.org/core}joost
JSL_NAMESPACE - Static variable in class org.xchain.framework.jsl.AbstractSaxTemplateHandler
The namespace for jsl elements.
JSON - Static variable in class org.xchain.framework.util.ContentType
A ContentType constant that describes the JSON content type.
JXPathContextFactoryImpl - Class in org.xchain.framework.jxpath
Implementation of JXPathContextFactory that produces a JXPathContext with an instance of ScopedQNameVariables.
JXPathContextFactoryImpl() - Constructor for class org.xchain.framework.jxpath.JXPathContextFactoryImpl
 
JXPathContextUtil - Class in org.xchain.framework.util
Utility class for JXPathContext related methods.
JXPathContextUtil() - Constructor for class org.xchain.framework.util.JXPathContextUtil
 
JXPathValidator - Class in org.xchain.framework.jxpath
A static utility for validating the syntax of a JXPath Expression.
JXPathValidator() - Constructor for class org.xchain.framework.jxpath.JXPathValidator
 

L

label - Variable in class org.xchain.framework.util.DependencySorter.Vertex
The label for this vertex.
lastModified(URL) - Method in class org.xchain.framework.net.UrlUtil
 
lastModified(URLConnection) - Method in class org.xchain.framework.net.UrlUtil
Returns the last modified date for this url connection.
lastModifiedAfter(URL, long) - Method in class org.xchain.framework.net.UrlUtil
Check if the given URL has been modified after the given date.
lastModifiedAfter(Collection<URL>, long) - Method in class org.xchain.framework.net.UrlUtil
Check if the given collection of URLs has been modified after the given date.
lastModifiedBefore(URL, URL) - Method in class org.xchain.framework.net.UrlUtil
Determine if a given url was last modified before another given url.
lastModifiedBefore(URL, Set<URL>) - Method in class org.xchain.framework.net.UrlUtil
Determine if the given url was last modified before the given set of urls.
lastStage - Variable in class org.xchain.framework.sax.CompositeStage
 
lexicalHandler() - Method in class org.xchain.framework.sax.CommandHandler
 
lexicalHandler() - Method in class org.xchain.framework.sax.CommandXmlReader.CommandHandlerImpl
 
lexicalHandler - Variable in class org.xchain.framework.sax.HandlerWrapper
 
LexicographicQNameComparator - Class in org.xchain.framework.util
This comparator compares QName objects using the string.compareTo function.
LexicographicQNameComparator() - Constructor for class org.xchain.framework.util.LexicographicQNameComparator
Creates a new comparator that sorts null values first.
LexicographicQNameComparator(boolean) - Constructor for class org.xchain.framework.util.LexicographicQNameComparator
 
Lifecycle - Class in org.xchain.framework.lifecycle
The main class of the xchain framework.
Lifecycle() - Constructor for class org.xchain.framework.lifecycle.Lifecycle
 
LifecycleAccessor - Annotation Type in org.xchain.framework.lifecycle
The annotation that identifies the static accessor method for singleton lifecycle classes.
LifecycleClass - Annotation Type in org.xchain.framework.lifecycle
The annotation that identifies a class that participates in the XChain Lifecycle.
LifecycleClassLoader - Class in org.xchain.framework.lifecycle
ClassLoader implementation used by the Lifecycle.
LifecycleClassLoader(ClassLoader) - Constructor for class org.xchain.framework.lifecycle.LifecycleClassLoader
 
lifecycleContext - Variable in class org.xchain.framework.digester.AnnotationRuleSet.SetCatalogClassLoader
 
LifecycleContext - Class in org.xchain.framework.lifecycle
The lifecycle context for the xchain framework.
LifecycleContext() - Constructor for class org.xchain.framework.lifecycle.LifecycleContext
 
LifecycleException - Exception in org.xchain.framework.lifecycle
Signals an exception related to the starting, configuration or stopping of the Lifecycle.
LifecycleException() - Constructor for exception org.xchain.framework.lifecycle.LifecycleException
 
LifecycleException(String) - Constructor for exception org.xchain.framework.lifecycle.LifecycleException
 
LifecycleException(Throwable) - Constructor for exception org.xchain.framework.lifecycle.LifecycleException
 
LifecycleException(String, Throwable) - Constructor for exception org.xchain.framework.lifecycle.LifecycleException
 
LifecycleFunctionLibrary - Class in org.xchain.framework.lifecycle
This class handles methods for an xchain namespace.
LifecycleFunctionLibrary(LifecycleContext) - Constructor for class org.xchain.framework.lifecycle.LifecycleFunctionLibrary
 
lifecycleStepCtClass - Variable in class org.xchain.framework.lifecycle.LifecycleStepScanner
 
lifecycleStepList - Variable in class org.xchain.framework.lifecycle.LifecycleStepScanner
 
lifecycleStepMap - Variable in class org.xchain.framework.lifecycle.LifecycleStepScanner
 
LifecycleStepScanner - Class in org.xchain.framework.lifecycle
This scanner scans the context class loader for lifecycle steps and resolves their dependencies.
LifecycleStepScanner(LifecycleContext) - Constructor for class org.xchain.framework.lifecycle.LifecycleStepScanner
 
loadProperties(Properties, String[]) - Static method in class org.xchain.StandAloneExecutor
Attempts to load properties based off of the three methods to define where a configuration file is.
loadPropertiesFromFile(String, Properties) - Static method in class org.xchain.StandAloneExecutor
Attempts to load the properties from both the regular file system, as well as from the contents of the class loader.
LoadStrategy<T,S> - Interface in org.xchain.framework.strategy
Interface for loading strategies.
localCacheStrategy - Static variable in class org.xchain.framework.net.protocol.http.HttpUrlConnection
 
LocalHttpCacheUrlTranslationStrategy - Class in org.xchain.framework.net.protocol.http
 
LocalHttpCacheUrlTranslationStrategy() - Constructor for class org.xchain.framework.net.protocol.http.LocalHttpCacheUrlTranslationStrategy
 
localName - Variable in class org.xchain.framework.sax.CommandHandler.Node
 
localNamePattern - Static variable in class org.xchain.framework.util.JXPathContextUtil
A regex pattern that matches qNames of the form 'local-name'
Locatable - Interface in org.xchain
This interface is added to Command and Catalog classes that are created by the catalog factory, if it is not already on the class being loaded.
location - Variable in exception org.xchain.framework.util.ParseException
 
locator - Variable in exception org.xchain.framework.digester.XChainParseException
 
locator - Variable in class org.xchain.namespaces.jsl.AbstractTemplateCommand
 
log - Static variable in class org.xchain.framework.digester.AnnotationRuleSet
The log for this class.
log - Static variable in class org.xchain.framework.digester.RuleSetRegistry
 
log - Static variable in class org.xchain.framework.digester.RuleSetRegistryConfigurator
 
log - Static variable in class org.xchain.framework.digester.SerializationRule
 
log - Static variable in class org.xchain.framework.digester.strategy.RuleLoadingNewDigesterFilter
 
log - Static variable in class org.xchain.framework.digester.XChainConfigRuleSet
 
log - Static variable in class org.xchain.framework.factory.CatalogFactory
 
log - Static variable in class org.xchain.framework.factory.TemplatesFactory
 
log - Static variable in class org.xchain.framework.jsl.SaxTemplateHandler
 
log - Static variable in class org.xchain.framework.jsl.TemplateSourceBuilder
 
log - Static variable in class org.xchain.framework.lifecycle.ClassScanner
 
log - Static variable in class org.xchain.framework.lifecycle.Lifecycle
 
log - Static variable in class org.xchain.framework.lifecycle.LifecycleStepScanner
 
log - Static variable in class org.xchain.framework.lifecycle.ThreadStepScanner
 
log - Static variable in class org.xchain.framework.net.DependencyTracker
 
log - Static variable in class org.xchain.framework.net.protocol.http.HttpUrlConnection
 
log - Static variable in class org.xchain.framework.net.protocol.resource.ResourceUrlConnection
 
log - Static variable in class org.xchain.framework.net.strategy.BaseUrlUrlTranslationStrategy
 
log - Static variable in class org.xchain.framework.net.strategy.CompositeUrlTranslationStrategy
 
log - Static variable in class org.xchain.framework.net.TranslatingUrlConnection
 
log - Static variable in class org.xchain.framework.net.UrlConnectionWrapper
 
log - Static variable in class org.xchain.framework.net.UrlFactory
The log for this class.
log - Static variable in class org.xchain.framework.net.UrlFactoryUriResolver
 
log - Static variable in class org.xchain.framework.net.UrlSourceUtil
 
log - Static variable in class org.xchain.framework.net.UrlUtil
The log for the url util.
log - Static variable in class org.xchain.framework.sax.CommandHandler
 
log - Static variable in class org.xchain.framework.sax.CommandXmlReader
 
log - Static variable in class org.xchain.framework.sax.CompositeStage
 
log - Static variable in class org.xchain.framework.sax.HandlerWrapper
 
log - Static variable in class org.xchain.framework.sax.MultiDocumentResult
 
log - Static variable in class org.xchain.framework.sax.MultiDocumentResult.MultiDocumentContentHandler
 
log - Static variable in class org.xchain.framework.sax.Pipeline
 
log - Static variable in class org.xchain.framework.sax.SerializerStage
 
log - Static variable in class org.xchain.framework.sax.UrlFactoryEntityResolver
 
log - Static variable in class org.xchain.framework.strategy.CachingLoadStrategy
 
log - Static variable in class org.xchain.framework.strategy.CatalogConsumerStrategy
 
log - Static variable in class org.xchain.framework.util.AnnotationUtil
 
log - Static variable in class org.xchain.framework.util.EngineeringUtil
 
log - Static variable in class org.xchain.framework.util.JXPathContextUtil
 
log - Static variable in class org.xchain.framework.util.LruCacheMap
 
log - Static variable in class org.xchain.namespaces.core.ChooseCommand
 
log - Static variable in class org.xchain.namespaces.core.DocumentFunctions
 
log - Static variable in class org.xchain.namespaces.core.FilterVariableCommand
 
log - Static variable in class org.xchain.namespaces.core.ForEachCommand
 
log - Static variable in class org.xchain.namespaces.core.VariableCommand
 
log - Static variable in class org.xchain.namespaces.sax.CommandSourceCommand
 
log - Static variable in class org.xchain.namespaces.sax.NullResultCommand
 
log - Static variable in class org.xchain.namespaces.sax.ResultCommand
 
log - Static variable in class org.xchain.namespaces.sax.UrlSourceCommand
 
log - Static variable in class org.xchain.StandAloneExecutor
 
loggedIn(Principal) - Method in class org.xchain.framework.security.DefaultIdentityService
Unsupported.
loggedIn(Principal) - Method in class org.xchain.framework.security.IdentityManager
A convenience method for getIdentityService().loggedIn(Principal).
loggedIn(Principal) - Method in interface org.xchain.framework.security.IdentityService
Stores the Identity for the already-authenticated Principal.
loggedOut() - Method in class org.xchain.framework.security.DefaultIdentityService
Unsupported.
loggedOut() - Method in class org.xchain.framework.security.IdentityManager
A convenience method for getIdentityService().loggedOut().
loggedOut() - Method in interface org.xchain.framework.security.IdentityService
Flushes the authenticated Identity.
lookupConstructor(Class, Object[]) - Static method in class org.xchain.framework.jxpath.MethodLookupUtils
Look up a constructor.
lookupMethod(Class, String, Object[]) - Static method in class org.xchain.framework.jxpath.MethodLookupUtils
Look up a method.
lookUpNamespaceUri(String) - Method in class org.xchain.framework.sax.PrefixMappingContext
Find the current NamespaceURI for the Prefix.
lookUpPrefix(String) - Method in class org.xchain.framework.sax.ReversePrefixMappingContext
Find the current NamespaceURI for the Prefix.
lookupStaticMethod(Class, String, Object[]) - Static method in class org.xchain.framework.jxpath.MethodLookupUtils
Look up a static method.
lookupUri(String) - Method in class org.xchain.framework.sax.util.NamespaceContext
Returns the namespace for the given prefix.
lookupUrlStreamHandler(String, URLStreamHandler) - Method in class org.xchain.framework.net.UrlFactory
Returns the url stream handler to pass to new URL().
LruCacheMap<T,S> - Class in org.xchain.framework.util
A least recently used cache map.
LruCacheMap(int) - Constructor for class org.xchain.framework.util.LruCacheMap
 

M

main(String[]) - Static method in class org.xchain.StandAloneExecutor
 
ManifestParser - Class in org.xchain.framework.osgi
A parser for OSGi Manifest headers.
ManifestParser() - Constructor for class org.xchain.framework.osgi.ManifestParser
 
mapList() - Method in class org.xchain.framework.util.CompositeMap
Get a list of all the maps which make up this composite map.
mark(int) - Method in class org.xchain.framework.net.UrlSourceUtil.ReportingInputStream
 
MarkerResourceLocator - Class in org.xchain.framework.scanner
A locator that finds urls based on the existance of a file under the root URL.
MarkerResourceLocator(String) - Constructor for class org.xchain.framework.scanner.MarkerResourceLocator
 
markSupported() - Method in class org.xchain.framework.net.UrlSourceUtil.ReportingInputStream
 
match(ContentType) - Method in class org.xchain.framework.util.ContentType
Returns whether this content type is match by the content type found in the "Accept" header field of an HTTP request.
mediaTypeMatch(ContentType) - Method in class org.xchain.framework.util.ContentType
 
method - Variable in class org.xchain.framework.digester.SerializationRule
The method that we will be using to render the output.
METHOD_ATTRIBUTE - Static variable in class org.xchain.framework.sax.MultiDocumentResult
 
MethodLookupUtils - Class in org.xchain.framework.jxpath
Almost an exact copy of org.apache.commons.jxpath.util.MethodLookupUtils implementation written by Dimitri Plotnikov.
MethodLookupUtils() - Constructor for class org.xchain.framework.jxpath.MethodLookupUtils
 
MONITOR_TAG_NAME - Static variable in class org.xchain.framework.digester.XChainConfigRuleSet
 
monitored - Variable in class org.xchain.framework.lifecycle.ConfigContext
Whether cached files should have their sources monitored for changes.
MULTI_DOCUMENT_ELEMENT_LOCAL_NAME - Static variable in class org.xchain.framework.sax.MultiDocumentResult
 
MULTI_DOCUMENT_NAMESPACE_URI - Static variable in class org.xchain.framework.sax.MultiDocumentResult
 
MultiDocumentResult - Class in org.xchain.framework.sax
 
MultiDocumentResult() - Constructor for class org.xchain.framework.sax.MultiDocumentResult
 
MultiDocumentResult.MultiDocumentContentHandler - Class in org.xchain.framework.sax
 
MultiDocumentResult.MultiDocumentContentHandler() - Constructor for class org.xchain.framework.sax.MultiDocumentResult.MultiDocumentContentHandler
 
MultiDocumentResultCommand - Class in org.xchain.namespaces.sax
The <sax:multi-document-result/> result adds a MultiDocumentResult element to the sax pipeline.
MultiDocumentResultCommand() - Constructor for class org.xchain.namespaces.sax.MultiDocumentResultCommand
 

N

NAME_ATTRIBUTE - Static variable in class org.xchain.framework.digester.AnnotationRuleSet
The local name of the name attribute - "name".
NAME_QNAME - Static variable in class org.xchain.framework.digester.AnnotationRuleSet
 
Namespace - Annotation Type in org.xchain.annotations
Specifies the namespace for a package.
namespace - Variable in class org.xchain.framework.sax.CommandHandler.Node
 
NAMESPACE_DEFINITION_MAPPING_PATTERN - Static variable in class org.xchain.framework.lifecycle.LifecycleStepScanner
 
NAMESPACE_DEFINITION_MAPPING_PATTERN - Static variable in class org.xchain.framework.lifecycle.ThreadStepScanner
 
NAMESPACE_URI - Static variable in class org.xchain.framework.digester.AnnotationRuleSet
The namespace for XChain command and catalog elements - "http://www.xchain.org/core/1.0".
NAMESPACE_URI - Static variable in class org.xchain.framework.digester.XChainConfigRuleSet
 
NamespaceContext - Class in org.xchain.framework.lifecycle
A context for a namespace.
NamespaceContext(String) - Constructor for class org.xchain.framework.lifecycle.NamespaceContext
 
NamespaceContext - Class in org.xchain.framework.sax.util
This class helps sax content handlers track the state of the prefix mappings while processing sax event streams.
NamespaceContext() - Constructor for class org.xchain.framework.sax.util.NamespaceContext
 
namespaceContextMap - Variable in class org.xchain.framework.lifecycle.LifecycleContext
 
NamespaceDoclet - Class in org.xchain.framework.doclets
Doclet for producing documentation on catalogs and commands available in namespaces.
NamespaceDoclet() - Constructor for class org.xchain.framework.doclets.NamespaceDoclet
 
NamespaceFunctionLibrary - Class in org.xchain.framework.lifecycle
This class handles methods for an xchain namespace.
NamespaceFunctionLibrary(String) - Constructor for class org.xchain.framework.lifecycle.NamespaceFunctionLibrary
 
NamespaceFunctionLibrary.MethodInfo - Class in org.xchain.framework.lifecycle
 
NamespaceFunctionLibrary.MethodInfo(Class, String) - Constructor for class org.xchain.framework.lifecycle.NamespaceFunctionLibrary.MethodInfo
 
NamespaceFunctionLibrary.MethodInfo(Class, String, Method) - Constructor for class org.xchain.framework.lifecycle.NamespaceFunctionLibrary.MethodInfo
 
NamespaceFunctionLibrary.SingletonMethodFunction - Class in org.xchain.framework.lifecycle
 
NamespaceFunctionLibrary.SingletonMethodFunction(Method, Object) - Constructor for class org.xchain.framework.lifecycle.NamespaceFunctionLibrary.SingletonMethodFunction
 
namespaceMap - Variable in class org.xchain.framework.sax.ReversePrefixMappingContext
 
NamespaceResolvingFunctionLibrary - Class in org.xchain.framework.jxpath
This function library was added to provide namespace prefix lookup for Functions classes.
NamespaceResolvingFunctionLibrary(NamespaceResolver) - Constructor for class org.xchain.framework.jxpath.NamespaceResolvingFunctionLibrary
 
namespaceUri - Variable in class org.xchain.framework.lifecycle.NamespaceContext
The namespace uri.
newContext(JXPathContext, Object) - Method in class org.xchain.framework.jxpath.JXPathContextFactoryImpl
 
newDigester(XMLReader) - Method in class org.xchain.framework.digester.DigesterFactory
 
newDigester() - Method in class org.xchain.framework.digester.DigesterFactory
 
newDigester(XMLReader) - Method in class org.xchain.framework.digester.DigesterFactory.RootNewDigesterStrategy
 
newDigester(XMLReader) - Method in interface org.xchain.framework.digester.NewDigesterStrategy
 
newDigester(XMLReader) - Method in class org.xchain.framework.digester.strategy.RuleLoadingNewDigesterFilter
 
NewDigesterFilter - Interface in org.xchain.framework.digester
 
newDigesterStrategy - Variable in class org.xchain.framework.digester.DigesterFactory
 
NewDigesterStrategy - Interface in org.xchain.framework.digester
 
newDocumentBuilder() - Static method in class org.xchain.framework.lifecycle.XmlFactoryLifecycle
 
newDocumentBuilder(QName) - Static method in class org.xchain.framework.lifecycle.XmlFactoryLifecycle
Returns a new DocumentBuilder for the specified DocumentBuilderFactory factory name.
newDocumentBuilderFactory(QName) - Static method in class org.xchain.framework.lifecycle.XmlFactoryLifecycle
Returns a new DocumentBuilderFactory from the DocumentBuilderFactory factory bound to the specified name.
newHandler() - Method in class org.xchain.framework.digester.SerializationRule
Returns a new handler for the body of a serializer block.
newInstance() - Method in class org.xchain.framework.lifecycle.BasicTransformerFactoryFactory
 
newInstance() - Method in class org.xchain.framework.lifecycle.DefaultDocumentBuilderFactoryFactory
 
newInstance() - Method in class org.xchain.framework.lifecycle.DefaultSaxParserFactoryFactory
 
newInstance() - Method in class org.xchain.framework.lifecycle.DefaultTransformerFactoryFactory
 
newInstance() - Method in class org.xchain.framework.lifecycle.DefaultXmlReaderFactoryFactory
 
newInstance() - Method in interface org.xchain.framework.lifecycle.Factory
 
newSaxParser() - Static method in class org.xchain.framework.lifecycle.XmlFactoryLifecycle
 
newSaxParser(QName) - Static method in class org.xchain.framework.lifecycle.XmlFactoryLifecycle
Returns a new SAXParser for the specified SAXParserFactory factory name.
newSaxParserFactory(QName) - Static method in class org.xchain.framework.lifecycle.XmlFactoryLifecycle
Returns a new SAXParserFactory from the SAXParserFactory factory bound to the specified name.
newSerializer() - Method in class org.xchain.framework.digester.SerializationRule
Sets up the wrapped handler.
newStringWriter() - Method in class org.xchain.framework.digester.SerializationRule
 
newTemplates(String) - Static method in class org.xchain.framework.lifecycle.XmlFactoryLifecycle
Returns a new Templates object for the specified systemId.
newTemplatesHandler() - Static method in class org.xchain.framework.lifecycle.XmlFactoryLifecycle
Creates a templates handler that does not cache the templates object that is returned.
newTransformerFactory(QName) - Static method in class org.xchain.framework.lifecycle.XmlFactoryLifecycle
Creates a new SAXTransformerFactory based on the Factory registered with the specified name.
newTransformerFactory(String, String, Attributes) - Static method in class org.xchain.framework.lifecycle.XmlFactoryLifecycle
 
newTransformerHandler(Templates) - Static method in class org.xchain.framework.lifecycle.XmlFactoryLifecycle
 
newTransformerHandler(String) - Static method in class org.xchain.framework.lifecycle.XmlFactoryLifecycle
 
newTransformerHandler() - Method in interface org.xchain.framework.sax.SaxTemplates
Creates a new transformer handler for this templates object.
newUrl(String) - Method in class org.xchain.framework.net.UrlFactory
Creates a new url based on a spec.
newUrl(String, URLStreamHandler) - Method in class org.xchain.framework.net.UrlFactory
 
newUrl(String, String, int, String) - Method in class org.xchain.framework.net.UrlFactory
Creates a new URL based on the parts of a spec.
newUrl(String, String, int, String, URLStreamHandler) - Method in class org.xchain.framework.net.UrlFactory
 
newUrl(String, String, String) - Method in class org.xchain.framework.net.UrlFactory
Creates a new URL based on the parts of a spec.
newUrl(String, String, String, URLStreamHandler) - Method in class org.xchain.framework.net.UrlFactory
 
newUrl(URL, String) - Method in class org.xchain.framework.net.UrlFactory
This method loads the URLStreamHandler for the spec (or context if the spec is relative) and then passes them to the newUrl( URL, String, URLStreamHandler ) method.
newUrl(URL, String, URLStreamHandler) - Method in class org.xchain.framework.net.UrlFactory
Returns a new URL object by passing these arguments to the matching URL constructor.
newUrl(String, String) - Method in class org.xchain.framework.net.UrlFactory
This method creates a URL object for the supplied context and then passes the arguments to the newUrl( URL, String ) method.
newUrl(String, String, URLStreamHandler) - Method in class org.xchain.framework.net.UrlFactory
This method creates a new URL object for the context using the provided handler and then passes the aguments to the newUrl( URL, String, URLStreamHandler ) method to create the URL.
newXmlReader() - Static method in class org.xchain.framework.lifecycle.XmlFactoryLifecycle
 
newXmlReader(QName) - Static method in class org.xchain.framework.lifecycle.XmlFactoryLifecycle
Returns a new XMLReader for the specified SAXParserFactory factory name.
nextCommandId() - Method in class org.xchain.framework.jsl.TemplateSourceBuilder
 
nextElement - Variable in class org.xchain.framework.sax.CommandHandler
The next element that will be output.
nextPrefixMapping - Variable in class org.xchain.framework.sax.CommandHandler
The map of prefix mappings for the next startElement event.
nextVirtualChainIndex() - Method in class org.xchain.framework.jsl.TemplateSourceBuilder.Context
 
NOPCCLPolicy - Class in org.xchain.framework.lifecycle
A Context Class Loader strategy that does not change the context class loader.
NOPCCLPolicy() - Constructor for class org.xchain.framework.lifecycle.NOPCCLPolicy
 
notationDecl(String, String, String) - Method in class org.xchain.framework.sax.CommandHandler
 
notationDecl(String, String, String) - Method in class org.xchain.framework.sax.HandlerWrapper
 
notationDecl(String, String, String) - Method in class org.xchain.framework.sax.XChainDeclFilter
Caches notation decl events until the prolog is finished.
notationDecl(String, String, String) - Method in class org.xchain.framework.sax.XChainTemplatesHandler
Caches notation decl events until the prolog is finished.
NullResultCommand - Class in org.xchain.namespaces.sax
The <sax:null-result> element creates a sax result that does nothing with the sax events it receives from the pipeline.
NullResultCommand() - Constructor for class org.xchain.namespaces.sax.NullResultCommand
 

O

oldCustomContentHandler - Variable in class org.xchain.framework.digester.SerializationRule
The old custom handler that we displaced.
oldCustomLexicalHandler - Variable in class org.xchain.framework.digester.SerializationRule
The old lexical handler that we displaced.
openConnection(URL) - Method in class org.xchain.framework.net.protocol.http.Handler
 
openConnection(URL) - Method in class org.xchain.framework.net.protocol.resource.Handler
 
Optional - Annotation Type in org.xchain.annotations
An annotation to indicate that the given class is optional.
org.xchain - package org.xchain
Provides the classes and interfaces for defining XChains.
org.xchain.annotations - package org.xchain.annotations
Provides the annotations used by XChains to bind commands and functions to XML documents.
org.xchain.framework.digester - package org.xchain.framework.digester
XChain classes used to process xml documents with the Digester.
org.xchain.framework.digester.strategy - package org.xchain.framework.digester.strategy
 
org.xchain.framework.doclets - package org.xchain.framework.doclets
Provides doclets used to document aspects of an XChain project.
org.xchain.framework.factory - package org.xchain.framework.factory
Provides factory classes for Catalogs and Templates objects.
org.xchain.framework.jsl - package org.xchain.framework.jsl
Provides the classes that build dynamic commands for the jsl namespace.
org.xchain.framework.jxpath - package org.xchain.framework.jxpath
Provides bindings to the JXPath project.
org.xchain.framework.lifecycle - package org.xchain.framework.lifecycle
Provides classes that execute the XChain lifecycle.
org.xchain.framework.lifecycle.annotations - package org.xchain.framework.lifecycle.annotations
Provides the annotations for binding lifecycle steps into the XChain lifecycle.
org.xchain.framework.net - package org.xchain.framework.net
 
org.xchain.framework.net.protocol.http - package org.xchain.framework.net.protocol.http
 
org.xchain.framework.net.protocol.resource - package org.xchain.framework.net.protocol.resource
 
org.xchain.framework.net.strategy - package org.xchain.framework.net.strategy
 
org.xchain.framework.osgi - package org.xchain.framework.osgi
 
org.xchain.framework.sax - package org.xchain.framework.sax
 
org.xchain.framework.sax.util - package org.xchain.framework.sax.util
 
org.xchain.framework.scanner - package org.xchain.framework.scanner
This package provides scanning services for the XChains Framework.
org.xchain.framework.security - package org.xchain.framework.security
 
org.xchain.framework.strategy - package org.xchain.framework.strategy
 
org.xchain.framework.util - package org.xchain.framework.util
 
org.xchain.impl - package org.xchain.impl
Provides basic implementations of Chain and Filter to use as a base for chain classes.
org.xchain.namespaces.core - package org.xchain.namespaces.core
The base core commands for xchains.
org.xchain.namespaces.csv - package org.xchain.namespaces.csv
 
org.xchain.namespaces.jsl - package org.xchain.namespaces.jsl
The xchain jsl command package.
org.xchain.namespaces.sax - package org.xchain.namespaces.sax
The xchain sax command package.
org.xchain.namespaces.security - package org.xchain.namespaces.security
The security commands for xchains.
OSGiCCLPolicy - Class in org.xchain.framework.osgi
A context class loader policy that will set the context class loader to be the class loader that loaded XChain.
OSGiCCLPolicy() - Constructor for class org.xchain.framework.osgi.OSGiCCLPolicy
 
outputNamespaceContext - Variable in class org.xchain.framework.sax.CommandHandler
The namespace context for the output handler.
OutputPropertyCommand - Class in org.xchain.namespaces.sax
<sax:output-property/> elements are placed inside <sax:transfromer/> elements to set output properties on a transformer.
OutputPropertyCommand() - Constructor for class org.xchain.namespaces.sax.OutputPropertyCommand
 
outSet - Variable in class org.xchain.framework.util.DependencySorter.Vertex
The set of outbound dependencies for this vertex (things that depend on this vertex.)
OVERWRITE_ATTRIBUTE - Static variable in class org.xchain.framework.sax.MultiDocumentResult
 

P

ParameterCommand - Class in org.xchain.namespaces.sax
<sax:parameter/> elements are placed inside <sax:transfromer/> elements to set parameters on a transformer.
ParameterCommand() - Constructor for class org.xchain.namespaces.sax.ParameterCommand
 
ParameterType - Enum in org.xchain.framework.osgi
 
parent - Variable in class org.xchain.framework.digester.strategy.AbstractNewDigesterFilter
 
ParentElement - Annotation Type in org.xchain.annotations
Specifies the xchain element xml binding.
parentVariables - Variable in class org.xchain.framework.jxpath.ScopedQNameVariablesImpl
 
parse(InputSource) - Method in class org.xchain.framework.sax.CommandXmlReader
 
parse(String) - Method in class org.xchain.framework.sax.CommandXmlReader
 
parse(String) - Method in class org.xchain.framework.sax.XChainDeclFilter
 
parse(InputSource) - Method in class org.xchain.framework.sax.XChainDeclFilter
 
parseAttributeMap(Matcher) - Static method in class org.xchain.framework.util.ParserUtil
Parse the given matcher into a map of attribute name to attribute value.
parseAttributeValueTemplate(String) - Static method in class org.xchain.framework.jsl.TemplateSourceBuilder
Parses an attribute value template into fixed and dynamic parts.
parseAttributeValueTemplate(String) - Static method in class org.xchain.framework.util.AttributesUtil
Parses an attribute value template into fixed and dynamic parts.
parseClassPathEntries(String) - Static method in class org.xchain.framework.osgi.ManifestParser
This method parses the Bundle-ClassPath manifest header.
ParsedClassPathEntry - Class in org.xchain.framework.osgi
 
ParsedClassPathEntry() - Constructor for class org.xchain.framework.osgi.ParsedClassPathEntry
 
ParsedParameter - Class in org.xchain.framework.osgi
 
ParsedParameter() - Constructor for class org.xchain.framework.osgi.ParsedParameter
 
ParsedTransformer - Class in org.xchain.framework.util
A container class for parsed transformer processing instructions.
ParsedTransformer() - Constructor for class org.xchain.framework.util.ParsedTransformer
 
ParsedTransformerFactory - Class in org.xchain.framework.util
A container class for parsed transformer processing instructions.
ParsedTransformerFactory() - Constructor for class org.xchain.framework.util.ParsedTransformerFactory
 
ParseException - Exception in org.xchain.framework.util
Signals that an exception was encountered while parsing data.
ParseException(String, int) - Constructor for exception org.xchain.framework.util.ParseException
 
ParseException(String, String, int) - Constructor for exception org.xchain.framework.util.ParseException
 
ParseException(String, int, Throwable) - Constructor for exception org.xchain.framework.util.ParseException
 
ParseException(String, String, int, Throwable) - Constructor for exception org.xchain.framework.util.ParseException
 
parseFeatureMap(Matcher) - Static method in class org.xchain.framework.util.ParserUtil
 
parseProtocol(String) - Method in class org.xchain.framework.net.UrlFactory
Parses the protocol from the spec.
parseProtocol(String, boolean) - Method in class org.xchain.framework.net.UrlFactory
 
ParserUtil - Class in org.xchain.framework.util
Utility class for performing parsing operations.
ParserUtil() - Constructor for class org.xchain.framework.util.ParserUtil
 
parseTransformer(String) - Static method in class org.xchain.framework.util.ParserUtil
Parse a transformer processing instruction.
parseTransformerFactory(String) - Static method in class org.xchain.framework.util.ParserUtil
Parsed the data for an xchain-transformer-factory processing instruction.
PATH_ATTRIBUTE - Static variable in class org.xchain.framework.sax.MultiDocumentResult
 
peek() - Method in class org.xchain.framework.util.ThreadLocalStack
Peeks at the element on top of the stack.
peek(int) - Method in class org.xchain.framework.util.ThreadLocalStack
Peeks at an element in the stack.
Permission - Interface in org.xchain.framework.security
A Permission represents what an Identity is allowed to do.
Pipeline - Class in org.xchain.framework.sax
 
Pipeline() - Constructor for class org.xchain.framework.sax.Pipeline
 
PipelineCommand - Class in org.xchain.namespaces.sax
The <sax:pipeline> command creates a sax pipeline, and then executes it.
PipelineCommand() - Constructor for class org.xchain.namespaces.sax.PipelineCommand
Constructs a new PipelineCommand object.
PipelineCommand.PipelineConfig - Class in org.xchain.namespaces.sax
The configuration for a pipeline that is being assembled.
PipelineCommand.PipelineConfig() - Constructor for class org.xchain.namespaces.sax.PipelineCommand.PipelineConfig
 
pop() - Method in class org.xchain.framework.util.ThreadLocalStack
Pops the top element off of the stack and returns it.
popContext() - Method in class org.xchain.framework.jsl.TemplateSourceBuilder
 
popCurrentTransformer() - Static method in class org.xchain.namespaces.sax.TransformerCommand
Pops the current transformer off of the stack of transfromers for this thread.
popElementInfo() - Method in class org.xchain.framework.jsl.AbstractSaxTemplateHandler
 
popExecution() - Method in class org.xchain.namespaces.core.FilterChooseCommand
 
popExecution() - Method in class org.xchain.namespaces.core.FilterIfCommand
 
popIterator() - Method in class org.xchain.impl.FilterChainImpl
 
popIterator() - Method in class org.xchain.impl.FilterList
 
popPipelineConfig() - Static method in class org.xchain.namespaces.sax.PipelineCommand
Pops a top pipeline configuration object off of the stack.
popPrefixMapping(String) - Method in class org.xchain.framework.sax.PrefixMappingContext
Deprecated.
replaced with the endPrefixMapping method, to match the org.xml.sax.ContentHandler interface.
popValue() - Method in class org.xchain.namespaces.core.FilterVariableCommand
 
postProcess(JXPathContext, Exception) - Method in interface org.xchain.Filter
Invoked after the parent command has completed execution or an exception is encountered.
postProcess(JXPathContext, Exception) - Method in class org.xchain.impl.FilterChainImpl
 
postProcess(JXPathContext, Exception) - Method in class org.xchain.impl.FilterList
 
postProcess(JXPathContext, Exception) - Method in class org.xchain.namespaces.core.ExecuteCommand
 
postProcess(JXPathContext, Exception) - Method in class org.xchain.namespaces.core.FilterChooseCommand
 
postProcess(JXPathContext, Exception) - Method in class org.xchain.namespaces.core.FilterIfCommand
 
postProcess(JXPathContext, Exception) - Method in class org.xchain.namespaces.core.FilterVariableCommand
 
postProcessChildren(JXPathContext, Exception, int[]) - Method in class org.xchain.namespaces.jsl.AbstractTemplateCommand
Calls post process of the specified indices.
prefixLocalNamePattern - Static variable in class org.xchain.framework.util.JXPathContextUtil
A regex pattern that matches qNames of the form 'prefix:local-name'
prefixMap - Variable in class org.xchain.framework.sax.PrefixMappingContext
 
PrefixMapping - Annotation Type in org.xchain.annotations
Specifies a namespace prefix mapping.
prefixMapping - Variable in class org.xchain.framework.sax.CommandHandler.Element
 
prefixMappingContext - Variable in class org.xchain.framework.jsl.AbstractSaxTemplateHandler
 
prefixMappingContext - Variable in class org.xchain.framework.sax.MultiDocumentResult.MultiDocumentContentHandler
 
PrefixMappingContext - Class in org.xchain.framework.sax
The PrefixMapping class keeps track of the current NamespaceURI for a Prefix.
PrefixMappingContext() - Constructor for class org.xchain.framework.sax.PrefixMappingContext
 
prefixSet() - Method in class org.xchain.framework.sax.PrefixMappingContext
 
prefixStackMap - Variable in class org.xchain.framework.sax.util.NamespaceContext
 
printStack(String) - Method in class org.xchain.StandAloneExecutor
 
printStack(String, String) - Method in class org.xchain.StandAloneExecutor
 
printStack(String, String, List<ExecutionTraceElement>) - Method in class org.xchain.StandAloneExecutor
 
printStackTrace(PrintStream) - Method in exception org.xchain.framework.lifecycle.ExecutionException
 
printStackTrace(PrintWriter) - Method in exception org.xchain.framework.lifecycle.ExecutionException
 
processingInstruction(String, String) - Method in class org.xchain.framework.jsl.AbstractSaxTemplateHandler
 
processingInstruction(String, String) - Method in class org.xchain.framework.sax.CommandHandler
 
processingInstruction(String, String) - Method in class org.xchain.framework.sax.HandlerWrapper
 
processingInstruction(String, String) - Method in class org.xchain.framework.sax.XChainDeclFilter
Handles processing instructions and caches all others.
processingInstruction(String, String) - Method in class org.xchain.framework.sax.XChainTemplatesHandler
Handles processing instructions and caches all others.
processRegistrationUrl(URL) - Method in class org.xchain.framework.digester.RuleSetRegistryConfigurator
 
protocolMap - Variable in class org.xchain.framework.net.UrlFactory
The map of protocols currently defined for this url factory.
protocolPattern - Static variable in class org.xchain.framework.net.UrlFactory
The pattern object for parsing url protocols.
protocolPatternString - Static variable in class org.xchain.framework.net.UrlFactory
The pattern string for parsing url protocols.
ProtocolScanner - Interface in org.xchain.framework.scanner
Implementations of the class add support for scanning the entries of different types of protocols.
push(E) - Method in class org.xchain.framework.util.ThreadLocalStack
Pushes an item onto the top of the stack.
pushContext(TemplateSourceBuilder.Context) - Method in class org.xchain.framework.jsl.TemplateSourceBuilder
 
pushCurrentTransformer(Transformer) - Static method in class org.xchain.namespaces.sax.TransformerCommand
Pushes a transformer onto the stack of transfromers for this thread.
pushElementInfo(String, Attributes) - Method in class org.xchain.framework.jsl.AbstractSaxTemplateHandler
 
pushExecution(FilterChooseCommand.Execution) - Method in class org.xchain.namespaces.core.FilterChooseCommand
 
pushExecution(FilterIfCommand.Execution) - Method in class org.xchain.namespaces.core.FilterIfCommand
 
pushIterator(ListIterator<Command>) - Method in class org.xchain.impl.FilterChainImpl
 
pushIterator(ListIterator<Command>) - Method in class org.xchain.impl.FilterList
 
pushPipelineConfig(PipelineCommand.PipelineConfig) - Static method in class org.xchain.namespaces.sax.PipelineCommand
Pushes a pipeline configuration object on the stack.
pushPrefixMapping(String, String) - Method in class org.xchain.framework.sax.PrefixMappingContext
Deprecated.
replaced with startPrefixMapping, to match the org.xml.sax.ContentHandler interface.
pushValue(Object) - Method in class org.xchain.namespaces.core.FilterVariableCommand
 
put(K, V) - Method in class org.xchain.framework.util.CompositeMap
Add an entry to the first map.
putDocumentBuilderFactoryFactory(QName, Factory<DocumentBuilderFactory>) - Static method in class org.xchain.framework.lifecycle.XmlFactoryLifecycle
Puts a new DocumentBuilderFactory factory into the XmlFactoryLifecycle with the specified name.
putSaxParserFactoryFactory(QName, Factory<SAXParserFactory>) - Static method in class org.xchain.framework.lifecycle.XmlFactoryLifecycle
Puts a new SAXParserFactory factory into the XmlFactoryLifecycle with the specified name.
putTransformerFactoryFactory(QName, Factory<SAXTransformerFactory>) - Static method in class org.xchain.framework.lifecycle.XmlFactoryLifecycle
 

Q

qName - Variable in class org.xchain.framework.digester.AnnotationRuleSet.CommandRegistrationRule
 
qName - Variable in class org.xchain.framework.sax.CommandHandler.Node
 
qName - Variable in class org.xchain.namespaces.jsl.AbstractTemplateCommand
 
QNameConverter - Class in org.xchain.framework.util
 
QNameConverter() - Constructor for class org.xchain.framework.util.QNameConverter
 
QNameVariables - Interface in org.xchain.framework.jxpath
An extension the Variables interface that properly resolves namespace prefixes.
QNameVariablesImpl - Class in org.xchain.framework.jxpath
An implementation of the Variables interface that properly resolves namespace prefixes.
QNameVariablesImpl() - Constructor for class org.xchain.framework.jxpath.QNameVariablesImpl
Creates a new QName variables object that does not have a context assigned for qname lookups.
QNameVariablesImpl(JXPathContext) - Constructor for class org.xchain.framework.jxpath.QNameVariablesImpl
Creates a new QName variables object that has a context assigned for qname lookups.
QNameVariablesImpl(JXPathContext, Map) - Constructor for class org.xchain.framework.jxpath.QNameVariablesImpl
Creates a new QName variables object that shares its variable map with another qname variables object.
QUOTE_REGEX - Static variable in class org.xchain.framework.osgi.ManifestParser
 
QUOTED_PATH_REGEX - Static variable in class org.xchain.framework.osgi.ManifestParser
This has been changed to allow spaces and tabs.
QUOTED_STRING_REGEX - Static variable in class org.xchain.framework.osgi.ManifestParser
quoted-string::= ’"’ ( [^"\#x0D#x0A#x00] | ’\"’|’\\’)* ’"’

R

read() - Method in class org.xchain.framework.net.UrlSourceUtil.ReportingInputStream
 
read(byte[]) - Method in class org.xchain.framework.net.UrlSourceUtil.ReportingInputStream
 
read(byte[], int, int) - Method in class org.xchain.framework.net.UrlSourceUtil.ReportingInputStream
 
reader - Variable in class org.xchain.framework.sax.Pipeline
 
reader - Variable in class org.xchain.namespaces.sax.PipelineCommand.PipelineConfig
 
redirectBuilder - Variable in class org.xchain.framework.sax.CommandHandler
The buffer used to redirect character events.
redirectDepth - Variable in class org.xchain.framework.sax.CommandHandler
The depth of redirection elements.
RegExUtil - Class in org.xchain.framework.util
Utility class for performing parsing operations.
RegExUtil() - Constructor for class org.xchain.framework.util.RegExUtil
 
Registerable - Interface in org.xchain
This interface is added to engineered commands, so that their registration information can be tracked.
registerCachedUrl(String, String) - Method in class org.xchain.framework.net.strategy.CachedUrlTranslationStrategy
 
registerSaxException(SAXException) - Method in class org.xchain.namespaces.jsl.AbstractTemplateCommand
 
registerUrlTranslationStrategy(String, UrlTranslationStrategy) - Static method in class org.xchain.framework.net.protocol.resource.ResourceUrlConnection
 
REGISTRY_ELEMENT - Static variable in class org.xchain.framework.digester.RuleSetRegistryConfigurator.RegistrationRuleSet
 
RelativeUrlUtil - Class in org.xchain.framework.net
Utility class for resolving a URI relative to another URI.
RelativeUrlUtil() - Constructor for class org.xchain.framework.net.RelativeUrlUtil
 
releaseComponents() - Method in class org.xchain.framework.jxpath.ScopedJXPathContextImpl
Release all components generated in this context.
releaseComponents() - Method in interface org.xchain.framework.jxpath.ScopedQNameVariables
Release all components created at the scope that these variables are for.
releaseComponents() - Method in class org.xchain.framework.jxpath.ScopedQNameVariablesImpl
Release all components that were declared.
removeDocumentBuilderFactoryFactory(QName) - Static method in class org.xchain.framework.lifecycle.XmlFactoryLifecycle
Removes the DocumentBuilderFactory factory for the specified name.
removeEldestEntry(Map.Entry<T, S>) - Method in class org.xchain.framework.util.LruCacheMap
The eldest entry should be removed if the current size exceeds the maximum size.
removeSaxParserFactoryFactory(QName) - Static method in class org.xchain.framework.lifecycle.XmlFactoryLifecycle
Removes the SAXParserFactory factory for the specified name.
removeTransformerFactoryFactory(QName) - Static method in class org.xchain.framework.lifecycle.XmlFactoryLifecycle
Removes the Factory with the specifed name.
reset() - Method in class org.xchain.framework.net.UrlSourceUtil.ReportingInputStream
 
resolve(String, String) - Method in class org.xchain.framework.net.DependencyTracker.DependencyUriResolver
Resolve the given URI.
resolve(String, String) - Static method in class org.xchain.framework.net.RelativeUrlUtil
Attempt to resolve the given spec URI against the given context URI.
resolve(URL, String) - Static method in class org.xchain.framework.net.RelativeUrlUtil
Attempt to resolve the given spec URI against the given context URI.
resolve(String, String) - Method in class org.xchain.framework.net.UrlFactoryUriResolver
 
resolve(String, String) - Method in class org.xchain.framework.sax.XChainDeclFilter.LoggingUriResolver
 
resolveEntity(String, String) - Method in class org.xchain.framework.sax.UrlFactoryEntityResolver
 
resolveSystemId(String) - Method in class org.xchain.namespaces.core.ExecuteCommand
 
RESOURCE_PROTOCOL - Static variable in class org.xchain.framework.net.protocol.resource.ResourceUrlStreamHandlerFactory
 
RESOURCE_URL_TAG_NAME - Static variable in class org.xchain.framework.digester.XChainConfigRuleSet
 
ResourceNotFoundException - Exception in org.xchain.framework.net.protocol.resource
 
ResourceNotFoundException() - Constructor for exception org.xchain.framework.net.protocol.resource.ResourceNotFoundException
 
ResourceNotFoundException(String) - Constructor for exception org.xchain.framework.net.protocol.resource.ResourceNotFoundException
 
ResourceNotFoundUrlConnection - Class in org.xchain.framework.net.protocol.resource
This url connection is represents a resource that could not be found.
ResourceNotFoundUrlConnection(URL) - Constructor for class org.xchain.framework.net.protocol.resource.ResourceNotFoundUrlConnection
 
ResourceUrlConnection - Class in org.xchain.framework.net.protocol.resource
This class provides url connections for the resource protocol.
ResourceUrlConnection(URL) - Constructor for class org.xchain.framework.net.protocol.resource.ResourceUrlConnection
 
ResourceUrlExistsStrategy - Class in org.xchain.framework.net.strategy
A UrlExistsStrategy implementation to check if a url references an existing resource.
ResourceUrlExistsStrategy() - Constructor for class org.xchain.framework.net.strategy.ResourceUrlExistsStrategy
 
resourceUrlList - Variable in class org.xchain.framework.lifecycle.ConfigContext
 
ResourceUrlStreamHandlerFactory - Class in org.xchain.framework.net.protocol.resource
 
ResourceUrlStreamHandlerFactory() - Constructor for class org.xchain.framework.net.protocol.resource.ResourceUrlStreamHandlerFactory
 
restartLifecycle() - Static method in class org.xchain.framework.lifecycle.Lifecycle
Restart the lifecycle.
result - Variable in class org.xchain.namespaces.sax.PipelineCommand.PipelineConfig
 
ResultCommand - Class in org.xchain.namespaces.sax
The <sax:result/> command adds result objects to a pipeline.
ResultCommand() - Constructor for class org.xchain.namespaces.sax.ResultCommand
 
resumeContextPointer(JXPathContext) - Static method in class org.xchain.framework.lifecycle.Execution
This method is used to resume a suspended context pointer.
ReversePrefixMappingContext - Class in org.xchain.framework.sax
The PrefixMapping class keeps track of the current NamespaceURI for a Prefix.
ReversePrefixMappingContext() - Constructor for class org.xchain.framework.sax.ReversePrefixMappingContext
 
rootUrlLocator - Variable in class org.xchain.framework.scanner.AbstractScanner
 
RootUrlLocator - Interface in org.xchain.framework.scanner
Implementations of this interface are used to locate all of the root urls on the classpath that should be included in a scan.
RowChain - Class in org.xchain.namespaces.csv
Starts a new row for the CSV.
RowChain() - Constructor for class org.xchain.namespaces.csv.RowChain
 
RULE_SET_ELEMENT - Static variable in class org.xchain.framework.digester.RuleSetRegistryConfigurator.RegistrationRuleSet
 
RULE_SET_REGISTRATION_NAMESPACE_URI - Static variable in class org.xchain.framework.digester.RuleSetRegistryConfigurator
 
RULE_SET_REGISTRATION_RESOURCE - Static variable in class org.xchain.framework.digester.RuleSetRegistryConfigurator
 
RuleLoadingNewDigesterFilter - Class in org.xchain.framework.digester.strategy
 
RuleLoadingNewDigesterFilter() - Constructor for class org.xchain.framework.digester.strategy.RuleLoadingNewDigesterFilter
 
RuleLoadingNewDigesterFilter.NamespaceXmlFilter - Class in org.xchain.framework.digester.strategy
 
RuleLoadingNewDigesterFilter.NamespaceXmlFilter() - Constructor for class org.xchain.framework.digester.strategy.RuleLoadingNewDigesterFilter.NamespaceXmlFilter
 
ruleSetMap - Variable in class org.xchain.framework.digester.RuleSetRegistry
 
RuleSetRegistry - Class in org.xchain.framework.digester
 
RuleSetRegistry() - Constructor for class org.xchain.framework.digester.RuleSetRegistry
 
RuleSetRegistryConfigurator - Class in org.xchain.framework.digester
 
RuleSetRegistryConfigurator() - Constructor for class org.xchain.framework.digester.RuleSetRegistryConfigurator
 
RuleSetRegistryConfigurator.RegistrationRuleSet - Class in org.xchain.framework.digester
 
RuleSetRegistryConfigurator.RegistrationRuleSet() - Constructor for class org.xchain.framework.digester.RuleSetRegistryConfigurator.RegistrationRuleSet
 
RuleSetRegistryConfigurator.RegistrationRuleSet.LoadRuleSetRegistryRule - Class in org.xchain.framework.digester
 
RuleSetRegistryConfigurator.RegistrationRuleSet.LoadRuleSetRegistryRule() - Constructor for class org.xchain.framework.digester.RuleSetRegistryConfigurator.RegistrationRuleSet.LoadRuleSetRegistryRule
 
RuleSetRegistryConfigurator.RegistrationRuleSet.RegisterRuleSetRule - Class in org.xchain.framework.digester
 
RuleSetRegistryConfigurator.RegistrationRuleSet.RegisterRuleSetRule() - Constructor for class org.xchain.framework.digester.RuleSetRegistryConfigurator.RegistrationRuleSet.RegisterRuleSetRule
 

S

SaxEventRecorder - Class in org.xchain.framework.sax
The SaxEventRecorder is a DefaultHandler implementation that will simply record all incoming SAX events.
SaxEventRecorder() - Constructor for class org.xchain.framework.sax.SaxEventRecorder
 
SaxEventRecorder.EventType - Enum in org.xchain.framework.sax
 
SaxEventRecorder.SaxEvent - Class in org.xchain.framework.sax
This class represents a recorded SAX event.
SaxEventRecorder.SaxEvent() - Constructor for class org.xchain.framework.sax.SaxEventRecorder.SaxEvent
 
SaxEventRecorderAssert - Class in org.xchain.framework.sax
 
SaxEventRecorderAssert() - Constructor for class org.xchain.framework.sax.SaxEventRecorderAssert
 
saxExceptionTl - Static variable in class org.xchain.namespaces.jsl.AbstractTemplateCommand
 
SAXON_FACTORY_CLASS_NAME - Static variable in class org.xchain.framework.lifecycle.XmlFactoryLifecycle
The class name of saxon's transformer factory - "net.sf.saxon.TransformerFactoryImpl"
SAXON_FACTORY_NAME - Static variable in class org.xchain.framework.lifecycle.XmlFactoryLifecycle
The qname for saxon's transformer factory, if it is on the class path - {http://www.xchain.org/core}saxon
SaxTemplateHandler - Class in org.xchain.framework.jsl
 
SaxTemplateHandler() - Constructor for class org.xchain.framework.jsl.SaxTemplateHandler
 
SaxTemplateHandler.CharacterTarget - Enum in org.xchain.framework.jsl
 
SaxTemplates - Interface in org.xchain.framework.sax
An extension of the templates interface that provides support for creating a transformer handler.
SaxTemplatesHandler - Interface in org.xchain.framework.sax
 
scan() - Method in class org.xchain.framework.lifecycle.ClassScanner
Starts the scanning of the lifecycle context.
scan() - Method in class org.xchain.framework.lifecycle.LifecycleStepScanner
Scans the context class loader for lifecycle steps and resolves their dependencies.
scan() - Method in class org.xchain.framework.lifecycle.ThreadStepScanner
Scans the context class loader for lifecycle steps and resolves their dependencies.
scan() - Method in class org.xchain.framework.scanner.AbstractScanner
 
scan(ScanNode, URL) - Method in class org.xchain.framework.scanner.BundleProtocolScanner
Scans the entries in a Weblogic Zip URL and adds all of the entries of that jar into the tree rooted at rootNode.
scan(ScanNode, URL) - Method in class org.xchain.framework.scanner.FileProtocolScanner
Scans the entire directory at the specified url and adds all of the entries of that jar into the tree rooted at rootNode.
scan(ScanNode, URL) - Method in class org.xchain.framework.scanner.JarProtocolScanner
Scans the entire jar at the specified url and adds all of the entries of that jar into the tree rooted at rootNode.
scan(ScanNode, URL) - Method in interface org.xchain.framework.scanner.ProtocolScanner
Scans the entire root URL and adds its entries into the root node specified.
scan(ScanNode, URL) - Method in class org.xchain.framework.scanner.VfsProtocolScanner
Scans the VFS URL and adds the nodes in that url to the root node.
scan(ScanNode, URL) - Method in class org.xchain.framework.scanner.ZipProtocolScanner
Scans the entries in a Weblogic Zip URL and adds all of the entries of that jar into the tree rooted at rootNode.
scanConstructorFunctions(NamespaceContext, Class) - Method in class org.xchain.framework.lifecycle.ClassScanner
 
scanDirectory(ScanNode, String, Bundle) - Method in class org.xchain.framework.scanner.BundleProtocolScanner
 
ScanException - Exception in org.xchain.framework.scanner
Signals that an exception was encountered while scanning the classpath.
ScanException() - Constructor for exception org.xchain.framework.scanner.ScanException
 
ScanException(String) - Constructor for exception org.xchain.framework.scanner.ScanException
 
ScanException(Throwable) - Constructor for exception org.xchain.framework.scanner.ScanException
 
ScanException(String, Throwable) - Constructor for exception org.xchain.framework.scanner.ScanException
 
scanInstanceFunctions(NamespaceContext, Class) - Method in class org.xchain.framework.lifecycle.ClassScanner
 
scanJar(ScanNode, String, Bundle) - Method in class org.xchain.framework.scanner.BundleProtocolScanner
 
ScannerLifecycle - Class in org.xchain.framework.scanner
The lifecycle scanner provides utilities for scanning the class loader of an xcahins application.
ScannerLifecycle() - Constructor for class org.xchain.framework.scanner.ScannerLifecycle
 
scanNode(ScanNode) - Method in class org.xchain.framework.lifecycle.ClassScanner
 
scanNode(ScanNode) - Method in class org.xchain.framework.lifecycle.LifecycleStepScanner
 
scanNode(ScanNode) - Method in class org.xchain.framework.lifecycle.ThreadStepScanner
 
scanNode(ScanNode) - Method in class org.xchain.framework.scanner.AbstractScanner
 
scanNode() - Method in class org.xchain.framework.scanner.ScannerLifecycle
Returns the root scan node.
scanNode(RootUrlLocator) - Method in class org.xchain.framework.scanner.ScannerLifecycle
Scans the root urls found by the locator and returns the root scan node for those roots.
scanNode(ClassLoader, RootUrlLocator) - Method in class org.xchain.framework.scanner.ScannerLifecycle
 
ScanNode - Class in org.xchain.framework.scanner
A scan node represents a file or directory in the class path.
ScanNode() - Constructor for class org.xchain.framework.scanner.ScanNode
Constructs a new scan node that needs to be configured.
scanStaticFunctions(NamespaceContext, Class) - Method in class org.xchain.framework.lifecycle.ClassScanner
 
ScanUtil - Class in org.xchain.framework.scanner
 
ScanUtil() - Constructor for class org.xchain.framework.scanner.ScanUtil
 
Scope - Enum in org.xchain.framework.jxpath
The enumeration of the scopes defined in the xchain package.
scope - Variable in class org.xchain.framework.jxpath.ScopedQNameVariablesImpl
 
ScopedJXPathContextImpl - Class in org.xchain.framework.jxpath
An implementation of JXPathContext that installs an instance of scoped QName variables into the context.
ScopedJXPathContextImpl(JXPathContext, Object, Scope) - Constructor for class org.xchain.framework.jxpath.ScopedJXPathContextImpl
 
ScopedJXPathContextImpl(JXPathContext, Object, Pointer, Scope) - Constructor for class org.xchain.framework.jxpath.ScopedJXPathContextImpl
Creates a new ScopedJXPathContextImpl.
ScopedQNameVariables - Interface in org.xchain.framework.jxpath
An extension of the QNameVariables to work within a given scope.
ScopedQNameVariablesImpl - Class in org.xchain.framework.jxpath
An implementation of the ScopedQNameVariables interface.
ScopedQNameVariablesImpl(ScopedQNameVariables, Scope) - Constructor for class org.xchain.framework.jxpath.ScopedQNameVariablesImpl
Creates a new QName variables object that does not have a context assigned for qname lookups.
ScopedQNameVariablesImpl(JXPathContext, ScopedQNameVariables, Scope) - Constructor for class org.xchain.framework.jxpath.ScopedQNameVariablesImpl
Creates a new QName variables object that has a context assigned for qname lookups.
ScopedQNameVariablesImpl(JXPathContext, Map, ScopedQNameVariables, Scope) - Constructor for class org.xchain.framework.jxpath.ScopedQNameVariablesImpl
Creates a new QName variables object that shares its variable map with another qname variables object.
SecurityConstants - Class in org.xchain.namespaces.security
 
SecurityConstants() - Constructor for class org.xchain.namespaces.security.SecurityConstants
 
SecurityManager - Class in org.xchain.framework.security
The SecurityManager allows the application to verify that a specified Identity has a Permission that will allow the specified Permission.
SEMICOLON_REGEX - Static variable in class org.xchain.framework.osgi.ManifestParser
 
sendEvents() - Method in class org.xchain.framework.sax.CommandXmlReader
 
SerializationRule - Class in org.xchain.framework.digester
 
SerializationRule() - Constructor for class org.xchain.framework.digester.SerializationRule
 
serializer - Variable in class org.xchain.framework.sax.SerializerStage
 
SerializerCommand - Class in org.xchain.namespaces.sax
The <sax:serializer/> element adds a serialization stage to the pipeline.
SerializerCommand() - Constructor for class org.xchain.namespaces.sax.SerializerCommand
 
SerializerStage - Class in org.xchain.framework.sax
This stage utilizes the Apache Xalan / Xerces Serializer to serialize the Result into an OutputStream or a Writer.
SerializerStage() - Constructor for class org.xchain.framework.sax.SerializerStage
 
SerializerStage(String) - Constructor for class org.xchain.framework.sax.SerializerStage
 
SerializerStage(String, Boolean) - Constructor for class org.xchain.framework.sax.SerializerStage
 
setAllowUserInteraction(boolean) - Method in class org.xchain.framework.net.UrlConnectionWrapper
 
setAttributes(Attributes) - Method in class org.xchain.framework.sax.SaxEventRecorder.SaxEvent
 
setAttributes(Map<String, String>) - Method in class org.xchain.framework.util.ParsedTransformer
Set the attribute map.
setAttributes(Map<String, String>) - Method in class org.xchain.framework.util.ParsedTransformerFactory
Set the attribute map.
setBaseUrl(URL) - Method in class org.xchain.framework.net.strategy.BaseUrlUrlTranslationStrategy
 
setBodyMode(TemplateSourceBuilder.BodyMode) - Method in class org.xchain.framework.jsl.TemplateSourceBuilder.VirtualChainContext
Sets the current body mode.
setBundleContext(BundleContext) - Static method in class org.xchain.framework.scanner.BundleProtocolScanner
 
setByteStream(InputStream) - Method in class org.xchain.framework.sax.ContextInputSource
 
setCatalogCacheSize(int) - Method in class org.xchain.framework.lifecycle.ConfigContext
 
setCCLPolicy(CCLPolicy) - Method in class org.xchain.framework.lifecycle.ThreadLifecycle
 
setCharacterStream(Reader) - Method in class org.xchain.framework.sax.ContextInputSource
 
setClassLoader(ClassLoader) - Method in interface org.xchain.EngineeredCatalog
Sets the class loader for this catalog.
setClassLoader(ClassLoader) - Method in class org.xchain.framework.lifecycle.LifecycleContext
Sets the class loader that engineered commands are loaded into.
setClassName(String) - Method in class org.xchain.framework.jsl.SourceResult
 
setClassResourceName(String) - Method in class org.xchain.framework.jsl.SourceResult
 
setCommandCount(int) - Method in class org.xchain.framework.jsl.TemplateSourceBuilder.Context
 
setCommandIndex(int) - Method in class org.xchain.framework.jsl.TemplateSourceBuilder.Context
 
setCompositeStage(CompositeStage) - Method in class org.xchain.framework.sax.Pipeline
 
setCompositeStage(CompositeStage) - Method in class org.xchain.namespaces.sax.PipelineCommand.PipelineConfig
 
setConfigUrl(URL) - Method in class org.xchain.framework.lifecycle.ConfigDocumentContext
 
setContentHandler(ContentHandler) - Method in class org.xchain.framework.sax.CommandXmlReader
 
setContentHandler(ContentHandler) - Method in class org.xchain.framework.sax.XChainDeclFilter
 
setContext(JXPathContext) - Method in class org.xchain.framework.sax.ContextInputSource
 
setCustomLexicalHandler(LexicalHandler) - Method in class org.xchain.framework.digester.ExtendedDigester
 
setData(String) - Method in exception org.xchain.framework.util.ParseException
 
setDefaultUseCaches(boolean) - Method in class org.xchain.framework.net.UrlConnectionWrapper
 
setDigester(Digester) - Method in class org.xchain.framework.digester.strategy.RuleLoadingNewDigesterFilter.NamespaceXmlFilter
 
setDigester(Digester) - Method in class org.xchain.framework.jsl.SaxTemplateHandler
 
setDirectory(boolean) - Method in class org.xchain.framework.scanner.ScanNode
Sets the isDirectory flag.
setDocumentLocator(Locator) - Method in class org.xchain.framework.sax.CommandHandler
 
setDocumentLocator(Locator) - Method in class org.xchain.framework.sax.HandlerWrapper
 
setDocumentLocator(Locator) - Method in class org.xchain.framework.sax.XChainDeclFilter
 
setDocumentLocator(Locator) - Method in class org.xchain.framework.sax.XChainTemplatesHandler
Sets the locator object for this handler.
setDoInput(boolean) - Method in class org.xchain.framework.net.UrlConnectionWrapper
 
setDoOutput(boolean) - Method in class org.xchain.framework.net.UrlConnectionWrapper
 
setDTDHandler(DTDHandler) - Method in class org.xchain.framework.sax.CommandXmlReader
 
setDTDHandler(DTDHandler) - Method in class org.xchain.framework.sax.XChainDeclFilter
 
setElementCount(int) - Method in class org.xchain.framework.jsl.TemplateSourceBuilder.Context
 
setElementDepth(int) - Method in class org.xchain.framework.jsl.TemplateSourceBuilder.VirtualChainContext
 
setElementType(AbstractSaxTemplateHandler.ElementType) - Method in class org.xchain.framework.jsl.AbstractSaxTemplateHandler.ElementInfo
 
setEncoding(String) - Method in class org.xchain.framework.sax.ContextInputSource
 
setEntityResolver(EntityResolver) - Method in class org.xchain.framework.sax.CommandXmlReader
 
setEntityResolver(EntityResolver) - Method in class org.xchain.framework.sax.XChainDeclFilter
 
setEntityResolver(EntityResolver) - Method in class org.xchain.namespaces.sax.PipelineCommand.PipelineConfig
 
setErrorHandler(ErrorHandler) - Method in class org.xchain.framework.sax.CommandXmlReader
 
setErrorHandler(ErrorHandler) - Method in class org.xchain.framework.sax.XChainDeclFilter
 
setErrorListener(ErrorListener) - Method in class org.xchain.namespaces.sax.PipelineCommand.PipelineConfig
 
setExcludeResultPrefixBoundary(boolean) - Method in class org.xchain.framework.jsl.TemplateSourceBuilder.Context
 
setExcludeResultPrefixSet(Set<String>) - Method in class org.xchain.framework.jsl.AbstractSaxTemplateHandler.ElementInfo
 
setFeature(String, boolean) - Method in class org.xchain.framework.sax.CommandXmlReader
 
setFeatures(Map<String, Boolean>) - Method in class org.xchain.framework.util.ParsedTransformerFactory
 
setFields(Map<String, String>) - Method in class org.xchain.framework.util.ParsedTransformerFactory
 
setFile(boolean) - Method in class org.xchain.framework.scanner.ScanNode
Sets the isFile flag.
setHandlerPrefixMapping(Map<String, String>) - Method in class org.xchain.framework.jsl.AbstractSaxTemplateHandler.ElementInfo
 
setIdentityService(IdentityService) - Method in class org.xchain.framework.security.IdentityManager
 
setIfModifiedSince(long) - Method in class org.xchain.framework.net.UrlConnectionWrapper
 
setIndent(int) - Method in class org.xchain.framework.jsl.TemplateSourceBuilder.Context
 
setJXPathContext(JXPathContext) - Method in interface org.xchain.framework.jxpath.QNameVariables
Sets the JXPathContext that is used to lookup namespace uris.
setJXPathContext(JXPathContext) - Method in class org.xchain.framework.jxpath.QNameVariablesImpl
Sets the JXPathContext that is used to lookup namespace uris.
setLocalName(String) - Method in class org.xchain.framework.lifecycle.ComponentAnalysis
Set the local name for the component.
setLocalName(String) - Method in class org.xchain.framework.sax.SaxEventRecorder.SaxEvent
 
setLocation(int) - Method in exception org.xchain.framework.util.ParseException
 
setLocator(Locator) - Method in exception org.xchain.framework.digester.XChainParseException
 
setLocator(Locator) - Method in interface org.xchain.Locatable
 
setLocator(Locator) - Method in class org.xchain.namespaces.jsl.AbstractTemplateCommand
 
setMonitored(boolean) - Method in class org.xchain.framework.lifecycle.ConfigContext
 
setName(String) - Method in class org.xchain.framework.osgi.ParsedParameter
 
setName(String) - Method in class org.xchain.framework.scanner.ScanNode
Returns the name of this node relative to the parent.
setNewDigesterStrategy(NewDigesterStrategy) - Method in class org.xchain.framework.digester.DigesterFactory
 
setOutputProperties(Map<String, String>) - Method in class org.xchain.framework.util.ParsedTransformer
Set the output properties map.
setParameters(Map<String, String>) - Method in class org.xchain.framework.util.ParsedTransformer
Set the parameter map.
setParent(NewDigesterStrategy) - Method in interface org.xchain.framework.digester.NewDigesterFilter
 
setParent(NewDigesterStrategy) - Method in class org.xchain.framework.digester.strategy.AbstractNewDigesterFilter
 
setPermissions(Set<Permission>) - Method in class org.xchain.framework.security.DefaultIdentity
Unsupported.
setPermissions(Set<Permission>) - Method in class org.xchain.framework.security.IdentityImpl
 
setPrefixMapping(Map<String, String>) - Method in class org.xchain.framework.jsl.AbstractSaxTemplateHandler.ElementInfo
 
setPrefixMapping(Map<String, String>) - Method in class org.xchain.framework.sax.SaxEventRecorder.SaxEvent
 
setPrefixSet(Set<String>) - Method in class org.xchain.framework.sax.SaxEventRecorder.SaxEvent
 
setPreviousSiblingType(AbstractSaxTemplateHandler.ElementType) - Method in class org.xchain.framework.jsl.AbstractSaxTemplateHandler.ElementInfo
 
setPrincipal(Principal) - Method in class org.xchain.framework.security.IdentityImpl
 
setProperties(Properties) - Method in class org.xchain.StandAloneExecutor
Set the properties configuration that the Executor will use
setProperty(String, Object) - Method in class org.xchain.framework.sax.CommandXmlReader
 
setQName(String) - Method in class org.xchain.framework.sax.SaxEventRecorder.SaxEvent
 
setQName(QName) - Method in class org.xchain.namespaces.jsl.AbstractTemplateCommand
 
setQName(QName) - Method in interface org.xchain.Registerable
Sets the registration qname for this command.
setRequestProperty(String, String) - Method in class org.xchain.framework.net.UrlConnectionWrapper
 
setResourceName(String) - Method in class org.xchain.framework.scanner.ScanNode
Sets the resource name for this node.
setResult(Result) - Method in class org.xchain.framework.sax.CompositeStage
Sets the result for this stage list.
setResult(Result) - Method in class org.xchain.framework.sax.SerializerStage
 
setResult(Result) - Method in interface org.xchain.framework.sax.Stage
Sets the result for this stage.
setResult(Result) - Method in class org.xchain.framework.sax.TransformerHandlerStage
 
setScope(Scope) - Method in class org.xchain.framework.lifecycle.ComponentAnalysis
Set the scope for the component.
setSource(String) - Method in class org.xchain.framework.jsl.SourceResult
 
setSource(InputSource) - Method in class org.xchain.framework.sax.Pipeline
 
setSource(InputSource) - Method in class org.xchain.namespaces.sax.PipelineCommand.PipelineConfig
 
setSourceExcludeResultPrefixSet(Set<String>) - Method in class org.xchain.framework.jsl.AbstractSaxTemplateHandler.ElementInfo
 
setSourcePrefixMapping(Map<String, String>) - Method in class org.xchain.framework.jsl.AbstractSaxTemplateHandler.ElementInfo
 
setSourceResourceName(String) - Method in class org.xchain.framework.jsl.SourceResult
 
setSubType(String) - Method in class org.xchain.framework.util.ContentType
 
setSystemId(String) - Method in interface org.xchain.EngineeredCatalog
 
setSystemId(String) - Method in class org.xchain.framework.sax.XChainTemplatesHandler
Sets the system id for the templates classes created by this handler.
setSystemId(String) - Method in class org.xchain.namespaces.jsl.AbstractTemplateCommand
 
setSystemId(String) - Method in interface org.xchain.Registerable
Sets the registration system id for this command.
setTemplatesCacheSize(int) - Method in class org.xchain.framework.lifecycle.ConfigContext
 
setText(String) - Method in class org.xchain.framework.sax.SaxEventRecorder.SaxEvent
 
setTrackCharactersEvents(boolean) - Method in class org.xchain.framework.sax.SaxEventRecorder
Set whether character SAX events should be tracked.
setTrackCommentEvents(boolean) - Method in class org.xchain.framework.sax.SaxEventRecorder
 
setTrackDocumentEvents(boolean) - Method in class org.xchain.framework.sax.SaxEventRecorder
Set whether document SAX events should be tracked.
setTrackElementEvents(boolean) - Method in class org.xchain.framework.sax.SaxEventRecorder
Set whether element SAX events should be tracked.
setTrackPrefixMappingEvents(boolean) - Method in class org.xchain.framework.sax.SaxEventRecorder
Set whether prefix mapping events should be tracked.
setTransitionExcludeResultPrefixSet(Set<String>) - Method in class org.xchain.framework.jsl.TemplateSourceBuilder.Context
 
setTransitionPrefixMapping(Map<String, String>) - Method in class org.xchain.framework.jsl.TemplateSourceBuilder.Context
 
setTranslatorList(List<UrlTranslationStrategy>) - Method in class org.xchain.framework.net.strategy.CompositeUrlTranslationStrategy
 
setType(ParameterType) - Method in class org.xchain.framework.osgi.ParsedParameter
 
setType(SaxEventRecorder.EventType) - Method in class org.xchain.framework.sax.SaxEventRecorder.SaxEvent
 
setType(String) - Method in class org.xchain.framework.util.ContentType
 
setUri(String) - Method in class org.xchain.framework.sax.SaxEventRecorder.SaxEvent
 
setUriResolver(URIResolver) - Method in class org.xchain.namespaces.sax.PipelineCommand.PipelineConfig
 
setUrlSource(String) - Method in class org.xchain.framework.net.strategy.BaseUrlUrlTranslationStrategy
 
setUseCaches(boolean) - Method in class org.xchain.framework.net.UrlConnectionWrapper
 
setValue(String) - Method in class org.xchain.framework.osgi.ParsedParameter
 
setWrapped(URLConnection) - Method in class org.xchain.framework.net.UrlConnectionWrapper
 
setWrappedContentHandler(ContentHandler) - Method in class org.xchain.framework.sax.HandlerWrapper
 
setWrappedDtdHandler(DTDHandler) - Method in class org.xchain.framework.sax.HandlerWrapper
 
setWrappedHandler(Object) - Method in class org.xchain.framework.sax.HandlerWrapper
 
setWrappedLexicalHandler(LexicalHandler) - Method in class org.xchain.framework.sax.HandlerWrapper
 
setXmlReader(XMLReader) - Method in class org.xchain.framework.sax.Pipeline
 
setXmlReader(XMLReader) - Method in class org.xchain.namespaces.sax.PipelineCommand.PipelineConfig
 
shouldOverwrite(Attributes) - Static method in class org.xchain.framework.sax.MultiDocumentResult
 
size() - Method in class org.xchain.framework.util.ThreadLocalStack
Returns the size of the stack.
skip(long) - Method in class org.xchain.framework.net.UrlSourceUtil.ReportingInputStream
 
skippedEntity(String) - Method in class org.xchain.framework.jsl.AbstractSaxTemplateHandler
 
skippedEntity(String) - Method in class org.xchain.framework.sax.CommandHandler
 
skippedEntity(String) - Method in class org.xchain.framework.sax.HandlerWrapper
 
sort() - Method in class org.xchain.framework.util.DependencySorter
 
source - Variable in class org.xchain.framework.sax.Pipeline
 
source - Variable in class org.xchain.namespaces.sax.PipelineCommand.PipelineConfig
 
SOURCE_ENCODING - Static variable in class org.xchain.framework.jsl.TemplateCompiler
 
SOURCE_URL_TAG_NAME - Static variable in class org.xchain.framework.digester.XChainConfigRuleSet
 
SOURCE_VERSION - Static variable in class org.xchain.framework.jsl.TemplateCompiler
 
sourceBuilder - Variable in class org.xchain.framework.jsl.SaxTemplateHandler
The template builder that will be used to create the source files.
sourceCompiler - Variable in class org.xchain.framework.jsl.AbstractSaxTemplateHandler
The compiler that compiles generated template source files.
SourceResult - Class in org.xchain.framework.jsl
 
SourceResult() - Constructor for class org.xchain.framework.jsl.SourceResult
 
SourceSourceStrategy - Class in org.xchain.framework.strategy
SourceStrategy implementation for Source objects.
SourceSourceStrategy() - Constructor for class org.xchain.framework.strategy.SourceSourceStrategy
 
SourceStrategy<S> - Interface in org.xchain.framework.strategy
Interface for source strategies.
sourceUrlList - Variable in class org.xchain.framework.lifecycle.ConfigContext
 
stackThreadLocal - Variable in class org.xchain.framework.util.ThreadLocalStack
 
Stage - Interface in org.xchain.framework.sax
 
stageList - Variable in class org.xchain.framework.sax.CompositeStage
 
StandAloneExecutor - Class in org.xchain
Bootstraps the environment for executing an XChain.
StandAloneExecutor() - Constructor for class org.xchain.StandAloneExecutor
 
StandardFunctions - Class in org.xchain.framework.jxpath
 
StandardFunctions(String) - Constructor for class org.xchain.framework.jxpath.StandardFunctions
 
start(RootDoc) - Static method in class org.xchain.framework.doclets.NamespaceDoclet
 
start() - Method in class org.xchain.framework.lifecycle.BasicTransformerFactoryFactory
 
start() - Method in class org.xchain.framework.lifecycle.DefaultDocumentBuilderFactoryFactory
 
start() - Method in class org.xchain.framework.lifecycle.DefaultSaxParserFactoryFactory
 
start() - Method in class org.xchain.framework.lifecycle.DefaultTransformerFactoryFactory
 
start() - Method in class org.xchain.framework.lifecycle.DefaultXmlReaderFactoryFactory
 
start() - Method in interface org.xchain.framework.lifecycle.Factory
 
START_PARAMETER_REGEX - Static variable in class org.xchain.framework.osgi.ManifestParser
 
startAttribute(String, String, String) - Method in class org.xchain.framework.sax.CommandHandler
 
startCDATA() - Method in class org.xchain.framework.digester.ExtendedDigester
 
startCDATA() - Method in class org.xchain.framework.sax.CommandHandler
 
startCDATA() - Method in class org.xchain.framework.sax.HandlerWrapper
 
startCDATA() - Method in class org.xchain.framework.sax.SaxEventRecorder
 
startCommandElement(String, String, String, Attributes) - Method in class org.xchain.framework.jsl.AbstractSaxTemplateHandler
Handles start events for xchain command elements.
startCommandElement(String, String, String, Attributes) - Method in class org.xchain.framework.jsl.SaxTemplateHandler
Handles start element events for elements in an xchain namespace.
startCommandEngineering(LifecycleContext) - Static method in class org.xchain.framework.lifecycle.Lifecycle
The lifecycle step that engineers command classes.
startCommandExecute(Command, JXPathContext) - Static method in class org.xchain.framework.lifecycle.Execution
Signals that the execute method of a command has been called.
startCommandPostProcess(Command, JXPathContext) - Static method in class org.xchain.framework.lifecycle.Execution
Resumes the top item on the suspended context stack.
startComment() - Method in class org.xchain.framework.sax.CommandHandler
Starts a comment section.
startConfiguration(LifecycleContext, ConfigDocumentContext) - Static method in class org.xchain.framework.lifecycle.Lifecycle
Lifecycle Step to load the xchain configuration.
startContextPointer(JXPathContext, Pointer) - Static method in class org.xchain.framework.lifecycle.Execution
Signals that we are creating a local context for context bean that has the same variable and function scope as the last context bean.
startCreateConfigDocumentContext() - Static method in class org.xchain.framework.lifecycle.Lifecycle
This step creates a ConfigDocumentContext instance which will be passed to all lifecycle start steps, which take a ConfigDocumentContext, when Lifecycle.startLifecycle() is called.
startDefaultConversions(LifecycleContext) - Static method in class org.xchain.framework.lifecycle.Lifecycle
Sets up the default conversion objects in the bean utils.
startDefaultXmlFactory(LifecycleContext) - Static method in class org.xchain.framework.lifecycle.Lifecycle
Sets the default SAX, XSLT, and DOM implementations to use on the XmlFactoryLifecycle for those that are not already set.
startDocument() - Method in class org.xchain.framework.jsl.AbstractSaxTemplateHandler
 
startDocument() - Method in class org.xchain.framework.sax.CommandHandler
 
startDocument() - Method in class org.xchain.framework.sax.HandlerWrapper
 
startDocument() - Method in class org.xchain.framework.sax.MultiDocumentResult.MultiDocumentContentHandler
 
startDocument() - Method in class org.xchain.framework.sax.PrefixMappingContext
 
startDocument() - Method in class org.xchain.framework.sax.ReversePrefixMappingContext
 
startDocument() - Method in class org.xchain.framework.sax.SaxEventRecorder
 
startDocument() - Method in class org.xchain.framework.sax.XChainDeclFilter
Prepares the filter to start tracking prolog events and caches the start document event.
startDocument() - Method in class org.xchain.framework.sax.XChainTemplatesHandler
Prepares the filter to start tracking prolog events and caches the start document event.
startDTD(String, String, String) - Method in class org.xchain.framework.digester.ExtendedDigester
 
startDTD(String, String, String) - Method in class org.xchain.framework.sax.CommandHandler
 
startDTD(String, String, String) - Method in class org.xchain.framework.sax.HandlerWrapper
 
startDTD(String, String, String) - Method in class org.xchain.framework.sax.SaxEventRecorder
 
startElement(String, String, String, Attributes) - Method in class org.xchain.framework.digester.strategy.RuleLoadingNewDigesterFilter.NamespaceXmlFilter
 
startElement(String, String, String, Attributes) - Method in class org.xchain.framework.jsl.AbstractSaxTemplateHandler
Tests the uri type and calls the correct start element method.
startElement(String, String, String, Attributes) - Method in class org.xchain.framework.sax.CommandHandler
Sets up a start element event that will be sent to the content handler.
startElement(String, String, String, Attributes) - Method in class org.xchain.framework.sax.HandlerWrapper
 
startElement(String, String, String, Attributes) - Method in class org.xchain.framework.sax.MultiDocumentResult.MultiDocumentContentHandler
 
startElement(String, String, String, Attributes) - Method in class org.xchain.framework.sax.SaxEventRecorder
 
startElement(String, String, String, Attributes) - Method in class org.xchain.framework.sax.util.XHtmlHandler
 
startElement(String, String, String, Attributes) - Method in class org.xchain.framework.sax.XChainDeclFilter
If this start element is the end of the prolog, then endProlog() is called.
startElement(String, String, String, Attributes) - Method in class org.xchain.framework.sax.XChainTemplatesHandler
If this start element is the end of the prolog, then endProlog() is called.
startEndElement() - Method in class org.xchain.framework.jsl.TemplateSourceBuilder
 
startEntity(String) - Method in class org.xchain.framework.digester.ExtendedDigester
 
startEntity(String) - Method in class org.xchain.framework.sax.CommandHandler
 
startEntity(String) - Method in class org.xchain.framework.sax.HandlerWrapper
 
startEntity(String) - Method in class org.xchain.framework.sax.SaxEventRecorder
 
startExcludeResultPrefix(String) - Method in class org.xchain.framework.sax.CommandHandler
 
startExcludeResultPrefixContext() - Method in class org.xchain.framework.sax.CommandHandler
Starts a new context for removing result prefixes.
startExecution(JXPathContext) - Static method in class org.xchain.framework.lifecycle.Execution
Start an execution stack on the current thread.
startJslCommentElement(String, String, String, Attributes) - Method in class org.xchain.framework.jsl.SaxTemplateHandler
Handles start element events for JSL comment elements.
startJslDynamicAttribute(String, String, String, Attributes) - Method in class org.xchain.framework.jsl.SaxTemplateHandler
Handles start element events for JSL attribute elements.
startJslDynamicElement(String, String, String, Attributes) - Method in class org.xchain.framework.jsl.SaxTemplateHandler
Handles start element events for JSL element elements.
startJslElement(String, String, String, Attributes) - Method in class org.xchain.framework.jsl.AbstractSaxTemplateHandler
Handles start events for jsl elements.
startJslElement(String, String, String, Attributes) - Method in class org.xchain.framework.jsl.SaxTemplateHandler
Handles start element events for all JSL elements.
startJslTemplateElement(String, String, String, Attributes) - Method in class org.xchain.framework.jsl.SaxTemplateHandler
 
startJslTextElement(String, String, String, Attributes) - Method in class org.xchain.framework.jsl.SaxTemplateHandler
Handles start element events for JSL text elements.
startJslValueOfElement(String, String, String, Attributes) - Method in class org.xchain.framework.jsl.SaxTemplateHandler
Handles start element events for JSL value-of elements.
startLifeCycle() - Method in interface org.xchain.Executor
 
startLifecycle() - Static method in class org.xchain.framework.lifecycle.Lifecycle
Start the lifecycle.
startLifecycle(LifecycleContext) - Method in class org.xchain.framework.lifecycle.ThreadLifecycle
 
startLifecycle(LifecycleContext) - Static method in class org.xchain.framework.lifecycle.XmlFactoryLifecycle
 
startLifeCycle() - Method in class org.xchain.StandAloneExecutor
Start the Life Cycle
startPrefixMapping(String, String) - Method in class org.xchain.framework.jsl.AbstractSaxTemplateHandler
 
startPrefixMapping(String, String) - Method in class org.xchain.framework.sax.CommandHandler
 
startPrefixMapping(String, String) - Method in class org.xchain.framework.sax.HandlerWrapper
 
startPrefixMapping(String, String) - Method in class org.xchain.framework.sax.MultiDocumentResult.MultiDocumentContentHandler
 
startPrefixMapping(String, String) - Method in class org.xchain.framework.sax.PrefixMappingContext
 
startPrefixMapping(String, String) - Method in class org.xchain.framework.sax.ReversePrefixMappingContext
 
startPrefixMapping(String, String) - Method in class org.xchain.framework.sax.SaxEventRecorder
 
startPrefixMapping(String, String) - Method in class org.xchain.framework.sax.util.NamespaceContext
Pushes a new prefix mapping onto the context.
startPrefixMapping(String, String) - Method in class org.xchain.framework.sax.util.XHtmlHandler
 
startPrefixMapping(String, String) - Method in class org.xchain.framework.sax.XChainDeclFilter
If this start prefix mapping is the end of the prolog, then endProlog() is called.
startPrefixMapping(String, String) - Method in class org.xchain.framework.sax.XChainTemplatesHandler
If this start prefix mapping is the end of the prolog, then endProlog() is called.
startSource(Map<String, String>, Set<String>, boolean) - Method in class org.xchain.framework.jsl.TemplateSourceBuilder
 
startStartElement() - Method in class org.xchain.framework.jsl.TemplateSourceBuilder
 
StartStep - Annotation Type in org.xchain.framework.lifecycle
The annotation for marking methods as StartSteps in the XChain Lifecycle.
startTemplateElement(String, String, String, Attributes) - Method in class org.xchain.framework.jsl.AbstractSaxTemplateHandler
Handles start events for template elements.
startTemplateElement(String, String, String, Attributes) - Method in class org.xchain.framework.jsl.SaxTemplateHandler
Handles start element events for template elements.
startThread(ThreadContext) - Method in class org.xchain.framework.lifecycle.ThreadLifecycle
This mehtod must be called by a thread before interacting with xchains.
StartThreadStep - Annotation Type in org.xchain.framework.lifecycle
This annotation marks methods on lifecycle classes at StartSteps.
startThreadStep(ThreadContext) - Static method in class org.xchain.framework.security.DefaultIdentityService
 
startTracking() - Method in class org.xchain.framework.net.DependencyTracker
Start tracking dependency usages on the current thread.
startVirtualChain() - Method in class org.xchain.framework.jsl.TemplateSourceBuilder
Signals the start of a new virtual command.
startXmlFactory(LifecycleContext) - Static method in class org.xchain.framework.lifecycle.Lifecycle
Calls XmlFactoryLifecycle.startLifecycle( ...
stop() - Method in class org.xchain.framework.lifecycle.BasicTransformerFactoryFactory
 
stop() - Method in class org.xchain.framework.lifecycle.DefaultDocumentBuilderFactoryFactory
 
stop() - Method in class org.xchain.framework.lifecycle.DefaultSaxParserFactoryFactory
 
stop() - Method in class org.xchain.framework.lifecycle.DefaultTransformerFactoryFactory
 
stop() - Method in class org.xchain.framework.lifecycle.DefaultXmlReaderFactoryFactory
 
stop() - Method in interface org.xchain.framework.lifecycle.Factory
 
stopContextPointer(JXPathContext) - Static method in class org.xchain.framework.lifecycle.Execution
End the current context pointer.
stopDefaultConversions(LifecycleContext) - Static method in class org.xchain.framework.lifecycle.Lifecycle
Removes the standard conversion objects in the bean utils.
stopDefaultXmlFactory(LifecycleContext) - Static method in class org.xchain.framework.lifecycle.Lifecycle
Unsets any defaults set by the default-xml-factory start step.
stopLifeCycle() - Method in interface org.xchain.Executor
 
stopLifecycle() - Static method in class org.xchain.framework.lifecycle.Lifecycle
Shutdown the lifecycle.
stopLifecycle(LifecycleContext) - Method in class org.xchain.framework.lifecycle.ThreadLifecycle
 
stopLifecycle(LifecycleContext) - Static method in class org.xchain.framework.lifecycle.XmlFactoryLifecycle
 
stopLifeCycle() - Method in class org.xchain.StandAloneExecutor
Stop the Life Cycle
StopStep - Annotation Type in org.xchain.framework.lifecycle
The annotation for marking methods as StopSteps in the XChain Lifecycle.
stopThread(ThreadContext) - Method in class org.xchain.framework.lifecycle.ThreadLifecycle
This method must be called by a thread after interacting with xchains.
StopThreadStep - Annotation Type in org.xchain.framework.lifecycle
An annotation that marks a method as a thread stop step.
stopThreadStep(ThreadContext) - Static method in class org.xchain.framework.security.DefaultIdentityService
 
stopTracking() - Method in class org.xchain.framework.net.DependencyTracker
Stop tracking dependencies on the current thread.
stopXmlFactory(LifecycleContext) - Static method in class org.xchain.framework.lifecycle.Lifecycle
Calls XmlFactoryLifecycle.stopLifecycle( ...
stringConstant(String) - Static method in class org.xchain.framework.jsl.TemplateSourceBuilder
 
stringConstant(String) - Static method in class org.xchain.framework.util.EngineeringUtil
 
stringJoin(Collection<Object>, String) - Static method in class org.xchain.framework.jxpath.StandardFunctions
 
stringJoin(Object[], String) - Static method in class org.xchain.framework.jxpath.StandardFunctions
 
stringToQName(JXPathContext, String) - Static method in class org.xchain.framework.util.JXPathContextUtil
Converts a string to a qName based on the mappings in the context object.
stringToQNameString(JXPathContext, String) - Static method in class org.xchain.framework.util.JXPathContextUtil
 
STX_NAMESPACE - Static variable in class org.xchain.framework.lifecycle.XmlFactoryLifecycle
 
subtypeOf(CtClass, CtClass) - Static method in class org.xchain.framework.util.EngineeringUtil
Determine if the given class is a subtype of the given type.
suspendContextPointer(JXPathContext) - Static method in class org.xchain.framework.lifecycle.Execution
Suspends a local context for a context pointer.
SYSTEM_CLASS_LOADER_ATHORITY - Static variable in class org.xchain.framework.net.protocol.resource.ResourceUrlConnection
 
SYSTEM_ID_ATTRIBUTE - Static variable in class org.xchain.framework.digester.XChainConfigRuleSet
 
SYSTEM_ID_ATTRIBUTE - Static variable in class org.xchain.framework.sax.MultiDocumentResult
 
SystemClassLoaderUrlTranslationStrategy - Class in org.xchain.framework.net.protocol.resource
UrlTranslationStrategy implementation for the system class loader.
SystemClassLoaderUrlTranslationStrategy() - Constructor for class org.xchain.framework.net.protocol.resource.SystemClassLoaderUrlTranslationStrategy
 
systemId - Variable in class org.xchain.framework.digester.AnnotationRuleSet.CommandRegistrationRule
 
systemId - Variable in class org.xchain.namespaces.jsl.AbstractTemplateCommand
 

T

TARGET_VERSION - Static variable in class org.xchain.framework.jsl.TemplateCompiler
 
TEMPLATE_LOCAL_NAME - Static variable in class org.xchain.framework.jsl.SaxTemplateHandler
 
TEMPLATE_PACKAGE - Static variable in class org.xchain.framework.jsl.TemplateSourceBuilder
 
TemplateCompiler - Class in org.xchain.framework.jsl
 
TemplateCompiler() - Constructor for class org.xchain.framework.jsl.TemplateCompiler
 
TemplateCompiler.WrappedResourceReader - Class in org.xchain.framework.jsl
 
TemplateCompiler.WrappedResourceReader(MemoryResourceReader, ClassLoader) - Constructor for class org.xchain.framework.jsl.TemplateCompiler.WrappedResourceReader
 
templateDepth - Variable in class org.xchain.namespaces.jsl.AbstractTemplateCommand
 
templateElementDepth - Variable in class org.xchain.framework.jsl.SaxTemplateHandler
The depth of jsl template elements in the current event stream.
TEMPLATES_CACHE_SIZE_TAG_NAME - Static variable in class org.xchain.framework.digester.XChainConfigRuleSet
 
templatesCacheSize - Variable in class org.xchain.framework.lifecycle.ConfigContext
The maximum size of the template cache
TemplatesConsumerStrategy - Class in org.xchain.framework.strategy
ConsumerStrategy implementation for Templates.
TemplatesConsumerStrategy() - Constructor for class org.xchain.framework.strategy.TemplatesConsumerStrategy
 
TemplatesFactory - Class in org.xchain.framework.factory
The TemplatesFactory is used to load Templates.
TemplateSourceBuilder - Class in org.xchain.framework.jsl
A utility class to build jsl template command classes.
TemplateSourceBuilder() - Constructor for class org.xchain.framework.jsl.TemplateSourceBuilder
 
TemplateSourceBuilder.BodyMode - Enum in org.xchain.framework.jsl
 
TemplateSourceBuilder.Context - Class in org.xchain.framework.jsl
The context for a sax template command.
TemplateSourceBuilder.Context() - Constructor for class org.xchain.framework.jsl.TemplateSourceBuilder.Context
 
TemplateSourceBuilder.VirtualChainContext - Class in org.xchain.framework.jsl
The context for a virtual chain method.
TemplateSourceBuilder.VirtualChainContext(String) - Constructor for class org.xchain.framework.jsl.TemplateSourceBuilder.VirtualChainContext
 
TEMPORARY_CHAIN_LOCAL_NAME - Static variable in class org.xchain.framework.jsl.SaxTemplateHandler
 
TemporaryCommand - Class in org.xchain.namespaces.jsl
Almost an exact port of the class org.apache.commons.chain.impl.ChainBase, except the nested chains are represented with a java.util.ArrayList instead of an array.
TemporaryCommand() - Constructor for class org.xchain.namespaces.jsl.TemporaryCommand
 
TEXT_HTML - Static variable in class org.xchain.framework.util.ContentType
A ContentType constant that describes the generic text/html content type.
TEXT_LOCAL_NAME - Static variable in class org.xchain.framework.jsl.SaxTemplateHandler
 
TEXT_METHOD - Static variable in class org.xchain.framework.sax.MultiDocumentResult
 
TEXT_PLAIN - Static variable in class org.xchain.framework.util.ContentType
A ContentType constant that describes the generic text/plain content type.
TEXT_XHTML - Static variable in class org.xchain.framework.util.ContentType
A ContentType constant that describes the generic text/html content type.
TEXT_XML - Static variable in class org.xchain.framework.util.ContentType
A ContentType constant that describes the generic text/xml content type.
ThreadContext - Class in org.xchain.framework.lifecycle
The base class for ThreadContexts.
ThreadContext() - Constructor for class org.xchain.framework.lifecycle.ThreadContext
 
ThreadLifecycle - Class in org.xchain.framework.lifecycle
This class manages the lifecycle of threads that execute xchains code.
ThreadLocalStack<E> - Class in org.xchain.framework.util
A stack that has a different state for each thread that uses it.
ThreadLocalStack() - Constructor for class org.xchain.framework.util.ThreadLocalStack
 
threadStepCtClass - Variable in class org.xchain.framework.lifecycle.ThreadStepScanner
 
threadStepList - Variable in class org.xchain.framework.lifecycle.ThreadStepScanner
 
threadStepMap - Variable in class org.xchain.framework.lifecycle.ThreadStepScanner
 
ThreadStepScanner - Class in org.xchain.framework.lifecycle
 
ThreadStepScanner(LifecycleContext) - Constructor for class org.xchain.framework.lifecycle.ThreadStepScanner
 
ThrowCommand - Class in org.xchain.namespaces.core
 
ThrowCommand() - Constructor for class org.xchain.namespaces.core.ThrowCommand
 
toClassName(ScanNode) - Static method in class org.xchain.framework.scanner.AbstractScanner
 
toList() - Method in class org.xchain.framework.util.ThreadLocalStack
Return a copy of the current threads stack as a list, with the top of the stack at index 0.
toPrefixedQName(QName) - Static method in class org.xchain.namespaces.jsl.AbstractTemplateCommand
Turns a QName into its prefixed string representation.
toString() - Method in exception org.xchain.framework.digester.XChainParseException
 
toString() - Method in class org.xchain.framework.jxpath.QNameVariablesImpl
 
toString() - Method in class org.xchain.framework.sax.SaxEventRecorder.SaxEvent
 
toString() - Method in class org.xchain.framework.sax.SaxEventRecorder
 
toString() - Method in class org.xchain.framework.scanner.MarkerResourceLocator
 
toString() - Method in class org.xchain.framework.security.AllPermission
 
toString() - Method in class org.xchain.framework.security.IdentityImpl
 
toString() - Method in class org.xchain.framework.security.UsernamePrincipal
 
toString() - Method in class org.xchain.framework.util.ContentType
Generates the Content-Type value
toString() - Method in class org.xchain.framework.util.ParsedTransformer
 
toString() - Method in class org.xchain.framework.util.ParsedTransformerFactory
 
trace - Variable in class org.xchain.framework.lifecycle.Execution.ExceptionContext
 
TraceCommand - Class in org.xchain.namespaces.core
 
TraceCommand() - Constructor for class org.xchain.namespaces.core.TraceCommand
 
trackCharactersEvents - Variable in class org.xchain.framework.sax.SaxEventRecorder
Whether character events should be tracked.
trackCommentEvents - Variable in class org.xchain.framework.sax.SaxEventRecorder
Whether comment events should be tracked.
trackDocumentEvents - Variable in class org.xchain.framework.sax.SaxEventRecorder
Whether document events should be tracked.
trackElementEvents - Variable in class org.xchain.framework.sax.SaxEventRecorder
Whether element events should be tracked.
trackEndElement(int) - Method in class org.xchain.namespaces.jsl.AbstractTemplateCommand
 
trackPrefixMappingEvents - Variable in class org.xchain.framework.sax.SaxEventRecorder
Whether prefix mapping events should be tracked.
trackStartElement(int) - Method in class org.xchain.namespaces.jsl.AbstractTemplateCommand
 
TransformerCommand - Class in org.xchain.namespaces.sax
The <sax:transformer/> adds a transform to a sax pipeline.
TransformerCommand() - Constructor for class org.xchain.namespaces.sax.TransformerCommand
 
transformerHandler - Variable in class org.xchain.framework.sax.TransformerHandlerStage
 
TransformerHandlerStage - Class in org.xchain.framework.sax
 
TransformerHandlerStage(TransformerHandler) - Constructor for class org.xchain.framework.sax.TransformerHandlerStage
 
transformerThreadLocal - Static variable in class org.xchain.namespaces.sax.TransformerCommand
The thread local stack of transformers currently being used by this transformer.
translateUrl(URL) - Method in class org.xchain.framework.net.protocol.resource.ContextClassLoaderUrlTranslationStrategy
 
translateUrl(URL) - Method in class org.xchain.framework.net.protocol.resource.SystemClassLoaderUrlTranslationStrategy
 
translateUrl(URL) - Method in class org.xchain.framework.net.strategy.BaseUrlUrlTranslationStrategy
 
translateUrl(URL) - Method in class org.xchain.framework.net.strategy.CachedUrlTranslationStrategy
Translates a resource url into the actual url on the system.
translateUrl(URL) - Method in class org.xchain.framework.net.strategy.CompositeUrlTranslationStrategy
 
translateUrl(URL) - Method in interface org.xchain.framework.net.UrlTranslationStrategy
Translates a resource url into the actual url on the system.
TranslatingUrlConnection - Class in org.xchain.framework.net
 
TranslatingUrlConnection(URL) - Constructor for class org.xchain.framework.net.TranslatingUrlConnection
 
translatorList - Variable in class org.xchain.framework.net.strategy.CompositeUrlTranslationStrategy
 

U

unbindCCL() - Method in interface org.xchain.framework.lifecycle.CCLPolicy
 
unbindCCL() - Method in class org.xchain.framework.lifecycle.NOPCCLPolicy
 
unbindCCL() - Method in class org.xchain.framework.osgi.OSGiCCLPolicy
 
undeclareVariable(QName) - Method in interface org.xchain.framework.jxpath.QNameVariables
Undeclares the variable for the specified qName.
undeclareVariable(String) - Method in class org.xchain.framework.jxpath.QNameVariablesImpl
 
undeclareVariable(QName) - Method in class org.xchain.framework.jxpath.QNameVariablesImpl
 
undeclareVariable(String, Scope) - Method in interface org.xchain.framework.jxpath.ScopedQNameVariables
Remove the declaration of the variable with the given name at the given scope.
undeclareVariable(QName, Scope) - Method in interface org.xchain.framework.jxpath.ScopedQNameVariables
Remove the declaration of the variable with the given QName at the given scope.
undeclareVariable(String) - Method in class org.xchain.framework.jxpath.ScopedQNameVariablesImpl
 
undeclareVariable(String, Scope) - Method in class org.xchain.framework.jxpath.ScopedQNameVariablesImpl
 
undeclareVariable(QName, Scope) - Method in class org.xchain.framework.jxpath.ScopedQNameVariablesImpl
 
undefinePrefixMappings(JXPathContext, EngineeredCommand) - Static method in class org.xchain.framework.lifecycle.Execution
Remove all custom prefixes for the given command from the context.
unescapeParameter(String) - Static method in class org.xchain.framework.util.ParserUtil
Unescape parameter characters.
unescapeXML(String) - Static method in class org.xchain.framework.util.ParserUtil
Unescape XML escape characters.
unparsedEntityDecl(String, String, String, String) - Method in class org.xchain.framework.sax.CommandHandler
 
unparsedEntityDecl(String, String, String, String) - Method in class org.xchain.framework.sax.HandlerWrapper
 
unparsedEntityDecl(String, String, String, String) - Method in class org.xchain.framework.sax.XChainDeclFilter
Caches unparsed entity decl events until the prolog is finished.
unparsedEntityDecl(String, String, String, String) - Method in class org.xchain.framework.sax.XChainTemplatesHandler
Caches unparsed entity decl events until the prolog is finished.
UNQUOTED_PATH_REGEX - Static variable in class org.xchain.framework.osgi.ManifestParser
This has been modified to remove ';' and ',' characters.
unwrapConnection(URLConnection) - Method in class org.xchain.framework.net.UrlUtil
Unwrap any level of wrapped UrlConnectionWrappers.
URI - Static variable in class org.xchain.namespaces.security.SecurityConstants
 
uriLocalNamePattern - Static variable in class org.xchain.framework.util.JXPathContextUtil
A regex pattern the matches qNames of the form '{uri}local-name'
uriResolver - Variable in class org.xchain.namespaces.sax.PipelineCommand.PipelineConfig
 
URL_FACTORY_URL_SOURCE - Static variable in class org.xchain.framework.net.strategy.BaseUrlUrlTranslationStrategy
 
UrlConnectionWrapper - Class in org.xchain.framework.net
A URLConnection implementation which wraps another URLConnection.
UrlConnectionWrapper(URL) - Constructor for class org.xchain.framework.net.UrlConnectionWrapper
 
UrlExistsStrategy - Interface in org.xchain.framework.net
Interface for strategies to check if a URL references something that exists.
UrlFactory - Class in org.xchain.framework.net
This factory provides a mechanism to register url protocols when you cannot set the URLStreamHandlerFactory on the URL class.
UrlFactory.MappedUrlStreamHandlerFactory - Class in org.xchain.framework.net
The class used to route protocols to the proper URLStreamHandlerFactory.
UrlFactoryEntityResolver - Class in org.xchain.framework.sax
 
UrlFactoryEntityResolver() - Constructor for class org.xchain.framework.sax.UrlFactoryEntityResolver
 
UrlFactoryUriResolver - Class in org.xchain.framework.net
This uri resolver uses the UrlFactory to resolve input sources.
UrlFactoryUriResolver() - Constructor for class org.xchain.framework.net.UrlFactoryUriResolver
 
urlSource - Variable in class org.xchain.framework.net.strategy.BaseUrlUrlTranslationStrategy
 
UrlSourceCommand - Class in org.xchain.namespaces.sax
 
UrlSourceCommand() - Constructor for class org.xchain.namespaces.sax.UrlSourceCommand
 
UrlSourceUtil - Class in org.xchain.framework.net
A collection of static methods for converting URLs into SAX InputSources and JAXP Source objects.
UrlSourceUtil() - Constructor for class org.xchain.framework.net.UrlSourceUtil
 
UrlSourceUtil.ReportingInputStream - Class in org.xchain.framework.net
An InputStream wrapper which will report the SystemId and the first few lines of the file if it finalized before being properly closed.
UrlSourceUtil.ReportingInputStream(String, InputStream) - Constructor for class org.xchain.framework.net.UrlSourceUtil.ReportingInputStream
 
urlToResourcePath(URL) - Static method in class org.xchain.framework.net.protocol.resource.AbstractClassLoaderUrlTranslationStrategy
Translate the given url to a resource path.
UrlTranslationStrategy - Interface in org.xchain.framework.net
Base interface for translating resource URLs in the system URLs.
urlTranslationStrategyMap - Static variable in class org.xchain.framework.net.protocol.resource.ResourceUrlConnection
 
UrlUtil - Class in org.xchain.framework.net
A utility class for Url related methods.
UrlUtil() - Constructor for class org.xchain.framework.net.UrlUtil
 
UsernamePrincipal - Class in org.xchain.framework.security
The UsernamePrincipal takes a name via the constructor and stores it.
UsernamePrincipal(String) - Constructor for class org.xchain.framework.security.UsernamePrincipal
 

V

VALID_STEP_METHOD_SIGNATURES - Static variable in class org.xchain.framework.lifecycle.LifecycleStepScanner
 
VALID_STEP_METHOD_SIGNATURES - Static variable in class org.xchain.framework.lifecycle.ThreadStepScanner
 
validate(String, NamespaceContext) - Method in enum org.xchain.annotations.AttributeType
 
validate(String) - Static method in class org.xchain.framework.jxpath.JXPathValidator
Parses the specified xpath and throws a JXPathException if there is a syntax exception.
validate(String, NamespaceContext) - Static method in class org.xchain.framework.jxpath.JXPathValidator
 
validate(String, NamespaceContext) - Static method in class org.xchain.framework.util.JXPathContextUtil
 
validateAttributeValueTemplate(String, NamespaceContext) - Static method in class org.xchain.framework.util.AttributesUtil
 
value - Variable in class org.xchain.framework.sax.CommandHandler.Attribute
 
VALUE_OF_LOCAL_NAME - Static variable in class org.xchain.framework.jsl.SaxTemplateHandler
 
valueOf(String) - Static method in enum org.xchain.annotations.AttributeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xchain.framework.jsl.AbstractSaxTemplateHandler.ElementType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xchain.framework.jsl.SaxTemplateHandler.CharacterTarget
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xchain.framework.jsl.TemplateSourceBuilder.BodyMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xchain.framework.jxpath.Scope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xchain.framework.osgi.ParameterType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xchain.framework.sax.SaxEventRecorder.EventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xchain.namespaces.jsl.CommandExecutionState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xchain.namespaces.jsl.ElementOutputState
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.xchain.annotations.AttributeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xchain.framework.jsl.AbstractSaxTemplateHandler.ElementType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xchain.framework.jsl.SaxTemplateHandler.CharacterTarget
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xchain.framework.jsl.TemplateSourceBuilder.BodyMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xchain.framework.jxpath.Scope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xchain.framework.osgi.ParameterType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xchain.framework.sax.SaxEventRecorder.EventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xchain.namespaces.jsl.CommandExecutionState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xchain.namespaces.jsl.ElementOutputState
Returns an array containing the constants of this enum type, in the order they are declared.
valueStackThreadLocal - Variable in class org.xchain.namespaces.core.FilterVariableCommand
 
VariableCommand - Class in org.xchain.namespaces.core
The variable command will declare and set a variable in the context.
VariableCommand() - Constructor for class org.xchain.namespaces.core.VariableCommand
 
variableMap - Variable in class org.xchain.framework.jxpath.QNameVariablesImpl
 
vertexMap - Variable in class org.xchain.framework.util.DependencySorter
The map of labels to vertices for this graph.
VfsProtocolScanner - Class in org.xchain.framework.scanner
A protocol handler for jboss 5.0.0 urls with protocols "vfszip", "vfsfile", and "vfsmemory".
VfsProtocolScanner() - Constructor for class org.xchain.framework.scanner.VfsProtocolScanner
 
virtualPostProcess(JXPathContext, Exception, boolean, int[]) - Method in class org.xchain.namespaces.jsl.AbstractTemplateCommand
The post process command for virtual chains.

W

warning(SAXParseException) - Method in class org.xchain.framework.strategy.CatalogConsumerStrategy.FailingErrorHandler
 
WEBAPP_URL_TAG_NAME - Static variable in class org.xchain.framework.digester.XChainConfigRuleSet
 
webappUrlList - Variable in class org.xchain.framework.lifecycle.ConfigContext
 
whitespacePattern - Static variable in class org.xchain.framework.jsl.SaxTemplateHandler
 
WithCommand - Class in org.xchain.namespaces.core
The with command will execute its child commands with the selected element as the root context.
WithCommand() - Constructor for class org.xchain.namespaces.core.WithCommand
 
wrapped - Variable in class org.xchain.framework.jsl.TemplateCompiler.WrappedResourceReader
 
wrapped - Variable in class org.xchain.framework.net.DependencyTracker.DependencyUriResolver
 
wrapped - Variable in class org.xchain.framework.net.UrlConnectionWrapper
 

X

XALAN_FACTORY_CLASS_NAME - Static variable in class org.xchain.framework.lifecycle.XmlFactoryLifecycle
The class name of xalan's transformer factory - "org.apache.xalan.processor.TransformerFactoryImpl"
XALAN_FACTORY_NAME - Static variable in class org.xchain.framework.lifecycle.XmlFactoryLifecycle
The qname for xalan's transformer factory, if it is on the class path - {http://www.xchain.org/core}xalan
XCHAIN_CONFIG - Static variable in class org.xchain.framework.lifecycle.Lifecycle
 
XCHAIN_STYLESHEET_TARGET - Static variable in class org.xchain.framework.sax.XChainDeclFilter
 
XCHAIN_TRANSFORMER_FACTORY_TARGET - Static variable in class org.xchain.framework.sax.XChainTemplatesHandler
 
XChainCatalog - Class in org.xchain.namespaces.core
The default implementation of Catalog for the XChains package.
XChainCatalog() - Constructor for class org.xchain.namespaces.core.XChainCatalog
 
XChainConfigRuleSet - Class in org.xchain.framework.digester
...
XChainConfigRuleSet() - Constructor for class org.xchain.framework.digester.XChainConfigRuleSet
 
XChainConfigRuleSet.CatalogCacheSizeRule - Class in org.xchain.framework.digester
 
XChainConfigRuleSet.CatalogCacheSizeRule() - Constructor for class org.xchain.framework.digester.XChainConfigRuleSet.CatalogCacheSizeRule
 
XChainConfigRuleSet.ConfigLoadRule - Class in org.xchain.framework.digester
 
XChainConfigRuleSet.ConfigLoadRule() - Constructor for class org.xchain.framework.digester.XChainConfigRuleSet.ConfigLoadRule
 
XChainConfigRuleSet.MonitorRule - Class in org.xchain.framework.digester
 
XChainConfigRuleSet.MonitorRule() - Constructor for class org.xchain.framework.digester.XChainConfigRuleSet.MonitorRule
 
XChainConfigRuleSet.ResourceUrlRule - Class in org.xchain.framework.digester
 
XChainConfigRuleSet.ResourceUrlRule() - Constructor for class org.xchain.framework.digester.XChainConfigRuleSet.ResourceUrlRule
 
XChainConfigRuleSet.SourceUrlRule - Class in org.xchain.framework.digester
 
XChainConfigRuleSet.SourceUrlRule() - Constructor for class org.xchain.framework.digester.XChainConfigRuleSet.SourceUrlRule
 
XChainConfigRuleSet.TemplatesCacheSizeRule - Class in org.xchain.framework.digester
 
XChainConfigRuleSet.TemplatesCacheSizeRule() - Constructor for class org.xchain.framework.digester.XChainConfigRuleSet.TemplatesCacheSizeRule
 
XChainConfigRuleSet.WebappUrlRule - Class in org.xchain.framework.digester
 
XChainConfigRuleSet.WebappUrlRule() - Constructor for class org.xchain.framework.digester.XChainConfigRuleSet.WebappUrlRule
 
XChainDeclFilter - Class in org.xchain.framework.sax
This filter handles processing instructions.
XChainDeclFilter() - Constructor for class org.xchain.framework.sax.XChainDeclFilter
 
XChainDeclFilter.LoggingUriResolver - Class in org.xchain.framework.sax
 
XChainDeclFilter.LoggingUriResolver(URIResolver) - Constructor for class org.xchain.framework.sax.XChainDeclFilter.LoggingUriResolver
 
XChainParseException - Exception in org.xchain.framework.digester
 
XChainParseException(Locator, String) - Constructor for exception org.xchain.framework.digester.XChainParseException
 
XChainParseException(Locator, Throwable) - Constructor for exception org.xchain.framework.digester.XChainParseException
 
XChainParseException(Locator, String, Throwable) - Constructor for exception org.xchain.framework.digester.XChainParseException
 
XChainTemplatesHandler - Class in org.xchain.framework.sax
This filter handles processing instructions.
XChainTemplatesHandler() - Constructor for class org.xchain.framework.sax.XChainTemplatesHandler
 
XChainTypeConverter - Class in org.xchain.framework.jxpath
A type converter for the xchains package.
XChainTypeConverter() - Constructor for class org.xchain.framework.jxpath.XChainTypeConverter
 
XHtmlHandler - Class in org.xchain.framework.sax.util
This class wraps an apache serializer for html.
XHtmlHandler() - Constructor for class org.xchain.framework.sax.util.XHtmlHandler
 
XML_METHOD - Static variable in class org.xchain.framework.sax.MultiDocumentResult
 
XmlFactoryLifecycle - Class in org.xchain.framework.lifecycle
This class provides a common place to manage factories for the TrAX and SAX APIs, by allowing the creation of several named factories.
XmlFactoryLifecycle() - Constructor for class org.xchain.framework.lifecycle.XmlFactoryLifecycle
 
XSLT_NAMESPACE - Static variable in class org.xchain.framework.lifecycle.XmlFactoryLifecycle
 
XSLTC_FACTORY_CLASS_NAME - Static variable in class org.xchain.framework.lifecycle.XmlFactoryLifecycle
The class name of xsltc's transformer factory - "org.apache.xalan.xsltc.trax.TransformerFactoryImpl"
XSLTC_FACTORY_NAME - Static variable in class org.xchain.framework.lifecycle.XmlFactoryLifecycle
The qname for xsltc's transformer factory, if it is on the class path - {http://www.xchain.org/core}xsltc

Z

ZipProtocolScanner - Class in org.xchain.framework.scanner
This protocol scanner scans the protocol "jar:" and returns the root node of the scan.
ZipProtocolScanner() - Constructor for class org.xchain.framework.scanner.ZipProtocolScanner
 
A B C D E F G H I J L M N O P Q R S T U V W X Z 

Copyright © 2013 XChain Framework. All Rights Reserved.