Serialized Form


Package org.topbraid.core.cache

Class org.topbraid.core.cache.LRUCacheMap extends java.util.LinkedHashMap<K,V> implements Serializable


Package org.topbraid.rules.swrl.parser

Class org.topbraid.rules.swrl.parser.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.topbraid.rules.swrl.parser.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.topbraid.strings.classexpressions.parser

Class org.topbraid.strings.classexpressions.parser.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.topbraid.strings.classexpressions.parser.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.w3c.dom

Class org.w3c.dom.DOMException extends java.lang.RuntimeException implements Serializable

Serialized Fields

code

short code

Package org.w3c.tidy

Class org.w3c.tidy.Configuration extends java.lang.Object implements Serializable

Serialized Fields

spaces

int spaces

wraplen

int wraplen

CharEncoding

int CharEncoding

tabsize

int tabsize

docTypeMode

int docTypeMode

altText

java.lang.String altText

slidestyle

java.lang.String slidestyle

docTypeStr

java.lang.String docTypeStr

errfile

java.lang.String errfile

writeback

boolean writeback

OnlyErrors

boolean OnlyErrors

ShowWarnings

boolean ShowWarnings

Quiet

boolean Quiet

IndentContent

boolean IndentContent

SmartIndent

boolean SmartIndent

HideEndTags

boolean HideEndTags

XmlTags

boolean XmlTags

XmlOut

boolean XmlOut

xHTML

boolean xHTML

XmlPi

boolean XmlPi

RawOut

boolean RawOut

UpperCaseTags

boolean UpperCaseTags

UpperCaseAttrs

boolean UpperCaseAttrs

MakeClean

boolean MakeClean

LogicalEmphasis

boolean LogicalEmphasis

DropFontTags

boolean DropFontTags

DropEmptyParas

boolean DropEmptyParas

FixComments

boolean FixComments

BreakBeforeBR

boolean BreakBeforeBR

BurstSlides

boolean BurstSlides

NumEntities

boolean NumEntities

QuoteMarks

boolean QuoteMarks

QuoteNbsp

boolean QuoteNbsp

QuoteAmpersand

boolean QuoteAmpersand

WrapAttVals

boolean WrapAttVals

WrapScriptlets

boolean WrapScriptlets

WrapSection

boolean WrapSection

WrapAsp

boolean WrapAsp

WrapJste

boolean WrapJste

WrapPhp

boolean WrapPhp

FixBackslash

boolean FixBackslash

IndentAttributes

boolean IndentAttributes

XmlPIs

boolean XmlPIs

XmlSpace

boolean XmlSpace

EncloseBodyText

boolean EncloseBodyText

EncloseBlockText

boolean EncloseBlockText

KeepFileTimes

boolean KeepFileTimes

Word2000

boolean Word2000

TidyMark

boolean TidyMark

Emacs

boolean Emacs

LiteralAttribs

boolean LiteralAttribs

tt

TagTable tt

Class org.w3c.tidy.DOMExceptionImpl extends DOMException implements Serializable

Class org.w3c.tidy.Tidy extends java.lang.Object implements Serializable

serialVersionUID: -2794371560623987718L

Serialized Fields

initialized

boolean initialized

errout

java.io.PrintWriter errout

stderr

java.io.PrintWriter stderr

configuration

Configuration configuration

inputStreamName

java.lang.String inputStreamName

parseErrors

int parseErrors

parseWarnings

int parseWarnings

Package org.xml.sax

Class org.xml.sax.SAXException extends java.lang.Exception implements Serializable

Serialized Fields

exception

java.lang.Exception exception
The embedded exception if tunnelling, or null.

Class org.xml.sax.SAXNotRecognizedException extends SAXException implements Serializable

Class org.xml.sax.SAXNotSupportedException extends SAXException implements Serializable

Class org.xml.sax.SAXParseException extends SAXException implements Serializable

Serialized Fields

publicId

java.lang.String publicId
The public identifier, or null.
See Also:
SAXParseException.getPublicId()

systemId

java.lang.String systemId
The system identifier, or null.
See Also:
SAXParseException.getSystemId()

lineNumber

int lineNumber
The line number, or -1.
See Also:
SAXParseException.getLineNumber()

columnNumber

int columnNumber
The column number, or -1.
See Also:
SAXParseException.getColumnNumber()