Serialized Form


Package org.priha.core.values

Class org.priha.core.values.BooleanValueImpl extends ValueImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

m_value

java.lang.Boolean m_value

Class org.priha.core.values.CalendarValueImpl extends ValueImpl implements Serializable

serialVersionUID: -8918655334999478605L

Serialized Fields

m_value

java.util.Calendar m_value

Class org.priha.core.values.DoubleValueImpl extends ValueImpl implements Serializable

serialVersionUID: -3927800064326452318L

Serialized Fields

m_value

java.lang.Double m_value

Class org.priha.core.values.LongValueImpl extends ValueImpl implements Serializable

serialVersionUID: -6722775187710834343L

Serialized Fields

m_value

java.lang.Long m_value

Class org.priha.core.values.NodeValueImpl extends ValueImpl implements Serializable

Serialized Fields

m_type

int m_type

m_value

java.lang.String m_value

Class org.priha.core.values.QNameValue extends QValue implements Serializable

serialVersionUID: -5040292769406453341L

Serialized Fields

m_value

QName m_value

Class org.priha.core.values.QNameValue.Impl extends ValueImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

m_mapper

NamespaceMapper m_mapper

Class org.priha.core.values.QPathValue.Impl extends ValueImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

m_mapper

NamespaceMapper m_mapper

Class org.priha.core.values.ReferenceValueImpl extends NodeValueImpl implements Serializable

serialVersionUID: -3852563143401195069L

Class org.priha.core.values.StringValueImpl extends ValueImpl implements Serializable

serialVersionUID: 6874691155431565288L

Serialized Fields

m_value

java.lang.String m_value

Package org.priha.j2ee

Class org.priha.j2ee.JNDIRegistrationServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 1L


Package org.priha.path

Class org.priha.path.InvalidPathException extends javax.jcr.RepositoryException implements Serializable

serialVersionUID: 1L

Class org.priha.path.Path extends java.lang.Object implements Serializable

serialVersionUID: 2L

Serialized Fields

m_components

Path.Component[] m_components

m_isAbsolute

boolean m_isAbsolute

m_hashCode

int m_hashCode

Class org.priha.path.Path.Component extends QName implements Serializable

serialVersionUID: 8038593715235147912L

Serialized Fields

m_index

int m_index

Package org.priha.query.aqt.xpath

Class org.priha.query.aqt.xpath.ParseException extends java.lang.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

java.lang.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

java.lang.String eol
The end of line string for this machine.

Class org.priha.query.aqt.xpath.TokenMgrError extends java.lang.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.priha.test

Class org.priha.test.JNDIRegistrationServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 1L


Package org.priha.util

Class org.priha.util.ConfigurationException extends javax.jcr.RepositoryException implements Serializable

serialVersionUID: 1L

Class org.priha.util.Pool.PoolExhaustedException extends java.lang.Exception implements Serializable

Class org.priha.util.QName extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

m_uri

java.lang.String m_uri

m_localName

java.lang.String m_localName

m_prefix

java.lang.String m_prefix