Serialized Form


Package org.apache.cocoon

Class org.apache.cocoon.CascadingIOException extends IOException implements Serializable

Serialized Fields

m_throwable

Throwable m_throwable
The Throwable that caused this exception to be thrown.

Class org.apache.cocoon.ConnectionResetException extends ProcessingException implements Serializable

Class org.apache.cocoon.ProcessingException extends LocatedException implements Serializable

Class org.apache.cocoon.ResourceNotFoundException extends ProcessingException implements Serializable


Package org.apache.cocoon.auth

Class org.apache.cocoon.auth.StandardUser extends Object implements Serializable

Serialized Fields

id

String id
The unique id of the user.


attributes

Map<K,V> attributes
The user attributes.


roles

List<E> roles
Cache the roles info.


Package org.apache.cocoon.auth.impl

Class org.apache.cocoon.auth.impl.LoginInfo extends Object implements Serializable

Serialized Fields

counter

int counter
Number of applications using the security handler.


user

User user
The corresponding user.


applications

List<E> applications
The applications the user is logged in to.

Class org.apache.cocoon.auth.impl.PipelineSecurityHandler.PipelineSHUser extends StandardUser implements Serializable

Serialized Fields

userInfo

Document userInfo
The document delivered by the pipeline.


roles

List<E> roles
The cached list of roles for this user.

Class org.apache.cocoon.auth.impl.ServletSecurityHandler.ServletUser extends StandardUser implements Serializable

Serialized Fields

principal

Principal principal
The principal belonging to the user.


Package org.apache.cocoon.caching

Class org.apache.cocoon.caching.AggregatedCacheValidity extends Object implements Serializable

Serialized Fields

a

List<E> a
Deprecated. 

Class org.apache.cocoon.caching.CachedEventObject extends Object implements Serializable

Serialized Fields

validityObjects

Map<K,V> validityObjects
Deprecated. 

saxFragment

Object saxFragment
Deprecated. 

Class org.apache.cocoon.caching.CachedResponse extends Object implements Serializable

Serialized Fields

validityObjects

SourceValidity[] validityObjects

response

byte[] response

expires

Long expires

lastModified

long lastModified

contentType

String contentType

Class org.apache.cocoon.caching.CachedStreamObject extends Object implements Serializable

Serialized Fields

validityObjects

Map<K,V> validityObjects
Deprecated. 

response

byte[] response
Deprecated. 

Class org.apache.cocoon.caching.CacheValidityToSourceValidity extends Object implements Serializable

Serialized Fields

cacheValidity

CacheValidity cacheValidity
Deprecated. 

Class org.apache.cocoon.caching.ComponentCacheKey extends Object implements Serializable

Serialized Fields

type

int type
The component type


identifier

String identifier
The component identifier


key

Serializable key
The unique key


hashCode

int hashCode
the hash code


cachePoint

boolean cachePoint
cachePoint


toString

String toString

Class org.apache.cocoon.caching.CompositeCacheValidity extends Object implements Serializable

Serialized Fields

v1

CacheValidity v1
Deprecated. 

v2

CacheValidity v2
Deprecated. 

Class org.apache.cocoon.caching.DeltaTimeCacheValidity extends Object implements Serializable

Serialized Fields

cachedDateTime

long cachedDateTime
Deprecated. 

timeInCache

long timeInCache
Deprecated. 

Class org.apache.cocoon.caching.IdentifierCacheKey extends Object implements Serializable

Serialized Fields

key

String key
The key


external

boolean external
Is this an external pipeline call?


cacheKey

String cacheKey
cache key


toString

String toString
cache toString()

Class org.apache.cocoon.caching.IncludeCacheValidity extends Object implements Serializable

Serialized Fields

sources

List<E> sources
Deprecated. 

timeStamps

List<E> timeStamps
Deprecated. 

isNew

boolean isNew
Deprecated. 

resolver

SourceResolver resolver
Deprecated. 

Class org.apache.cocoon.caching.NOPCacheValidity extends Object implements Serializable

Class org.apache.cocoon.caching.ParametersCacheValidity extends Object implements Serializable

Serialized Fields

map

Map<K,V> map
Deprecated. 

Class org.apache.cocoon.caching.PipelineCacheKey extends Object implements Serializable

Serialized Fields

keys

List<E> keys
The keys


hashCode

int hashCode
the hash code


toString

String toString

Class org.apache.cocoon.caching.SourceCacheValidity extends Object implements Serializable

Serialized Fields

sourceValidity

SourceValidity sourceValidity
Deprecated. 

Class org.apache.cocoon.caching.TimeStampCacheValidity extends Object implements Serializable

Serialized Fields

timeStamp

long timeStamp
Deprecated. 

Package org.apache.cocoon.caching.impl

Class org.apache.cocoon.caching.impl.EventRegistryDataWrapper extends Object implements Serializable

Serialized Fields

m_keyMMap

org.apache.commons.collections.MultiHashMap m_keyMMap

m_eventMMap

org.apache.commons.collections.MultiHashMap m_eventMMap

Package org.apache.cocoon.caching.validity

Class org.apache.cocoon.caching.validity.Event extends Object implements Serializable

Class org.apache.cocoon.caching.validity.EventValidity extends Object implements Serializable

Serialized Fields

m_event

Event m_event

Class org.apache.cocoon.caching.validity.NamedEvent extends Event implements Serializable

Serialized Fields

m_name

String m_name

m_hashcode

int m_hashcode

Class org.apache.cocoon.caching.validity.NameValueEvent extends Event implements Serializable

Serialized Fields

m_name

String m_name

m_value

String m_value

m_hashcode

int m_hashcode

Package org.apache.cocoon.components

Class org.apache.cocoon.components.ComponentContext extends DefaultContext implements Serializable

Class org.apache.cocoon.components.PropertyAwareConfiguration extends DefaultConfiguration implements Serializable

Serialized Fields

settings

Settings settings

logger

Logger logger

Package org.apache.cocoon.components.accessor

Class org.apache.cocoon.components.accessor.MapAccessor.AccessorMap extends HashMap implements Serializable

Serialized Fields

manager

ServiceManager manager

Package org.apache.cocoon.components.axis.providers

Class org.apache.cocoon.components.axis.providers.AvalonProvider extends org.apache.axis.providers.java.RPCProvider implements Serializable


Package org.apache.cocoon.components.elementprocessor

Class org.apache.cocoon.components.elementprocessor.CannotCreateElementProcessorException extends Exception implements Serializable

Serialized Fields

_element_name

String _element_name

_reason

String _reason

Package org.apache.cocoon.components.expression

Class org.apache.cocoon.components.expression.ExpressionContext extends HashMap implements Serializable

Serialized Fields

closure

ExpressionContext closure

contextBean

Object contextBean

namespaces

NamespacesTable namespaces

Class org.apache.cocoon.components.expression.ExpressionException extends IOException implements Serializable

Serialized Fields

throwable

Throwable throwable
The Throwable that caused this exception to be thrown.


Package org.apache.cocoon.components.flow

Class org.apache.cocoon.components.flow.InvalidContinuationException extends ProcessingException implements Serializable


Package org.apache.cocoon.components.flow.javascript

Class org.apache.cocoon.components.flow.javascript.ScriptablePointer extends org.apache.commons.jxpath.ri.model.dynamic.DynamicPointer implements Serializable

Serialized Fields

node

org.mozilla.javascript.Scriptable node

Class org.apache.cocoon.components.flow.javascript.ScriptablePropertyPointer extends org.apache.commons.jxpath.ri.model.dynamic.DynamicPropertyPointer implements Serializable

Serialized Fields

handler

org.apache.commons.jxpath.DynamicPropertyHandler handler

Package org.apache.cocoon.components.flow.javascript.fom

Class org.apache.cocoon.components.flow.javascript.fom.FOM_Cocoon extends org.mozilla.javascript.ScriptableObject implements Serializable

Serialized Fields

currentCall

org.apache.cocoon.components.flow.javascript.fom.FOM_Cocoon.CallContext currentCall

pageLocal

PageLocalScopeHolder pageLocal

Class org.apache.cocoon.components.flow.javascript.fom.FOM_Cocoon.FOM_Context extends org.apache.cocoon.components.flow.javascript.fom.FOM_Cocoon.AttributeHolderJavaObject implements Serializable

Serialized Fields

context

Context context

Class org.apache.cocoon.components.flow.javascript.fom.FOM_Cocoon.FOM_Request extends org.apache.cocoon.components.flow.javascript.fom.FOM_Cocoon.AttributeHolderJavaObject implements Serializable

Serialized Fields

request

Request request

Class org.apache.cocoon.components.flow.javascript.fom.FOM_Cocoon.FOM_Session extends org.apache.cocoon.components.flow.javascript.fom.FOM_Cocoon.AttributeHolderJavaObject implements Serializable

Serialized Fields

session

Session session

Class org.apache.cocoon.components.flow.javascript.fom.FOM_JavaScriptInterpreter.ThreadScope extends org.mozilla.javascript.ScriptableObject implements Serializable

Serialized Fields

classLoader

ClassLoader classLoader

useSession

boolean useSession

locked

boolean locked

Class org.apache.cocoon.components.flow.javascript.fom.FOM_WebContinuation extends org.mozilla.javascript.ScriptableObject implements Serializable

Serialized Fields

wk

WebContinuation wk

Class org.apache.cocoon.components.flow.javascript.fom.PageLocalImpl extends org.mozilla.javascript.ScriptableObject implements Serializable

Serialized Fields

scope

PageLocalScope scope

id

String id

Package org.apache.cocoon.components.language

Class org.apache.cocoon.components.language.LanguageException extends CascadingException implements Serializable

Serialized Fields

errors

CompilerError[] errors

filename

String filename

Package org.apache.cocoon.components.notification

Class org.apache.cocoon.components.notification.NotifyingCascadingRuntimeException extends CascadingRuntimeException implements Serializable

Serialized Fields

n

Notifying n
The Notifying Object used internally to keep Notifying fields


Package org.apache.cocoon.components.source.impl

Class org.apache.cocoon.components.source.impl.CachedSourceResponse extends CachedResponse implements Serializable

Serialized Fields

m_binary

byte[] m_binary

m_xml

byte[] m_xml

m_extra

Serializable m_extra

Class org.apache.cocoon.components.source.impl.CachingSource.SourceMeta extends Object implements Serializable

Serialized Fields

exists

boolean exists

contentLength

long contentLength

mimeType

String mimeType

lastModified

long lastModified

Class org.apache.cocoon.components.source.impl.InspectableTraversableCachingSource.InspectableSourceMeta extends TraversableCachingSource.TraversableSourceMeta implements Serializable

Serialized Fields

properties

Map<K,V> properties

Class org.apache.cocoon.components.source.impl.MultiSourceValidity extends AbstractAggregatedValidity implements Serializable

Serialized Fields

expiry

long expiry

When validity expiration is performed.


delay

long delay

The delay from now used to calculate the expiration time.


uris

List<E> uris

An ordered list of URIs which should be checked.


isClosed

boolean isClosed

Is this instance is closed (accepts modifications or is validable)?

Class org.apache.cocoon.components.source.impl.SitemapSource.SitemapSourceValidity extends Object implements Serializable

Serialized Fields

validity

SourceValidity validity

Class org.apache.cocoon.components.source.impl.TraversableCachingSource.TraversableSourceMeta extends CachingSource.SourceMeta implements Serializable

Serialized Fields

m_name

String m_name

m_isCollection

boolean m_isCollection

m_children

String[] m_children

Package org.apache.cocoon.components.source.impl.validity

Class org.apache.cocoon.components.source.impl.validity.DelayedValidity extends Object implements Serializable

Serialized Fields

delay

long delay

expires

long expires

delegate

SourceValidity delegate

Package org.apache.cocoon.components.validation

Class org.apache.cocoon.components.validation.ValidatorException extends SAXException implements Serializable


Package org.apache.cocoon.components.web3.impl

Class org.apache.cocoon.components.web3.impl.Web3Properties extends Properties implements Serializable

Serialized Fields

orderedKeys

ArrayList<E> orderedKeys

Package org.apache.cocoon.components.xpointer.parser

Class org.apache.cocoon.components.xpointer.parser.ParseException extends Exception implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).


currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

String eol
The end of line string for this machine.

Class org.apache.cocoon.components.xpointer.parser.TokenMgrError extends Error implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


Package org.apache.cocoon.environment

Class org.apache.cocoon.environment.TemplateObjectModelHelper.ParametersMap extends Parameters implements Serializable

Serialized Fields

wrappedParameters

Parameters wrappedParameters

map

Map<K,V> map

Package org.apache.cocoon.environment.wrapper

Class org.apache.cocoon.environment.wrapper.RequestParameters extends Object implements Serializable

Serialized Fields

names

Map<K,V> names
The parameter names are the keys and the value is a List object


Package org.apache.cocoon.generation

Class org.apache.cocoon.generation.DirectoryGenerator.DirValidity extends Object implements Serializable

Serialized Fields

expiry

long expiry

delay

long delay

files

List<E> files

fileDates

List<E> fileDates

Class org.apache.cocoon.generation.JXTemplateGenerator.ErrorHolder extends Exception implements Serializable

Serialized Fields

err

Error err

Package org.apache.cocoon.mail

Class org.apache.cocoon.mail.MailContext extends DefaultContext implements Serializable

Serialized Fields

request

Request request

logger

Logger logger

Class org.apache.cocoon.mail.MailContextHttpSession extends MailContext implements Serializable


Package org.apache.cocoon.servlet

Class org.apache.cocoon.servlet.BootstrapServlet extends ParanoidCocoonServlet implements Serializable

Serialized Fields

contextDir

File contextDir

Class org.apache.cocoon.servlet.CocoonServlet extends HttpServlet implements Serializable

Serialized Fields

log

Logger log

loggerManager

LoggerManager loggerManager

creationTime

long creationTime
The time the cocoon instance was created


cocoon

Cocoon cocoon
The Cocoon instance


exception

Exception exception
Holds exception happened during initialization (if any)


appContext

DefaultContext appContext
Avalon application context


allowReload

boolean allowReload
Allow reloading of cocoon by specifying the cocoon-reload=true parameter with a request


showTime

boolean showTime
Allow adding processing time to the response


hiddenShowTime

boolean hiddenShowTime
If true, processing time will be added as an HTML comment


showCocoonVersion

boolean showCocoonVersion
Flag to enable/disable X-Cocoon-Version header


enableUploads

boolean enableUploads
Allow processing of upload requests (mime/multipart)


autoSaveUploads

boolean autoSaveUploads

allowOverwrite

boolean allowOverwrite

silentlyRename

boolean silentlyRename

maxUploadSize

int maxUploadSize

uploadDir

File uploadDir

workDir

File workDir

cacheDir

File cacheDir

containerEncoding

String containerEncoding

defaultFormEncoding

String defaultFormEncoding

servletContext

ServletContext servletContext

classLoader

ClassLoader classLoader
The classloader that will be set as the context classloader if init-classloader is true


initClassLoader

boolean initClassLoader

parentComponentManagerClass

String parentComponentManagerClass

parentComponentManagerInitParam

String parentComponentManagerInitParam

parentComponentManager

ComponentManager parentComponentManager
The parent ComponentManager, if any. Stored here in order to be able to dispose it in destroy().


forceLoadParameter

String forceLoadParameter

forceSystemProperty

String forceSystemProperty

manageExceptions

boolean manageExceptions
If true or not set, this class will try to catch and handle all Cocoon exceptions. If false, it will rethrow them to the servlet container.


enableInstrumentation

boolean enableInstrumentation
Flag to enable avalon excalibur instrumentation of Cocoon.


instrumentManager

InstrumentManager instrumentManager
The InstrumentManager instance


servletContextPath

String servletContextPath
This is the path to the servlet context (or the result of calling getRealPath('/') on the ServletContext. Note, that this can be null.


servletContextURL

String servletContextURL
This is the url to the servlet context directory


requestFactory

RequestFactory requestFactory
The RequestFactory is responsible for wrapping multipart-encoded forms and for handing the file payload of incoming requests

Class org.apache.cocoon.servlet.ParanoidCocoonServlet extends HttpServlet implements Serializable

Serialized Fields

servlet

Servlet servlet

classloader

ClassLoader classloader

Package org.apache.cocoon.servlet.multipart

Class org.apache.cocoon.servlet.multipart.MultipartException extends Exception implements Serializable


Package org.apache.cocoon.sitemap

Class org.apache.cocoon.sitemap.PatternException extends CascadingException implements Serializable

Class org.apache.cocoon.sitemap.SitemapParameters extends Parameters implements Serializable

Serialized Fields

location

Location location

Class org.apache.cocoon.sitemap.SitemapParameters.LocatedHashMap extends HashMap implements Serializable

Serialized Fields

loc

Location loc

Package org.apache.cocoon.template.environment

Class org.apache.cocoon.template.environment.ErrorHolder extends Exception implements Serializable

Serialized Fields

err

Error err

Class org.apache.cocoon.template.environment.JXCacheKey extends Object implements Serializable

Serialized Fields

templateUri

String templateUri

templateKey

Serializable templateKey

Class org.apache.cocoon.template.environment.JXSourceValidity extends Object implements Serializable

Serialized Fields

sourceValidity

SourceValidity sourceValidity

templateValidity

SourceValidity templateValidity

Package org.apache.cocoon.util

Class org.apache.cocoon.util.Deprecation.LogLevel extends org.apache.commons.lang.enums.ValuedEnum implements Serializable

Class org.apache.cocoon.util.DeprecationException extends RuntimeException implements Serializable

Class org.apache.cocoon.util.FileFormatException extends CascadingException implements Serializable

Class org.apache.cocoon.util.HashMap extends HashMap implements Serializable


Package org.apache.cocoon.util.jxpath

Class org.apache.cocoon.util.jxpath.NamespacesTablePointer extends org.apache.commons.jxpath.ri.model.NodePointer implements Serializable

Serialized Fields

namespaces

NamespacesTable namespaces

Package org.apache.cocoon.util.location

Class org.apache.cocoon.util.location.LocatedException extends org.apache.commons.lang.exception.NestableException implements Serializable

Serialized Fields

locations

List<E> locations

Class org.apache.cocoon.util.location.LocatedRuntimeException extends org.apache.commons.lang.exception.NestableRuntimeException implements Serializable

Serialized Fields

locations

List<E> locations

Class org.apache.cocoon.util.location.LocationImpl extends Object implements Serializable

Serialization Methods

readResolve

private Object readResolve()
Ensure serialized unknown location resolve to Location.UNKNOWN.

Serialized Fields

uri

String uri

line

int line

column

int column

description

String description

Package org.apache.cocoon.webapps.authentication.configuration

Class org.apache.cocoon.webapps.authentication.configuration.ApplicationConfiguration extends Object implements Serializable

Serialized Fields

name

String name
Deprecated. 
The unique name of the handler


loadResource

String loadResource
Deprecated. 
The load resource (optional)


saveResource

String saveResource
Deprecated. 
The save resource (optional)


loadResourceParameters

SourceParameters loadResourceParameters
Deprecated. 
The load resource parameters (optional)


saveResourceParameters

SourceParameters saveResourceParameters
Deprecated. 
The save resource parameters (optional)


loadOnDemand

boolean loadOnDemand
Deprecated. 
Is the application loaded on demand


handler

HandlerConfiguration handler
Deprecated. 
The corresponding handler


configurations

Map<K,V> configurations
Deprecated. 
The configuration fragments


saveOnLogout

boolean saveOnLogout
Deprecated. 
Save the context on logout

Class org.apache.cocoon.webapps.authentication.configuration.HandlerConfiguration extends Object implements Serializable

Serialized Fields

name

String name
Deprecated. 
The unique name of the handler


redirectURI

String redirectURI
Deprecated. 
The redirect-to URI


redirectParameters

SourceParameters redirectParameters
Deprecated. 
The redirect parameters


authenticationResource

String authenticationResource
Deprecated. 
The authentication resource


logoutResource

String logoutResource
Deprecated. 
The logout resource


authenticatorClass

String authenticatorClass
Deprecated. 
The class name of the authenticator to use


authenticationResourceParameters

SourceParameters authenticationResourceParameters
Deprecated. 
The authentication resource parameters


loadResource

String loadResource
Deprecated. 
The load resource (optional)


loadResourceParameters

SourceParameters loadResourceParameters
Deprecated. 
The load resource (optional) parameters


saveResource

String saveResource
Deprecated. 
The save resource (optional)


saveResourceParameters

SourceParameters saveResourceParameters
Deprecated. 
The save resource (optional) parameters


applications

Map<K,V> applications
Deprecated. 
The Application Configurations


configurations

Map<K,V> configurations
Deprecated. 
The configuration fragments


saveOnLogout

boolean saveOnLogout
Deprecated. 
Save the context on logout


Package org.apache.cocoon.webapps.authentication.context

Class org.apache.cocoon.webapps.authentication.context.AuthenticationContext extends Object implements Serializable

Serialized Fields

name

String name
Deprecated. 

handler

UserHandler handler
Deprecated. 

authContext

SessionContext authContext
Deprecated. 

handlerName

String handlerName
Deprecated. 

initialized

boolean initialized
Deprecated. 

context

Context context
Deprecated. 

xpathProcessor

XPathProcessor xpathProcessor
Deprecated. 

resolver

SourceResolver resolver
Deprecated. 

roles

List<E> roles
Deprecated. 
A list of roles the user is in


Package org.apache.cocoon.webapps.authentication.user

Class org.apache.cocoon.webapps.authentication.user.RequestState extends Object implements Serializable

Serialized Fields

handler

UserHandler handler
Deprecated. 
The handlers


application

String application
Deprecated. 
The application

Class org.apache.cocoon.webapps.authentication.user.UserHandler extends Object implements Serializable

Serialized Fields

handler

HandlerConfiguration handler
Deprecated. 
The corresponding handler


appsLoaded

boolean appsLoaded
Deprecated. 
Are all apps loaded?


context

AuthenticationContext context
Deprecated. 
The context


loadedApps

List<E> loadedApps
Deprecated. 
Loaded List


applicationContexts

List<E> applicationContexts
Deprecated. 
Application contexts


userID

String userID
Deprecated. 
The unique user ID

Class org.apache.cocoon.webapps.authentication.user.UserState extends Object implements Serializable

Serialized Fields

handlers

Map<K,V> handlers
Deprecated. 
The handlers


Package org.apache.cocoon.webapps.session.context

Class org.apache.cocoon.webapps.session.context.RequestSessionContext extends Object implements Serializable

Serialized Fields

logger

Logger logger
Deprecated. 
The logger.


name

String name
Deprecated. 
Name of this context


contextData

Document contextData
Deprecated. 
The content of this context


xpathProcessor

XPathProcessor xpathProcessor
Deprecated. 
The XPath Processor

Class org.apache.cocoon.webapps.session.context.SimpleSessionContext extends Object implements Serializable

Serialized Fields

name

String name
Deprecated. 
Context name


data

Document data
Deprecated. 
The content of the context


attributes

Map<K,V> attributes
Deprecated. 
The attributes


loadResource

String loadResource
Deprecated. 
load resource


saveResource

String saveResource
Deprecated. 
save resource


xpathProcessor

XPathProcessor xpathProcessor
Deprecated. 
The XPath Processor


resolver

SourceResolver resolver
Deprecated. 
The source resolver


Package org.apache.cocoon.xml

Class org.apache.cocoon.xml.ParamSaxBuffer extends SaxBuffer implements Serializable

Serialized Fields

previous_ch

char[] previous_ch
If ch (in characters()) contains an unmatched '{' then we save the chars from '{' onward in previous_ch. Next call to characters() prepends the saved chars to ch before processing (and sets previous_ch to null).

Class org.apache.cocoon.xml.SaxBuffer extends AbstractSAXFragment implements Serializable

Serialized Fields

saxbits

List<E> saxbits
Stores list of SaxBit objects.

Class org.apache.cocoon.xml.SaxBuffer.Characters extends Object implements Serializable

Serialized Fields

ch

char[] ch

Class org.apache.cocoon.xml.SaxBuffer.Comment extends Object implements Serializable

Serialized Fields

ch

char[] ch

Class org.apache.cocoon.xml.SaxBuffer.EndCDATA extends Object implements Serializable

Class org.apache.cocoon.xml.SaxBuffer.EndDocument extends Object implements Serializable

Class org.apache.cocoon.xml.SaxBuffer.EndDTD extends Object implements Serializable

Class org.apache.cocoon.xml.SaxBuffer.EndElement extends Object implements Serializable

Serialized Fields

namespaceURI

String namespaceURI

localName

String localName

qName

String qName

Class org.apache.cocoon.xml.SaxBuffer.EndEntity extends Object implements Serializable

Serialized Fields

name

String name

Class org.apache.cocoon.xml.SaxBuffer.EndPrefixMapping extends Object implements Serializable

Serialized Fields

prefix

String prefix

Class org.apache.cocoon.xml.SaxBuffer.IgnorableWhitespace extends Object implements Serializable

Serialized Fields

ch

char[] ch

Class org.apache.cocoon.xml.SaxBuffer.PI extends Object implements Serializable

Serialized Fields

target

String target

data

String data

Class org.apache.cocoon.xml.SaxBuffer.SkippedEntity extends Object implements Serializable

Serialized Fields

name

String name

Class org.apache.cocoon.xml.SaxBuffer.StartCDATA extends Object implements Serializable

Class org.apache.cocoon.xml.SaxBuffer.StartDocument extends Object implements Serializable

Class org.apache.cocoon.xml.SaxBuffer.StartDTD extends Object implements Serializable

Serialized Fields

name

String name

publicId

String publicId

systemId

String systemId

Class org.apache.cocoon.xml.SaxBuffer.StartElement extends Object implements Serializable

Serialized Fields

namespaceURI

String namespaceURI

localName

String localName

qName

String qName

attrs

Attributes attrs

Class org.apache.cocoon.xml.SaxBuffer.StartEntity extends Object implements Serializable

Serialized Fields

name

String name

Class org.apache.cocoon.xml.SaxBuffer.StartPrefixMapping extends Object implements Serializable

Serialized Fields

prefix

String prefix

uri

String uri

Class org.apache.cocoon.xml.SaxBuffer.XMLizableBit extends Object implements Serializable

Serialized Fields

xml

XMLizable xml



Copyright ? 1999-2007 The Apache Software Foundation. All Rights Reserved.