Serialized Form


Package org.zkoss.el.impl

Class org.zkoss.el.impl.MethodFunction extends SerializableMethod implements Serializable


Package org.zkoss.idom

Class org.zkoss.idom.Attribute extends AbstractItem implements Serializable

Serialized Fields

_ns

Namespace _ns
The namespace.


_owner

Item _owner
The owner item.


_lname

java.lang.String _lname
The local name.


_value

java.lang.String _value
The value.

Class org.zkoss.idom.Binary extends AbstractTextual implements Serializable

Serialized Fields

_value

java.lang.Object _value
The value.

Class org.zkoss.idom.CData extends AbstractTextual implements Serializable

Class org.zkoss.idom.Comment extends AbstractTextual implements Serializable

Class org.zkoss.idom.DocType extends AbstractItem implements Serializable

Serialized Fields

_name

java.lang.String _name
The element being constrained


_pubId

java.lang.String _pubId
The public ID of the DOCTYPE


_sysId

java.lang.String _sysId
The system ID of the DOCTYPE


_intSubset

java.lang.String _intSubset
The internal subset of the DOCTYPE

Class org.zkoss.idom.Document extends AbstractGroup implements Serializable

Serialized Fields

_docType

DocType _docType
The document type.


_root

Element _root
The root element.


_docURI

java.lang.String _docURI

_ver

java.lang.String _ver

_stdalone

boolean _stdalone

_stricterrck

boolean _stricterrck

Class org.zkoss.idom.Document.ChildArray extends CheckableTreeArray implements Serializable

Class org.zkoss.idom.DOMException extends org.w3c.dom.DOMException implements Serializable

Serialized Fields

_loc

org.xml.sax.Locator _loc

Class org.zkoss.idom.Element extends AbstractGroup implements Serializable

Serialized Fields

_ns

Namespace _ns
The namespace.


_lname

java.lang.String _lname
The local name.


_attrs

java.util.List<E> _attrs
The attributes. May be null.


_addNamespaces

java.util.Map<K,V> _addNamespaces
Additional namespaces. May be null


_attrModAware

boolean _attrModAware
Whether it is aware of the attribute modification.

Class org.zkoss.idom.Element.AttrArray extends CheckableTreeArray implements Serializable

Class org.zkoss.idom.EntityReference extends AbstractGroup implements Serializable

Serialized Fields

_name

java.lang.String _name
The name.

Class org.zkoss.idom.Namespace extends java.lang.Object implements Serializable

serialVersionUID: 20060622L

Serialized Fields

_prefix

java.lang.String _prefix
The prefix mapped to this namespace


_uri

java.lang.String _uri
The URI for this namespace

Class org.zkoss.idom.ProcessingInstruction extends AbstractItem implements Serializable

Serialized Fields

_target

java.lang.String _target
The target.


_rawData

java.lang.String _rawData
The raw data.

Class org.zkoss.idom.Text extends AbstractTextual implements Serializable


Package org.zkoss.idom.impl

Class org.zkoss.idom.impl.AbstractGroup extends AbstractItem implements Serializable

Serialized Fields

_children

java.util.List<E> _children
The list of the children. Never null.


_elemMap

AbstractGroup.ElementMap _elemMap
A helper map to enhance the searching speed with tag name. If any deriving class don't contain this helper map, they should apply the basic sequential search.

Class org.zkoss.idom.impl.AbstractGroup.ChildArray extends CheckableTreeArray implements Serializable

Class org.zkoss.idom.impl.AbstractItem extends java.lang.Object implements Serializable

serialVersionUID: 20060622L

Serialized Fields

_parent

Group _parent
The parent.


_loc

Locator _loc
The locator.


_readonly

boolean _readonly
The read-only flag.


_usrdta

java.util.Map<K,V> _usrdta
The map of user data.

Class org.zkoss.idom.impl.AbstractTextual extends AbstractItem implements Serializable

Serialized Fields

_text

java.lang.String _text
The text.


Package org.zkoss.idom.util

Class org.zkoss.idom.util.SimpleLocator extends java.lang.Object implements Serializable

serialVersionUID: 20060622L

Serialized Fields

_colno

int _colno

_lnno

int _lnno

_pubId

java.lang.String _pubId

_sysId

java.lang.String _sysId

Package org.zkoss.image

Class org.zkoss.image.AImage extends java.lang.Object implements Serializable

Serialized Fields

_data

byte[] _data
The raw data.


_format

java.lang.String _format
The format name, e.g., "jpeg", "gif" and "png".


_ctype

java.lang.String _ctype
The content type.


_name

java.lang.String _name
The name (usually filename).


_width

int _width
The width.


_height

int _height
The height.


Package org.zkoss.lang

Class org.zkoss.lang.CommonException extends java.lang.Exception implements Serializable

Serialized Fields

_code

int _code

Class org.zkoss.lang.OperationException extends SystemException implements Serializable

Class org.zkoss.lang.PotentialDeadLockException extends OperationException implements Serializable

Class org.zkoss.lang.SystemException extends java.lang.RuntimeException implements Serializable

Serialized Fields

_code

int _code

Class org.zkoss.lang.WarningException extends SystemException implements Serializable


Package org.zkoss.lang.reflect

Class org.zkoss.lang.reflect.SerializableMethod extends java.lang.Object implements Serializable

serialVersionUID: 20060622L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException
Throws:
java.io.IOException

Package org.zkoss.util

Class org.zkoss.util.CacheMap extends java.lang.Object implements Serializable

serialVersionUID: 20060622L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

_map

java.util.Map<K,V> _map
The map to store the mappings.


_lifetime

int _lifetime
The minimal lifetime.


_maxsize

int _maxsize
The maximal allowed size.

Class org.zkoss.util.CacheMap.Value extends java.lang.Object implements Serializable

Serialized Fields

value

java.lang.Object value

access

long access

Class org.zkoss.util.CheckableTreeArray extends TreeArray implements Serializable

Class org.zkoss.util.IdentityHashSet extends java.util.AbstractSet implements Serializable

serialVersionUID: 20060622L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException
Throws:
java.io.IOException

Class org.zkoss.util.IllegalSyntaxException extends SystemException implements Serializable

Class org.zkoss.util.InvalidValueException extends ModificationException implements Serializable

Class org.zkoss.util.ModificationException extends CommonException implements Serializable

Class org.zkoss.util.TreeArray extends java.util.AbstractList implements Serializable

serialVersionUID: 20060622L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException
Throws:
java.io.IOException

Package org.zkoss.util.resource

Class org.zkoss.util.resource.ResourceCache extends CacheMap implements Serializable

Serialized Fields

_loader

Loader _loader
The loader.


_checkPeriod

int _checkPeriod
unit=milliseconds.


Package org.zkoss.xel

Class org.zkoss.xel.XelException extends SystemException implements Serializable



Copyright © 2005-2007 Potix Corporation. All Rights Reserved.