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

X

XCONF_LONG - Static variable in class org.apache.cocoon.Main
 
XCONF_OPT - Static variable in class org.apache.cocoon.Main
 
XHTML1_DOCTYPE_FRAMESET - Static variable in class org.apache.cocoon.components.serializers.XHTMLSerializer
A representation of the XHTML 1.0 frameset document type.
XHTML1_DOCTYPE_STRICT - Static variable in class org.apache.cocoon.components.serializers.XHTMLSerializer
A representation of the XHTML 1.0 strict document type.
XHTML1_DOCTYPE_TRANSITIONAL - Static variable in class org.apache.cocoon.components.serializers.XHTMLSerializer
A representation of the XHTML 1.0 transitional document type.
XHTML1_NAMESPACE - Static variable in class org.apache.cocoon.components.serializers.XHTMLSerializer
The namespace URI for XHTML 1.0.
XHTMLEncoder - class org.apache.cocoon.components.serializers.encoding.XHTMLEncoder.
 
XHTMLEncoder() - Constructor for class org.apache.cocoon.components.serializers.encoding.XHTMLEncoder
Create a new instance of this XHTMLEncoder.
XHTMLEncoder(String) - Constructor for class org.apache.cocoon.components.serializers.encoding.XHTMLEncoder
Create a new instance of this XHTMLEncoder.
XHTMLSerializer - class org.apache.cocoon.components.serializers.XHTMLSerializer.
 
XHTMLSerializer() - Constructor for class org.apache.cocoon.components.serializers.XHTMLSerializer
Create a new instance of this XHTMLSerializer
XHTMLSerializer(XHTMLEncoder) - Constructor for class org.apache.cocoon.components.serializers.XHTMLSerializer
Create a new instance of this XHTMLSerializer
XINCLUDE_FALLBACK_ELEMENT - Static variable in class org.apache.cocoon.transformation.XIncludeTransformer
 
XINCLUDE_INCLUDE_ELEMENT - Static variable in class org.apache.cocoon.transformation.XIncludeTransformer
 
XINCLUDE_INCLUDE_ELEMENT_HREF_ATTRIBUTE - Static variable in class org.apache.cocoon.transformation.XIncludeTransformer
 
XINCLUDE_INCLUDE_ELEMENT_PARSE_ATTRIBUTE - Static variable in class org.apache.cocoon.transformation.XIncludeTransformer
 
XINCLUDE_NAMESPACE_URI - Static variable in class org.apache.cocoon.transformation.XIncludeTransformer
 
XIncludeTransformer - class org.apache.cocoon.transformation.XIncludeTransformer.
Implementation of an XInclude transformer.
XIncludeTransformer() - Constructor for class org.apache.cocoon.transformation.XIncludeTransformer
 
XLINK_ACTUATE - Static variable in class org.apache.cocoon.xml.xlink.XLinkPipe
 
XLINK_ARCROLE - Static variable in class org.apache.cocoon.xml.xlink.XLinkPipe
 
XLINK_FROM - Static variable in class org.apache.cocoon.xml.xlink.XLinkPipe
 
XLINK_HREF - Static variable in class org.apache.cocoon.xml.xlink.XLinkPipe
 
XLINK_LABEL - Static variable in class org.apache.cocoon.xml.xlink.XLinkPipe
 
XLINK_NAMESPACE - Static variable in class org.apache.cocoon.generation.SearchGenerator
The XML namespace for xlink
XLINK_NAMESPACE_URI - Static variable in class org.apache.cocoon.xml.xlink.XLinkPipe
 
XLINK_ROLE - Static variable in class org.apache.cocoon.xml.xlink.XLinkPipe
 
XLINK_SHOW - Static variable in class org.apache.cocoon.xml.xlink.XLinkPipe
 
XLINK_TITLE - Static variable in class org.apache.cocoon.xml.xlink.XLinkPipe
 
XLINK_TO - Static variable in class org.apache.cocoon.xml.xlink.XLinkPipe
 
XLINK_TYPE - Static variable in class org.apache.cocoon.xml.xlink.XLinkPipe
 
XLINK_TYPE_ARC - Static variable in class org.apache.cocoon.xml.xlink.XLinkPipe
 
XLINK_TYPE_EXTENDED - Static variable in class org.apache.cocoon.xml.xlink.XLinkPipe
 
XLINK_TYPE_LOCATOR - Static variable in class org.apache.cocoon.xml.xlink.XLinkPipe
 
XLINK_TYPE_RESOURCE - Static variable in class org.apache.cocoon.xml.xlink.XLinkPipe
 
XLINK_TYPE_SIMPLE - Static variable in class org.apache.cocoon.xml.xlink.XLinkPipe
 
XLINK_TYPE_TITLE - Static variable in class org.apache.cocoon.xml.xlink.XLinkPipe
 
XLinkHandler - interface org.apache.cocoon.xml.xlink.XLinkHandler.
This interface indicates an XLinkHandler that uses the same event driven design patterns that SAX enforces.
XLinkPipe - class org.apache.cocoon.xml.xlink.XLinkPipe.
This class implements a SAX consumer wrapper that transforms the general SAX semantic into XLink semantics for easier consumption.
XLinkPipe() - Constructor for class org.apache.cocoon.xml.xlink.XLinkPipe
 
XMLBASE_ATTRIBUTE - Static variable in class org.apache.cocoon.transformation.XIncludeTransformer
 
XMLBASE_ATTRIBUTE - Static variable in class org.apache.cocoon.xml.XMLBaseSupport
 
XMLBASE_NAMESPACE_URI - Static variable in class org.apache.cocoon.transformation.XIncludeTransformer
 
XMLBASE_NAMESPACE_URI - Static variable in class org.apache.cocoon.xml.XMLBaseSupport
 
XMLBaseSupport - class org.apache.cocoon.xml.XMLBaseSupport.
Helper class for handling xml:base attributes.
XMLBaseSupport(SourceResolver, Logger) - Constructor for class org.apache.cocoon.xml.XMLBaseSupport
 
XMLByteStreamCompiler - class org.apache.cocoon.components.sax.XMLByteStreamCompiler.
This a simple xml compiler which outputs a byte array.
XMLByteStreamCompiler() - Constructor for class org.apache.cocoon.components.sax.XMLByteStreamCompiler
 
XMLByteStreamFragment - class org.apache.cocoon.components.sax.XMLByteStreamFragment.
An XMLByteStream wrapped by an XMLFragment implementation.
XMLByteStreamFragment(Object) - Constructor for class org.apache.cocoon.components.sax.XMLByteStreamFragment
Creates a new XMLByteStreamFragment defined by the given XML byte stream.
XMLByteStreamInterpreter - class org.apache.cocoon.components.sax.XMLByteStreamInterpreter.
This a simple xml compiler which takes a byte array as input.
XMLByteStreamInterpreter() - Constructor for class org.apache.cocoon.components.sax.XMLByteStreamInterpreter
 
XMLCocoonLogFormatter - class org.apache.cocoon.util.log.XMLCocoonLogFormatter.
A refactoring of org.apache.log.format.PatternFormatter and org.apache.cocoon.util.log.CocoonLogFormatter for producing XML format.
XMLCocoonLogFormatter() - Constructor for class org.apache.cocoon.util.log.XMLCocoonLogFormatter
 
XMLCocoonLogFormatter.CallStack - class org.apache.cocoon.util.log.XMLCocoonLogFormatter.CallStack.
Hack to get the call stack as an array of classes.
XMLCocoonLogFormatter.CallStack() - Constructor for class org.apache.cocoon.util.log.XMLCocoonLogFormatter.CallStack
 
XMLConsumer - interface org.apache.cocoon.xml.XMLConsumer.
This interfaces identifies classes that consume XML data, receiving notification of SAX events.
XMLConsumerTag - interface org.apache.cocoon.taglib.XMLConsumerTag.
 
XMLConsumerTagSupport - class org.apache.cocoon.taglib.XMLConsumerTagSupport.
 
XMLConsumerTagSupport() - Constructor for class org.apache.cocoon.taglib.XMLConsumerTagSupport
 
XMLDBCollectionGenerator - class org.apache.cocoon.generation.XMLDBCollectionGenerator.
Deprecated. Use the XML:DB pseudo protocol instead.
XMLDBCollectionGenerator() - Constructor for class org.apache.cocoon.generation.XMLDBCollectionGenerator
Deprecated.  
XMLDBGenerator - class org.apache.cocoon.generation.XMLDBGenerator.
Deprecated. Use the XML:DB pseudo protocol instead.
XMLDBGenerator() - Constructor for class org.apache.cocoon.generation.XMLDBGenerator
Deprecated.  
XMLDBSource - class org.apache.cocoon.components.source.impl.XMLDBSource.
This class implements the xmldb:// pseudo-protocol and allows to get XML content from an XML:DB enabled XML database.
XMLDBSource(Logger, SourceCredential, String, ServiceManager, Context) - Constructor for class org.apache.cocoon.components.source.impl.XMLDBSource
The constructor.
XMLDBSource.XMLDBOutputStream - class org.apache.cocoon.components.source.impl.XMLDBSource.XMLDBOutputStream.
 
XMLDBSource.XMLDBOutputStream() - Constructor for class org.apache.cocoon.components.source.impl.XMLDBSource.XMLDBOutputStream
 
XMLDBSourceFactory - class org.apache.cocoon.components.source.impl.XMLDBSourceFactory.
This class implements the xmldb:// pseudo-protocol and allows to get XML content from an XML:DB enabled XML database.
XMLDBSourceFactory() - Constructor for class org.apache.cocoon.components.source.impl.XMLDBSourceFactory
 
XMLDBTransformer - class org.apache.cocoon.transformation.XMLDBTransformer.
This transformer allows to perform resource creation, deletion, and XUpdate command execution in XML:DB.
XMLDBTransformer() - Constructor for class org.apache.cocoon.transformation.XMLDBTransformer
 
XMLDeserializer - interface org.apache.cocoon.components.sax.XMLDeserializer.
This interfaces identifies classes that deserialize XML data, sending SAX events to the configured XMLConsumer (or SAX ContentHandler and LexicalHandler).
XMLEncoder - class org.apache.cocoon.components.serializers.encoding.XMLEncoder.
 
XMLEncoder() - Constructor for class org.apache.cocoon.components.serializers.encoding.XMLEncoder
Create a new instance of this XMLEncoder.
XMLEncoder(String) - Constructor for class org.apache.cocoon.components.serializers.encoding.XMLEncoder
Create a new instance of this XMLEncoder.
XMLFileModule - class org.apache.cocoon.components.modules.input.XMLFileModule.
This module provides an Input Module interface to any XML document, by using XPath expressions as attribute keys.
XMLFileModule() - Constructor for class org.apache.cocoon.components.modules.input.XMLFileModule
 
XMLFileModule.DocumentHelper - class org.apache.cocoon.components.modules.input.XMLFileModule.DocumentHelper.
Takes care of (re-)loading and caching of sources.
XMLFileModule.DocumentHelper(boolean, boolean, String) - Constructor for class org.apache.cocoon.components.modules.input.XMLFileModule.DocumentHelper
Creates a new DocumentHelper instance.
XMLFragment - interface org.apache.cocoon.xml.XMLFragment.
This interface must be implemented by classes willing to provide an XML representation of their current state.
XMLMetaModule - class org.apache.cocoon.components.modules.input.XMLMetaModule.
Meta module that obtains values from other module and returns all parameters as XML.
XMLMetaModule() - Constructor for class org.apache.cocoon.components.modules.input.XMLMetaModule
 
XMLMulticaster - class org.apache.cocoon.xml.XMLMulticaster.
 
XMLMulticaster(XMLConsumer, XMLConsumer) - Constructor for class org.apache.cocoon.xml.XMLMulticaster
Create a new XMLMulticaster with two consumers
XMLMulticaster(ContentHandler, LexicalHandler, ContentHandler, LexicalHandler) - Constructor for class org.apache.cocoon.xml.XMLMulticaster
Create a new XMLMulticaster from two contentHandler/lexicalHandler pairs
XMLMulticaster(ContentHandler[], LexicalHandler[]) - Constructor for class org.apache.cocoon.xml.XMLMulticaster
 
XMLPipe - interface org.apache.cocoon.xml.XMLPipe.
This interface glues together an XML producer and consumer to create a SAX pipe.
XMLProducer - interface org.apache.cocoon.xml.XMLProducer.
This interfaces identifies classes that produce XML data, sending SAX events to the configured XMLConsumer.
XMLProducerTag - interface org.apache.cocoon.taglib.XMLProducerTag.
 
XMLProducerTagSupport - class org.apache.cocoon.taglib.XMLProducerTagSupport.
 
XMLProducerTagSupport() - Constructor for class org.apache.cocoon.taglib.XMLProducerTagSupport
 
XMLResourceBundle - class org.apache.cocoon.i18n.XMLResourceBundle.
Implementation of Bundle interface for XML resources.
XMLResourceBundle() - Constructor for class org.apache.cocoon.i18n.XMLResourceBundle
 
XMLResourceBundleFactory - class org.apache.cocoon.i18n.XMLResourceBundleFactory.
This is the XMLResourceBundleFactory, the method for getting and creating XMLResourceBundles.
XMLResourceBundleFactory() - Constructor for class org.apache.cocoon.i18n.XMLResourceBundleFactory
Default constructor
XMLSerializer - interface org.apache.cocoon.components.sax.XMLSerializer.
This interfaces identifies classes that serialize XML data, receiving notification of SAX events.
XMLSerializer - class org.apache.cocoon.components.serializers.XMLSerializer.
 
XMLSerializer() - Constructor for class org.apache.cocoon.components.serializers.XMLSerializer
Create a new instance of this XMLSerializer
XMLSerializer(XMLEncoder) - Constructor for class org.apache.cocoon.components.serializers.XMLSerializer
Create a new instance of this XMLSerializer
XMLSerializer - class org.apache.cocoon.serialization.XMLSerializer.
 
XMLSerializer() - Constructor for class org.apache.cocoon.serialization.XMLSerializer
 
XMLTeePipe - class org.apache.cocoon.components.sax.XMLTeePipe.
This is a simple Tee Component.
XMLTeePipe(XMLConsumer, XMLConsumer) - Constructor for class org.apache.cocoon.components.sax.XMLTeePipe
Create a new XMLTeePipe with two consumers
XMLUtil - class org.apache.cocoon.webapps.session.xml.XMLUtil.
A utility class which will soon be removed...
XMLUtil() - Constructor for class org.apache.cocoon.webapps.session.xml.XMLUtil
 
XMLUtils - class org.apache.cocoon.xml.XMLUtils.
XML utility methods.
XMLUtils() - Constructor for class org.apache.cocoon.xml.XMLUtils
 
XML_NAMESPACE_URI - Static variable in class org.apache.cocoon.Constants
The URI for xml namespaces
XMLizable - interface org.apache.cocoon.xml.XMLizable.
Deprecated. Use org.apache.excalibur.xml.sax.XMLizable instead
XMidiGenerator - class org.apache.cocoon.generation.XMidiGenerator.
Reads a standard MIDI file and generates SAX Events.
XMidiGenerator() - Constructor for class org.apache.cocoon.generation.XMidiGenerator
 
XMidiSerializer - class org.apache.cocoon.serialization.XMidiSerializer.
Takes SAX Events and serializes them as a standard MIDI file.
XMidiSerializer() - Constructor for class org.apache.cocoon.serialization.XMidiSerializer
 
XModuleSource - class org.apache.cocoon.components.source.impl.XModuleSource.
A ModifiableSource that takes its content from a module.
XModuleSource(Map, String, ServiceManager, Logger) - Constructor for class org.apache.cocoon.components.source.impl.XModuleSource
Create a xmodule source from a 'xmodule:' uri and a the object model.
XModuleSourceFactory - class org.apache.cocoon.components.source.impl.XModuleSourceFactory.
A factory for 'xmodule:' sources (see XModuleSource).
XModuleSourceFactory() - Constructor for class org.apache.cocoon.components.source.impl.XModuleSourceFactory
 
XPATH_NODE_NAME - Static variable in class org.apache.cocoon.generation.XPathDirectoryGenerator
Local name for the element that contains the included XML snippet.
XPATH_NODE_NAME - Static variable in class org.apache.cocoon.generation.XPathTraversableGenerator
Local name for the element that contains the included XML snippet.
XPathDirectoryGenerator - class org.apache.cocoon.generation.XPathDirectoryGenerator.
Generates an XML directory listing performing XPath queries on XML files.
XPathDirectoryGenerator() - Constructor for class org.apache.cocoon.generation.XPathDirectoryGenerator
 
XPathExceptionSelector - class org.apache.cocoon.selection.XPathExceptionSelector.
Additional to the inherited functionality from its superclass ExceptionSelector, this selector allows to define xpath expressions to evaluate supplemental information given in the thrown exception.
XPathExceptionSelector() - Constructor for class org.apache.cocoon.selection.XPathExceptionSelector
 
XPathSourceInspector - class org.apache.cocoon.components.source.impl.XPathSourceInspector.
This source inspector inspects XML files with a xpath expression.
XPathSourceInspector() - Constructor for class org.apache.cocoon.components.source.impl.XPathSourceInspector
 
XPathTraversableGenerator - class org.apache.cocoon.generation.XPathTraversableGenerator.
Generates an XML collection listing performing XPath queries on XML sources.
XPathTraversableGenerator() - Constructor for class org.apache.cocoon.generation.XPathTraversableGenerator
 
XPointer - class org.apache.cocoon.components.xpointer.XPointer.
Represents a fragment identifier conforming to the XML Pointer Language Framework.
XPointer() - Constructor for class org.apache.cocoon.components.xpointer.XPointer
 
XPointerContext - class org.apache.cocoon.components.xpointer.XPointerContext.
A context object used during the evaluating of XPointers.
XPointerContext(String, Source, XMLConsumer, Logger, ServiceManager) - Constructor for class org.apache.cocoon.components.xpointer.XPointerContext
Constructs an XPointerContext object.
XPointerFrameworkParser - class org.apache.cocoon.components.xpointer.parser.XPointerFrameworkParser.
 
XPointerFrameworkParser(InputStream) - Constructor for class org.apache.cocoon.components.xpointer.parser.XPointerFrameworkParser
 
XPointerFrameworkParser(Reader) - Constructor for class org.apache.cocoon.components.xpointer.parser.XPointerFrameworkParser
 
XPointerFrameworkParser(XPointerFrameworkParserTokenManager) - Constructor for class org.apache.cocoon.components.xpointer.parser.XPointerFrameworkParser
 
XPointerFrameworkParserConstants - interface org.apache.cocoon.components.xpointer.parser.XPointerFrameworkParserConstants.
 
XPointerFrameworkParserTokenManager - class org.apache.cocoon.components.xpointer.parser.XPointerFrameworkParserTokenManager.
 
XPointerFrameworkParserTokenManager(SimpleCharStream) - Constructor for class org.apache.cocoon.components.xpointer.parser.XPointerFrameworkParserTokenManager
 
XPointerFrameworkParserTokenManager(SimpleCharStream, int) - Constructor for class org.apache.cocoon.components.xpointer.parser.XPointerFrameworkParserTokenManager
 
XPointerPart - class org.apache.cocoon.components.xpointer.XPointerPart.
Partly implementation of the xpointer() scheme.
XPointerPart(String) - Constructor for class org.apache.cocoon.components.xpointer.XPointerPart
 
XSCRIPT_NS - Static variable in interface org.apache.cocoon.components.xscript.XScriptManager
 
XSLTAspect - class org.apache.cocoon.portal.layout.renderer.aspect.impl.XSLTAspect.
Apply a XSLT stylesheet to the contained layout.
XSLTAspect() - Constructor for class org.apache.cocoon.portal.layout.renderer.aspect.impl.XSLTAspect
 
XSLTAspect.PreparedConfiguration - class org.apache.cocoon.portal.layout.renderer.aspect.impl.XSLTAspect.PreparedConfiguration.
 
XSLTAspect.PreparedConfiguration() - Constructor for class org.apache.cocoon.portal.layout.renderer.aspect.impl.XSLTAspect.PreparedConfiguration
 
XSLTExtension - class org.apache.cocoon.components.language.markup.xsp.XSLTExtension.
This class is used as a XSLT extension class.
XSLTExtension() - Constructor for class org.apache.cocoon.components.language.markup.xsp.XSLTExtension
 
XSLTFactoryLoader - class org.apache.cocoon.sitemap.XSLTFactoryLoader.
Deprecated. This class has been used by the old sitemap engine
XSLTFactoryLoader() - Constructor for class org.apache.cocoon.sitemap.XSLTFactoryLoader
Deprecated.  
XSLTProcessor - interface org.apache.cocoon.components.xslt.XSLTProcessor.
This is the interface of the XSLT processor in Cocoon.
XSLTProcessorImpl - class org.apache.cocoon.components.xslt.XSLTProcessorImpl.
Deprecated. Use the avalon excalibur xslt processor instead.
XSLTProcessorImpl() - Constructor for class org.apache.cocoon.components.xslt.XSLTProcessorImpl
Deprecated.  
XSPCookieHelper - class org.apache.cocoon.components.language.markup.xsp.XSPCookieHelper.
This class is a helper class used by Cookie logicsheet This class contains following methods: public static void addCookie(Map , String , String , String , String , int , String , String , int); public static Cookie[] getCookies(Map); public static void getCookies(Map , ContentHandler) throws SAXException; public static Cookie getCookie(Map , String ,int ) throws SAXException; public static void getCookie(Map ,String ,int , ContentHandler) throws SAXException; public static String getComment(Map ,String , int); public static String getDomain(Map , String , int); public static String getMaxAge(Map ,String , int); public static String getName(Map ,String , int); public static String getPath(Map , String , int); public static String getSecure(Map , String , int); public static String getValue(Map , String , int); public static String getVersion(Map , String , int); private static String returnCookieProperty(Map ,String ,int ,String );
XSPCookieHelper() - Constructor for class org.apache.cocoon.components.language.markup.xsp.XSPCookieHelper
 
XSPGenerator - class org.apache.cocoon.components.language.markup.xsp.XSPGenerator.
Base class for XSP-generated ServerPagesGenerator classes
XSPGenerator() - Constructor for class org.apache.cocoon.components.language.markup.xsp.XSPGenerator
 
XSPMarkupLanguage - class org.apache.cocoon.components.language.markup.xsp.XSPMarkupLanguage.
This class implements MarkupLanguage for Cocoon's XSP.
XSPMarkupLanguage() - Constructor for class org.apache.cocoon.components.language.markup.xsp.XSPMarkupLanguage
 
XSPMarkupLanguage.PreProcessFilter - class org.apache.cocoon.components.language.markup.xsp.XSPMarkupLanguage.PreProcessFilter.
This preprocessor wraps the PCDATA into xsp:text elements.
XSPMarkupLanguage.PreProcessFilter(AbstractXMLPipe, String, ProgrammingLanguage) - Constructor for class org.apache.cocoon.components.language.markup.xsp.XSPMarkupLanguage.PreProcessFilter
 
XSPModuleHelper - class org.apache.cocoon.components.language.markup.xsp.XSPModuleHelper.
Helper class that caches references to InputModules for use in XSPs.
XSPModuleHelper() - Constructor for class org.apache.cocoon.components.language.markup.xsp.XSPModuleHelper
 
XSPObjectHelper - class org.apache.cocoon.components.language.markup.xsp.XSPObjectHelper.
Base class for XSP's object model manipulation logicsheets
XSPObjectHelper() - Constructor for class org.apache.cocoon.components.language.markup.xsp.XSPObjectHelper
 
XSPRequestHelper - class org.apache.cocoon.components.language.markup.xsp.XSPRequestHelper.
The Request object helper
XSPRequestHelper() - Constructor for class org.apache.cocoon.components.language.markup.xsp.XSPRequestHelper
 
XSPResponseHelper - class org.apache.cocoon.components.language.markup.xsp.XSPResponseHelper.
The XSP Response object helper
XSPResponseHelper() - Constructor for class org.apache.cocoon.components.language.markup.xsp.XSPResponseHelper
 
XSPSessionFwHelper - class org.apache.cocoon.components.language.markup.xsp.XSPSessionFwHelper.
The Session-fw object helper
XSPSessionFwHelper() - Constructor for class org.apache.cocoon.components.language.markup.xsp.XSPSessionFwHelper
 
XSPSessionHelper - class org.apache.cocoon.components.language.markup.xsp.XSPSessionHelper.
The Session object helper
XSPSessionHelper() - Constructor for class org.apache.cocoon.components.language.markup.xsp.XSPSessionHelper
 
XSPUtil - class org.apache.cocoon.components.language.markup.xsp.XSPUtil.
The XSP Utility object helper
XSPUtil() - Constructor for class org.apache.cocoon.components.language.markup.xsp.XSPUtil
 
XSP_COOKIE_PREFIX - Static variable in class org.apache.cocoon.Constants
The namespace prefix for the cookie logicsheet.
XSP_COOKIE_URI - Static variable in class org.apache.cocoon.Constants
The namespace for the cookie logicsheet.
XSP_FORMVALIDATOR_PATH - Static variable in class org.apache.cocoon.Constants
Don't know exactly what this is for.
XSP_REQUEST_PREFIX - Static variable in class org.apache.cocoon.Constants
The namespace prefix for the request logicsheet.
XSP_REQUEST_URI - Static variable in class org.apache.cocoon.Constants
The namespace for the request logicsheet.
XSP_RESPONSE_PREFIX - Static variable in class org.apache.cocoon.Constants
The namespace prefix for the response logicsheet.
XSP_RESPONSE_URI - Static variable in class org.apache.cocoon.Constants
The namespace for the response logicsheet.
XSP_URI - Static variable in class org.apache.cocoon.Constants
The namespace for the XSP core logicsheet.
XScriptManager - interface org.apache.cocoon.components.xscript.XScriptManager.
XScriptManager is the public interface used to interact with the XScript component, which implements the supporting code for the XScript language.
XScriptManagerImpl - class org.apache.cocoon.components.xscript.XScriptManagerImpl.
The actual implementation of the XScriptManager interface.
XScriptManagerImpl() - Constructor for class org.apache.cocoon.components.xscript.XScriptManagerImpl
 
XScriptObject - class org.apache.cocoon.components.xscript.XScriptObject.
XScriptObject is the root class implemented by all the object types in XScript.
XScriptObject(XScriptManager) - Constructor for class org.apache.cocoon.components.xscript.XScriptObject
Creates a new XScriptObject instance.
XScriptObjectFromURL - class org.apache.cocoon.components.xscript.XScriptObjectFromURL.
An XScriptObject created from the contents of a URL.
XScriptObjectFromURL(XScriptManager, String) - Constructor for class org.apache.cocoon.components.xscript.XScriptObjectFromURL
 
XScriptObjectInlineXML - class org.apache.cocoon.components.xscript.XScriptObjectInlineXML.
An XScriptObject created from an inline XML fragment.
XScriptObjectInlineXML(XScriptManager) - Constructor for class org.apache.cocoon.components.xscript.XScriptObjectInlineXML
 
XScriptObjectInlineXML(XScriptManager, StringBuffer) - Constructor for class org.apache.cocoon.components.xscript.XScriptObjectInlineXML
 
XScriptObjectInlineXML(XScriptManager, String) - Constructor for class org.apache.cocoon.components.xscript.XScriptObjectInlineXML
 
XScriptObjectResult - class org.apache.cocoon.components.xscript.XScriptObjectResult.
An XScriptObject created from a JAXP Result object.
XScriptObjectResult(XScriptManager, String) - Constructor for class org.apache.cocoon.components.xscript.XScriptObjectResult
 
XScriptVariableScope - class org.apache.cocoon.components.xscript.XScriptVariableScope.
XScriptVariableScope maintains variables in a given scope.
XScriptVariableScope() - Constructor for class org.apache.cocoon.components.xscript.XScriptVariableScope
 
XercesParser - class org.apache.cocoon.components.parser.XercesParser.
Deprecated. The Avalon XML Parser is now used inside Cocoon. This role will be removed in future releases.
XercesParser() - Constructor for class org.apache.cocoon.components.parser.XercesParser
Deprecated.  
XmlTreeConstraint - class org.apache.cocoon.transformation.constrained.XmlTreeConstraint.
 
XmlTreeConstraint(List, List, Boolean) - Constructor for class org.apache.cocoon.transformation.constrained.XmlTreeConstraint
 
XmlTreeConstraint(List, Boolean) - Constructor for class org.apache.cocoon.transformation.constrained.XmlTreeConstraint
 
XmlTreeConstraint(List) - Constructor for class org.apache.cocoon.transformation.constrained.XmlTreeConstraint
 
XmlTreeConstraint(String[], String[], boolean) - Constructor for class org.apache.cocoon.transformation.constrained.XmlTreeConstraint
 
XmlTreeConstraint(String[], boolean) - Constructor for class org.apache.cocoon.transformation.constrained.XmlTreeConstraint
 
XmlTreeConstraint(String[]) - Constructor for class org.apache.cocoon.transformation.constrained.XmlTreeConstraint
 
XmlnsPart - class org.apache.cocoon.components.xpointer.XmlnsPart.
Implements support for the XPointer xmlns() Scheme.
XmlnsPart(String, String) - Constructor for class org.apache.cocoon.components.xpointer.XmlnsPart
Creates an XmlnsPart.
xlinkNamespace - Static variable in class org.apache.cocoon.generation.StatusGenerator
The XML namespace for xlink
xlinkPrefix - Static variable in class org.apache.cocoon.generation.StatusGenerator
The namespace prefix for xlink namespace
xmlConsumer - Variable in class org.apache.cocoon.taglib.TransformerTagSupport
 
xmlConsumer - Variable in class org.apache.cocoon.taglib.VarTransformerTagSupport
 
xmlConsumer - Variable in class org.apache.cocoon.taglib.VarXMLProducerTagSupport
 
xmlConsumer - Variable in class org.apache.cocoon.taglib.XMLProducerTagSupport
 
xmlConsumer - Variable in class org.apache.cocoon.xml.AbstractXMLProducer
The XMLConsumer receiving SAX events.
xmlDefaultEncoding - Variable in class org.apache.cocoon.transformation.SQLTransformer
The default encoding for xml
xmlDeserializer - Variable in class org.apache.cocoon.components.pipeline.impl.BaseCachingProcessingPipeline
The deserializer
xmlRE - Variable in class org.apache.cocoon.generation.XPathDirectoryGenerator
The regular expression for the XML files pattern.
xmlRE - Variable in class org.apache.cocoon.generation.XPathTraversableGenerator
The regular expression for the XML files pattern.
xmlResource - Variable in class org.apache.cocoon.generation.XMLDBGenerator
Deprecated.  
xmlSerializer - Variable in class org.apache.cocoon.components.pipeline.impl.BaseCachingProcessingPipeline
The serializer
xmlSerializerArray - Variable in class org.apache.cocoon.components.pipeline.impl.CachingPointProcessingPipeline
 
xml_consumer - Variable in class org.apache.cocoon.transformation.LDAPTransformer
SAX producing state information
xml_consumer - Variable in class org.apache.cocoon.transformation.constrained.AbstractConstrainedTransformer
The consumer of the SAX events generated by this AbstractConstrainedTransformer.
xmlizer - Variable in class org.apache.cocoon.portal.transformation.RSSTransformer
The xmlizer for converting html to xml
xpath - Variable in class org.apache.cocoon.generation.XPathDirectoryGenerator
The XPath.
xpath - Variable in class org.apache.cocoon.generation.XPathTraversableGenerator
The XPath.
xpathProcessor - Variable in class org.apache.cocoon.components.modules.input.XMLMetaModule
 
xpathProcessor - Variable in class org.apache.cocoon.portal.profile.impl.MapProfileLS
The XPath Processor
xpathProcessor - Variable in class org.apache.cocoon.transformation.SourceWritingTransformer
The XPath processor
xpathProcessor - Variable in class org.apache.cocoon.webapps.authentication.components.DefaultAuthenticationManager
The xpath processor
xpathProcessor - Variable in class org.apache.cocoon.webapps.authentication.context.AuthenticationContext
 
xpathProcessor - Variable in class org.apache.cocoon.webapps.authentication.generation.ConfigurationGenerator
The XPath Processor
xpathProcessor - Variable in class org.apache.cocoon.webapps.portal.context.SessionContextProviderImpl
The XPath Processor
xpathProcessor - Variable in class org.apache.cocoon.webapps.session.context.StandardSessionContextProvider
The xpath processor
xsltRole - Variable in class org.apache.cocoon.portal.layout.renderer.aspect.impl.XSLTAspect.PreparedConfiguration
 
xspCharacters(String) - Method in class org.apache.cocoon.components.language.markup.xsp.XSPGenerator
Add character data
xspComment(String) - Method in class org.apache.cocoon.components.language.markup.xsp.XSPGenerator
Add a comment
xspExpr(Object) - Method in class org.apache.cocoon.components.language.markup.xsp.XSPGenerator
Implementation of <xsp:expr> for String, Collection, XMLizable, Node, and Object.
xspExpr(ContentHandler, char) - Static method in class org.apache.cocoon.components.language.markup.xsp.XSPObjectHelper
Implementation of <xsp:expr> for char : outputs characters representing the value.
xspExpr(ContentHandler, byte) - Static method in class org.apache.cocoon.components.language.markup.xsp.XSPObjectHelper
Implementation of <xsp:expr> for byte : outputs characters representing the value.
xspExpr(ContentHandler, boolean) - Static method in class org.apache.cocoon.components.language.markup.xsp.XSPObjectHelper
Implementation of <xsp:expr> for boolean : outputs characters representing the value (true / false).
xspExpr(ContentHandler, int) - Static method in class org.apache.cocoon.components.language.markup.xsp.XSPObjectHelper
Implementation of <xsp:expr> for int : outputs characters representing the value.
xspExpr(ContentHandler, long) - Static method in class org.apache.cocoon.components.language.markup.xsp.XSPObjectHelper
Implementation of <xsp:expr> for long : outputs characters representing the value.
xspExpr(ContentHandler, float) - Static method in class org.apache.cocoon.components.language.markup.xsp.XSPObjectHelper
Implementation of <xsp:expr> for long : outputs characters representing the value.
xspExpr(ContentHandler, double) - Static method in class org.apache.cocoon.components.language.markup.xsp.XSPObjectHelper
Implementation of <xsp:expr> for double : outputs characters representing the value.
xspExpr(ContentHandler, String) - Static method in class org.apache.cocoon.components.language.markup.xsp.XSPObjectHelper
Implementation of <xsp:expr> for String : outputs characters representing the value.
xspExpr(ContentHandler, XMLizable) - Static method in class org.apache.cocoon.components.language.markup.xsp.XSPObjectHelper
Implementation of <xsp:expr> for XMLizable : outputs the value by calling v.toSax(contentHandler).
xspExpr(ContentHandler, Node) - Static method in class org.apache.cocoon.components.language.markup.xsp.XSPObjectHelper
Implementation of <xsp:expr> for org.w3c.dom.Node : converts the Node to a SAX event stream.
xspExpr(ContentHandler, Collection) - Static method in class org.apache.cocoon.components.language.markup.xsp.XSPObjectHelper
Implementation of <xsp:expr> for java.util.Collection : outputs the value by calling xspExpr() on each element of the collection.
xspExpr(ContentHandler, Object) - Static method in class org.apache.cocoon.components.language.markup.xsp.XSPObjectHelper
Implementation of <xsp:expr> for Object depending on its class : if it's an array, call xspExpr() on all its elements, if it's class has a specific xspExpr()implementation, use it, else, output it's string representation.

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Copyright ⌐ 1999-2004 The Apache Software Foundation. All Rights Reserved.